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