Uses of Class
org.openapitools.client.model.Subscription
Packages that use Subscription
-
Uses of Subscription in org.openapitools.client.api
Methods in org.openapitools.client.api that return SubscriptionModifier and TypeMethodDescriptionSubscriptionApi.listRoleSubscriptionsByNotificationType
(String roleTypeOrRoleId, String notificationType) List all Subscriptions of a Custom Role with a specific notification type When roleType Get subscriptions of a Role with a specific notification type.SubscriptionApi.listUserSubscriptionsByNotificationType
(String userId, String notificationType) List all Subscriptions by type Lists all the subscriptions of a User with a specific notification type.Methods in org.openapitools.client.api that return types with arguments of type SubscriptionModifier and TypeMethodDescriptionSubscriptionApi.listRoleSubscriptions
(String roleTypeOrRoleId) List all Subscriptions of a Custom Role When roleType List all subscriptions of a Role.org.springframework.http.ResponseEntity<Subscription>
SubscriptionApi.listRoleSubscriptionsByNotificationTypeWithHttpInfo
(String roleTypeOrRoleId, String notificationType) List all Subscriptions of a Custom Role with a specific notification type When roleType Get subscriptions of a Role with a specific notification type.org.springframework.http.ResponseEntity<List<Subscription>>
SubscriptionApi.listRoleSubscriptionsWithHttpInfo
(String roleTypeOrRoleId) List all Subscriptions of a Custom Role When roleType List all subscriptions of a Role.SubscriptionApi.listUserSubscriptions
(String userId) List all Subscriptions Lists all subscriptions of a user.org.springframework.http.ResponseEntity<Subscription>
SubscriptionApi.listUserSubscriptionsByNotificationTypeWithHttpInfo
(String userId, String notificationType) List all Subscriptions by type Lists all the subscriptions of a User with a specific notification type.org.springframework.http.ResponseEntity<List<Subscription>>
SubscriptionApi.listUserSubscriptionsWithHttpInfo
(String userId) List all Subscriptions Lists all subscriptions of a user. -
Uses of Subscription in org.openapitools.client.model
Methods in org.openapitools.client.model that return SubscriptionModifier and TypeMethodDescriptionSubscription.addChannelsItem
(String channelsItem) Subscription.notificationType
(NotificationType notificationType) Subscription.status
(SubscriptionStatus status)