Class PostConversationsMessageCommunicationMessagesMediaUploadsRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PostConversationsMessageCommunicationMessagesMediaUploadsRequest
-
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, UploadMediaRequest body) getBody()voidsetBody(UploadMediaRequest body) voidsetCommunicationId(String communicationId) voidsetConversationId(String conversationId) voidsetCustomHeaders(Map<String, String> customHeaders) withBody(UploadMediaRequest body) withCommunicationId(String communicationId) withConversationId(String conversationId) withCustomHeader(String name, String value)
-
Constructor Details
-
PostConversationsMessageCommunicationMessagesMediaUploadsRequest
public PostConversationsMessageCommunicationMessagesMediaUploadsRequest()
-
-
Method Details
-
getConversationId
-
setConversationId
-
withConversationId
public PostConversationsMessageCommunicationMessagesMediaUploadsRequest withConversationId(String conversationId) -
getCommunicationId
-
setCommunicationId
-
withCommunicationId
public PostConversationsMessageCommunicationMessagesMediaUploadsRequest withCommunicationId(String communicationId) -
getBody
-
setBody
-
withBody
public PostConversationsMessageCommunicationMessagesMediaUploadsRequest withBody(UploadMediaRequest body) -
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public PostConversationsMessageCommunicationMessagesMediaUploadsRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
-
builder
public static PostConversationsMessageCommunicationMessagesMediaUploadsRequest.Builder builder(String conversationId, String communicationId, UploadMediaRequest body)
-