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.voidSubscriptionApi.subscribeByNotificationTypeRole(ListSubscriptionsRoleRoleRefParameter roleRef, NotificationType notificationType) Subscribe a Role to a Specific Notification Type Subscribes a Role to a specified notification type.voidSubscriptionApi.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.voidSubscriptionApi.subscribeByNotificationTypeUser(NotificationType notificationType, String userId) Subscribe a User to a Specific Notification Type Subscribes the current User to a specified notification type.voidSubscriptionApi.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.voidSubscriptionApi.unsubscribeByNotificationTypeRole(ListSubscriptionsRoleRoleRefParameter roleRef, NotificationType notificationType) Unsubscribe a Role from a Specific Notification Type Unsubscribes a Role from a specified notification type.voidSubscriptionApi.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.voidSubscriptionApi.unsubscribeByNotificationTypeUser(NotificationType notificationType, String userId) Unsubscribe a User from a Specific Notification Type Unsubscribes the current User from a specified notification type.voidSubscriptionApi.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 NotificationTypeSubscription.getNotificationType()Get notificationTypestatic NotificationTypeReturns 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) voidSubscription.setNotificationType(NotificationType notificationType)