Uses of Class
com.mypurecloud.sdk.v2.model.ChannelTopicEntityListing
Packages that use ChannelTopicEntityListing
-
Uses of ChannelTopicEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return ChannelTopicEntityListingModifier and TypeMethodDescriptionNotificationsApi.getNotificationsChannelSubscriptions(GetNotificationsChannelSubscriptionsRequest request) The list of all subscriptions for this channelNotificationsApi.getNotificationsChannelSubscriptions(String channelId) The list of all subscriptions for this channelNotificationsApi.postNotificationsChannelSubscriptions(PostNotificationsChannelSubscriptionsRequest request) Add a list of subscriptions to the existing list of subscriptionsNotificationsApi.postNotificationsChannelSubscriptions(String channelId, List<ChannelTopic> body, Boolean ignoreErrors) Add a list of subscriptions to the existing list of subscriptionsNotificationsApi.putNotificationsChannelSubscriptions(PutNotificationsChannelSubscriptionsRequest request) Replace the current list of subscriptions with a new list.NotificationsApi.putNotificationsChannelSubscriptions(String channelId, List<ChannelTopic> body, Boolean ignoreErrors) Replace the current list of subscriptions with a new list.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type ChannelTopicEntityListingModifier and TypeMethodDescriptionNotificationsApi.getNotificationsChannelSubscriptions(ApiRequest<Void> request) The list of all subscriptions for this channelNotificationsApiAsync.getNotificationsChannelSubscriptionsAsync(GetNotificationsChannelSubscriptionsRequest request, AsyncApiCallback<ChannelTopicEntityListing> callback) The list of all subscriptions for this channelNotificationsApiAsync.getNotificationsChannelSubscriptionsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ChannelTopicEntityListing>> callback) The list of all subscriptions for this channelNotificationsApi.getNotificationsChannelSubscriptionsWithHttpInfo(String channelId) The list of all subscriptions for this channelNotificationsApi.postNotificationsChannelSubscriptions(ApiRequest<List<ChannelTopic>> request) Add a list of subscriptions to the existing list of subscriptionsNotificationsApiAsync.postNotificationsChannelSubscriptionsAsync(PostNotificationsChannelSubscriptionsRequest request, AsyncApiCallback<ChannelTopicEntityListing> callback) Add a list of subscriptions to the existing list of subscriptionsNotificationsApiAsync.postNotificationsChannelSubscriptionsAsync(ApiRequest<List<ChannelTopic>> request, AsyncApiCallback<ApiResponse<ChannelTopicEntityListing>> callback) Add a list of subscriptions to the existing list of subscriptionsNotificationsApi.postNotificationsChannelSubscriptionsWithHttpInfo(String channelId, List<ChannelTopic> body, Boolean ignoreErrors) Add a list of subscriptions to the existing list of subscriptionsNotificationsApi.putNotificationsChannelSubscriptions(ApiRequest<List<ChannelTopic>> request) Replace the current list of subscriptions with a new list.NotificationsApiAsync.putNotificationsChannelSubscriptionsAsync(PutNotificationsChannelSubscriptionsRequest request, AsyncApiCallback<ChannelTopicEntityListing> callback) Replace the current list of subscriptions with a new list.NotificationsApiAsync.putNotificationsChannelSubscriptionsAsync(ApiRequest<List<ChannelTopic>> request, AsyncApiCallback<ApiResponse<ChannelTopicEntityListing>> callback) Replace the current list of subscriptions with a new list.NotificationsApi.putNotificationsChannelSubscriptionsWithHttpInfo(String channelId, List<ChannelTopic> body, Boolean ignoreErrors) Replace the current list of subscriptions with a new list.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type ChannelTopicEntityListingModifier and TypeMethodDescriptionNotificationsApiAsync.getNotificationsChannelSubscriptionsAsync(GetNotificationsChannelSubscriptionsRequest request, AsyncApiCallback<ChannelTopicEntityListing> callback) The list of all subscriptions for this channelNotificationsApiAsync.getNotificationsChannelSubscriptionsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ChannelTopicEntityListing>> callback) The list of all subscriptions for this channelNotificationsApiAsync.postNotificationsChannelSubscriptionsAsync(PostNotificationsChannelSubscriptionsRequest request, AsyncApiCallback<ChannelTopicEntityListing> callback) Add a list of subscriptions to the existing list of subscriptionsNotificationsApiAsync.postNotificationsChannelSubscriptionsAsync(ApiRequest<List<ChannelTopic>> request, AsyncApiCallback<ApiResponse<ChannelTopicEntityListing>> callback) Add a list of subscriptions to the existing list of subscriptionsNotificationsApiAsync.putNotificationsChannelSubscriptionsAsync(PutNotificationsChannelSubscriptionsRequest request, AsyncApiCallback<ChannelTopicEntityListing> callback) Replace the current list of subscriptions with a new list.NotificationsApiAsync.putNotificationsChannelSubscriptionsAsync(ApiRequest<List<ChannelTopic>> request, AsyncApiCallback<ApiResponse<ChannelTopicEntityListing>> callback) Replace the current list of subscriptions with a new list. -
Uses of ChannelTopicEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ChannelTopicEntityListingModifier and TypeMethodDescriptionChannelTopicEntityListing.entities(List<ChannelTopic> entities)