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