Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
Subscription |
SubscriptionApi.getSubscriptionsNotificationTypeRole(ListSubscriptionsRoleRoleRefParameter roleRef,
NotificationType notificationType)
Retrieve a Subscription for a Role
Retrieves a subscription by `notificationType` for a specified Role
|
Subscription |
SubscriptionApi.getSubscriptionsNotificationTypeRole(ListSubscriptionsRoleRoleRefParameter roleRef,
NotificationType notificationType,
Map<String,String> additionalHeaders)
Retrieve a Subscription for a Role
Retrieves a subscription by `notificationType` for a specified Role
|
Subscription |
SubscriptionApi.getSubscriptionsNotificationTypeUser(NotificationType notificationType,
String userId)
Retrieve a Subscription for a User
Retrieves a subscription by `notificationType` for a specified User.
|
Subscription |
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.
|
Modifier and Type | Method and Description |
---|---|
static NotificationType |
NotificationType.fromValue(String value) |
NotificationType |
Subscription.getNotificationType()
Get notificationType
|
static NotificationType |
NotificationType.valueOf(String name)
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.
|
Modifier and Type | Method and Description |
---|---|
Subscription |
Subscription.notificationType(NotificationType notificationType) |
void |
Subscription.setNotificationType(NotificationType notificationType) |
Copyright © 2017–2023 Okta. All rights reserved.