Uses of Class
com.mypurecloud.sdk.v2.api.request.PutNotificationsChannelSubscriptionsRequest.Builder
Packages that use PutNotificationsChannelSubscriptionsRequest.Builder
-
Uses of PutNotificationsChannelSubscriptionsRequest.Builder in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PutNotificationsChannelSubscriptionsRequest.BuilderModifier and TypeMethodDescriptionPutNotificationsChannelSubscriptionsRequest.builder()PutNotificationsChannelSubscriptionsRequest.builder(String channelId, List<ChannelTopic> body) PutNotificationsChannelSubscriptionsRequest.Builder.withBody(List<ChannelTopic> body) PutNotificationsChannelSubscriptionsRequest.Builder.withChannelId(String channelId) PutNotificationsChannelSubscriptionsRequest.Builder.withIgnoreErrors(Boolean ignoreErrors) PutNotificationsChannelSubscriptionsRequest.Builder.withRequiredParams(String channelId, List<ChannelTopic> body)