Class DeleteConversationsEmailMessagesDraftAttachmentRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.DeleteConversationsEmailMessagesDraftAttachmentRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()voidsetAttachmentId(String attachmentId) voidsetConversationId(String conversationId) voidsetCustomHeaders(Map<String, String> customHeaders) withAttachmentId(String attachmentId) withConversationId(String conversationId) withCustomHeader(String name, String value)
-
Constructor Details
-
DeleteConversationsEmailMessagesDraftAttachmentRequest
public DeleteConversationsEmailMessagesDraftAttachmentRequest()
-
-
Method Details
-
getConversationId
-
setConversationId
-
withConversationId
public DeleteConversationsEmailMessagesDraftAttachmentRequest withConversationId(String conversationId) -
getAttachmentId
-
setAttachmentId
-
withAttachmentId
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public DeleteConversationsEmailMessagesDraftAttachmentRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
-
builder
public static DeleteConversationsEmailMessagesDraftAttachmentRequest.Builder builder(String conversationId, String attachmentId)
-