Class PatchConversationsEmailMessagesDraftRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PatchConversationsEmailMessagesDraftRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()getBody()voidsetAutoFill(Boolean autoFill) voidvoidsetConversationId(String conversationId) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetDiscard(Boolean discard) withAutoFill(Boolean autoFill) withConversationId(String conversationId) withCustomHeader(String name, String value) withDiscard(Boolean discard)
-
Constructor Details
-
PatchConversationsEmailMessagesDraftRequest
public PatchConversationsEmailMessagesDraftRequest()
-
-
Method Details
-
getConversationId
-
setConversationId
-
withConversationId
-
getAutoFill
-
setAutoFill
-
withAutoFill
-
getDiscard
-
setDiscard
-
withDiscard
-
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
-