Uses of Interface
com.okta.sdk.resource.role.Subscription
-
Packages that use Subscription Package Description com.okta.sdk.resource.role -
-
Uses of Subscription in com.okta.sdk.resource.role
Methods in com.okta.sdk.resource.role that return Subscription Modifier and Type Method Description Subscription
Subscription. getRoleSubscriptionByNotificationType(java.lang.String roleTypeOrRoleId, java.lang.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(java.lang.String userId, java.lang.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(java.util.List<java.lang.String> channels)
Subscription
Subscription. setNotificationType(NotificationType notificationType)
Subscription
Subscription. setStatus(SubscriptionStatus status)
-