Package | Description |
---|---|
com.okta.sdk.impl.resource.role | |
com.okta.sdk.resource.role |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSubscription
Subscription
|
Modifier and Type | Method and Description |
---|---|
Subscription |
DefaultSubscription.getRoleSubscriptionByNotificationType(String roleTypeOrRoleId,
String notificationType)
Get subscriptions of a Custom Role with a specific notification type
When roleType Get subscriptions of a Role with a specific notification type.
|
Subscription |
DefaultSubscription.getUserSubscriptionByNotificationType(String userId,
String notificationType)
Get the subscription of a User with a specific notification type
Get the subscriptions of a User with a specific notification type.
|
Subscription |
DefaultSubscription.setChannels(List<String> channels) |
Subscription |
DefaultSubscription.setNotificationType(NotificationType notificationType) |
Subscription |
DefaultSubscription.setStatus(SubscriptionStatus status) |
Modifier and Type | Method and Description |
---|---|
protected Class<Subscription> |
DefaultSubscriptionList.getItemType() |
Modifier and Type | Method and Description |
---|---|
Subscription |
Subscription.getRoleSubscriptionByNotificationType(String roleTypeOrRoleId,
String notificationType)
Get subscriptions of a Custom Role with a specific notification type
When roleType Get subscriptions of a Role with a specific notification type.
|
Subscription |
Subscription.getUserSubscriptionByNotificationType(String userId,
String notificationType)
Get the subscription of a User with a specific notification type
Get the subscriptions of a User with a specific notification type.
|
Subscription |
Subscription.setChannels(List<String> channels) |
Subscription |
Subscription.setNotificationType(NotificationType notificationType) |
Subscription |
Subscription.setStatus(SubscriptionStatus status) |
Copyright © 2017–2023 Okta. All rights reserved.