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 SubscriptionSubscription. 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.SubscriptionSubscription. 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.SubscriptionSubscription. setChannels(java.util.List<java.lang.String> channels)SubscriptionSubscription. setNotificationType(NotificationType notificationType)SubscriptionSubscription. setStatus(SubscriptionStatus status)
-