Class PostNotificationsChannelSubscriptionsRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PostNotificationsChannelSubscriptionsRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String channelId, List<ChannelTopic> body) getBody()voidsetBody(List<ChannelTopic> body) voidsetChannelId(String channelId) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetIgnoreErrors(Boolean ignoreErrors) withBody(List<ChannelTopic> body) withChannelId(String channelId) withCustomHeader(String name, String value) withIgnoreErrors(Boolean ignoreErrors)
-
Constructor Details
-
PostNotificationsChannelSubscriptionsRequest
public PostNotificationsChannelSubscriptionsRequest()
-
-
Method Details
-
getChannelId
-
setChannelId
-
withChannelId
-
getBody
-
setBody
-
withBody
-
getIgnoreErrors
-
setIgnoreErrors
-
withIgnoreErrors
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static PostNotificationsChannelSubscriptionsRequest.Builder builder(String channelId, List<ChannelTopic> body)
-