Class GetConversationsMessageMessageRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetConversationsMessageMessageRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()voidsetConversationId(String conversationId) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetMessageId(String messageId) voidsetUseNormalizedMessage(Boolean useNormalizedMessage) withConversationId(String conversationId) withCustomHeader(String name, String value) withMessageId(String messageId) withUseNormalizedMessage(Boolean useNormalizedMessage)
-
Constructor Details
-
GetConversationsMessageMessageRequest
public GetConversationsMessageMessageRequest()
-
-
Method Details
-
getConversationId
-
setConversationId
-
withConversationId
-
getMessageId
-
setMessageId
-
withMessageId
-
getUseNormalizedMessage
-
setUseNormalizedMessage
-
withUseNormalizedMessage
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static GetConversationsMessageMessageRequest.Builder builder(String conversationId, String messageId)
-