Class GetConversationCommunicationInternalmessageRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetConversationCommunicationInternalmessageRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()voidsetCommunicationId(String communicationId) voidsetConversationId(String conversationId) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetMessageId(String messageId) withCommunicationId(String communicationId) withConversationId(String conversationId) withCustomHeader(String name, String value) withMessageId(String messageId)
-
Constructor Details
-
GetConversationCommunicationInternalmessageRequest
public GetConversationCommunicationInternalmessageRequest()
-
-
Method Details
-
getConversationId
-
setConversationId
-
withConversationId
-
getCommunicationId
-
setCommunicationId
-
withCommunicationId
public GetConversationCommunicationInternalmessageRequest withCommunicationId(String communicationId) -
getMessageId
-
setMessageId
-
withMessageId
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public GetConversationCommunicationInternalmessageRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
-
builder
public static GetConversationCommunicationInternalmessageRequest.Builder builder(String conversationId, String communicationId, String messageId)
-