Class PostConversationsMessageCommunicationMessagesRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PostConversationsMessageCommunicationMessagesRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String conversationId, String communicationId, AdditionalMessage body) getBody()voidsetBody(AdditionalMessage body) voidsetCommunicationId(String communicationId) voidsetConversationId(String conversationId) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetUseNormalizedMessage(Boolean useNormalizedMessage) withBody(AdditionalMessage body) withCommunicationId(String communicationId) withConversationId(String conversationId) withCustomHeader(String name, String value) withUseNormalizedMessage(Boolean useNormalizedMessage)
-
Constructor Details
-
PostConversationsMessageCommunicationMessagesRequest
public PostConversationsMessageCommunicationMessagesRequest()
-
-
Method Details
-
getConversationId
-
setConversationId
-
withConversationId
public PostConversationsMessageCommunicationMessagesRequest withConversationId(String conversationId) -
getCommunicationId
-
setCommunicationId
-
withCommunicationId
public PostConversationsMessageCommunicationMessagesRequest withCommunicationId(String communicationId) -
getBody
-
setBody
-
withBody
-
getUseNormalizedMessage
-
setUseNormalizedMessage
-
withUseNormalizedMessage
public PostConversationsMessageCommunicationMessagesRequest withUseNormalizedMessage(Boolean useNormalizedMessage) -
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public PostConversationsMessageCommunicationMessagesRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
-
builder
public static PostConversationsMessageCommunicationMessagesRequest.Builder builder(String conversationId, String communicationId, AdditionalMessage body)
-