Uses of Class
com.mypurecloud.sdk.v2.api.request.PostNotificationsChannelSubscriptionsRequest
Packages that use PostNotificationsChannelSubscriptionsRequest
-
Uses of PostNotificationsChannelSubscriptionsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostNotificationsChannelSubscriptionsRequestModifier and TypeMethodDescriptionNotificationsApi.postNotificationsChannelSubscriptions(PostNotificationsChannelSubscriptionsRequest 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 subscriptions -
Uses of PostNotificationsChannelSubscriptionsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostNotificationsChannelSubscriptionsRequestModifier and TypeMethodDescriptionPostNotificationsChannelSubscriptionsRequest.Builder.build()PostNotificationsChannelSubscriptionsRequest.withBody(List<ChannelTopic> body) PostNotificationsChannelSubscriptionsRequest.withChannelId(String channelId) PostNotificationsChannelSubscriptionsRequest.withCustomHeader(String name, String value) PostNotificationsChannelSubscriptionsRequest.withIgnoreErrors(Boolean ignoreErrors)