Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
Subscription |
SubscriptionApi.listRoleSubscriptionsByNotificationType(String roleTypeOrRoleId,
String notificationType)
List all Subscriptions of a Custom Role with a specific notification type
When roleType Get subscriptions of a Role with a specific notification type.
|
Subscription |
SubscriptionApi.listUserSubscriptionsByNotificationType(String userId,
String notificationType)
List all Subscriptions by type
Lists all the subscriptions of a User with a specific notification type.
|
Modifier and Type | Method and Description |
---|---|
List<Subscription> |
SubscriptionApi.listRoleSubscriptions(String roleTypeOrRoleId)
List all Subscriptions of a Custom Role
When roleType List all subscriptions of a Role.
|
List<Subscription> |
SubscriptionApi.listUserSubscriptions(String userId)
List all Subscriptions
Lists all subscriptions of a user.
|
Modifier and Type | Method and Description |
---|---|
Subscription |
Subscription.addChannelsItem(String channelsItem) |
Subscription |
Subscription.channels(List<String> channels) |
Subscription |
Subscription.notificationType(NotificationType notificationType) |
Subscription |
Subscription.status(SubscriptionStatus status) |
Copyright © 2017–2023 Okta. All rights reserved.