Uses of Enum
com.okta.sdk.resource.model.NotificationType
Packages that use NotificationType
-
Uses of NotificationType in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api with parameters of type NotificationTypeModifier and TypeMethodDescriptionSubscriptionApi.getSubscriptionsNotificationTypeRole
(ListSubscriptionsRoleRoleRefParameter roleRef, NotificationType notificationType) Retrieve a Subscription for a Role Retrieves a subscription by `notificationType` for a specified RoleSubscriptionApi.getSubscriptionsNotificationTypeRole
(ListSubscriptionsRoleRoleRefParameter roleRef, NotificationType notificationType, Map<String, String> additionalHeaders) Retrieve a Subscription for a Role Retrieves a subscription by `notificationType` for a specified RoleSubscriptionApi.getSubscriptionsNotificationTypeUser
(NotificationType notificationType, String userId) Retrieve a Subscription for a User Retrieves a subscription by `notificationType` for a specified User.SubscriptionApi.getSubscriptionsNotificationTypeUser
(NotificationType notificationType, String userId, Map<String, String> additionalHeaders) Retrieve a Subscription for a User Retrieves a subscription by `notificationType` for a specified User.void
SubscriptionApi.subscribeByNotificationTypeRole
(ListSubscriptionsRoleRoleRefParameter roleRef, NotificationType notificationType) Subscribe a Role to a Specific Notification Type Subscribes a Role to a specified notification type.void
SubscriptionApi.subscribeByNotificationTypeRole
(ListSubscriptionsRoleRoleRefParameter roleRef, NotificationType notificationType, Map<String, String> additionalHeaders) Subscribe a Role to a Specific Notification Type Subscribes a Role to a specified notification type.void
SubscriptionApi.subscribeByNotificationTypeUser
(NotificationType notificationType, String userId) Subscribe a User to a Specific Notification Type Subscribes the current User to a specified notification type.void
SubscriptionApi.subscribeByNotificationTypeUser
(NotificationType notificationType, String userId, Map<String, String> additionalHeaders) Subscribe a User to a Specific Notification Type Subscribes the current User to a specified notification type.void
SubscriptionApi.unsubscribeByNotificationTypeRole
(ListSubscriptionsRoleRoleRefParameter roleRef, NotificationType notificationType) Unsubscribe a Role from a Specific Notification Type Unsubscribes a Role from a specified notification type.void
SubscriptionApi.unsubscribeByNotificationTypeRole
(ListSubscriptionsRoleRoleRefParameter roleRef, NotificationType notificationType, Map<String, String> additionalHeaders) Unsubscribe a Role from a Specific Notification Type Unsubscribes a Role from a specified notification type.void
SubscriptionApi.unsubscribeByNotificationTypeUser
(NotificationType notificationType, String userId) Unsubscribe a User from a Specific Notification Type Unsubscribes the current User from a specified notification type.void
SubscriptionApi.unsubscribeByNotificationTypeUser
(NotificationType notificationType, String userId, Map<String, String> additionalHeaders) Unsubscribe a User from a Specific Notification Type Unsubscribes the current User from a specified notification type. -
Uses of NotificationType in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return NotificationTypeModifier and TypeMethodDescriptionstatic NotificationType
Subscription.getNotificationType()
Get notificationTypestatic NotificationType
Returns the enum constant of this type with the specified name.static NotificationType[]
NotificationType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource.model with parameters of type NotificationTypeModifier and TypeMethodDescriptionSubscription.notificationType
(NotificationType notificationType) void
Subscription.setNotificationType
(NotificationType notificationType)