Class PostConversationsEmailMessagesDraftAttachmentsCopyRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PostConversationsEmailMessagesDraftAttachmentsCopyRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String conversationId, CopyAttachmentsRequest body) getBody()voidvoidsetConversationId(String conversationId) voidsetCustomHeaders(Map<String, String> customHeaders) withConversationId(String conversationId) withCustomHeader(String name, String value)
-
Constructor Details
-
PostConversationsEmailMessagesDraftAttachmentsCopyRequest
public PostConversationsEmailMessagesDraftAttachmentsCopyRequest()
-
-
Method Details
-
getConversationId
-
setConversationId
-
withConversationId
public PostConversationsEmailMessagesDraftAttachmentsCopyRequest withConversationId(String conversationId) -
getBody
-
setBody
-
withBody
public PostConversationsEmailMessagesDraftAttachmentsCopyRequest withBody(CopyAttachmentsRequest body) -
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public PostConversationsEmailMessagesDraftAttachmentsCopyRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
-
builder
public static PostConversationsEmailMessagesDraftAttachmentsCopyRequest.Builder builder(String conversationId, CopyAttachmentsRequest body)
-