Uses of Class
com.mypurecloud.sdk.v2.model.ChannelTopic
Packages that use ChannelTopic
Package
Description
-
Uses of ChannelTopic in com.mypurecloud.sdk.v2.api
Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type ChannelTopicModifier and TypeMethodDescriptionNotificationsApi.postNotificationsChannelSubscriptions(ApiRequest<List<ChannelTopic>> 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 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.NotificationsApi.putNotificationsChannelSubscriptions(String channelId, List<ChannelTopic> body, Boolean ignoreErrors) 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. -
Uses of ChannelTopic in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type ChannelTopicModifier and TypeMethodDescriptionPostNotificationsChannelSubscriptionsRequest.getBody()PutNotificationsChannelSubscriptionsRequest.getBody()PostNotificationsChannelSubscriptionsRequest.withHttpInfo()PutNotificationsChannelSubscriptionsRequest.withHttpInfo()Method parameters in com.mypurecloud.sdk.v2.api.request with type arguments of type ChannelTopicModifier and TypeMethodDescriptionPostNotificationsChannelSubscriptionsRequest.builder(String channelId, List<ChannelTopic> body) PutNotificationsChannelSubscriptionsRequest.builder(String channelId, List<ChannelTopic> body) voidPostNotificationsChannelSubscriptionsRequest.setBody(List<ChannelTopic> body) voidPutNotificationsChannelSubscriptionsRequest.setBody(List<ChannelTopic> body) PostNotificationsChannelSubscriptionsRequest.Builder.withBody(List<ChannelTopic> body) PostNotificationsChannelSubscriptionsRequest.withBody(List<ChannelTopic> body) PutNotificationsChannelSubscriptionsRequest.Builder.withBody(List<ChannelTopic> body) PutNotificationsChannelSubscriptionsRequest.withBody(List<ChannelTopic> body) PostNotificationsChannelSubscriptionsRequest.Builder.withRequiredParams(String channelId, List<ChannelTopic> body) PutNotificationsChannelSubscriptionsRequest.Builder.withRequiredParams(String channelId, List<ChannelTopic> body) -
Uses of ChannelTopic in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ChannelTopicModifier and TypeMethodDescriptionChannelTopic.missingPermissions(List<String> missingPermissions) ChannelTopic.rejectionReason(String rejectionReason) ChannelTopic.state(ChannelTopic.StateEnum state) Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ChannelTopicMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type ChannelTopicModifier and TypeMethodDescriptionChannelTopicEntityListing.entities(List<ChannelTopic> entities) voidChannelTopicEntityListing.setEntities(List<ChannelTopic> entities)