Package com.mypurecloud.sdk.v2.model
Class CopyAttachmentsRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.CopyAttachmentsRequest
- All Implemented Interfaces:
Serializable
CopyAttachmentsRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattachments(List<Attachment> attachments) A list of attachments that will be copied from the source message to the current draftbooleaninthashCode()voidsetAttachments(List<Attachment> attachments) voidsetSourceMessage(DomainEntityRef sourceMessage) sourceMessage(DomainEntityRef sourceMessage) A reference to the email message within the current conversation that owns the attachments to be copiedtoString()
-
Constructor Details
-
CopyAttachmentsRequest
public CopyAttachmentsRequest() -
CopyAttachmentsRequest
-
-
Method Details
-
sourceMessage
A reference to the email message within the current conversation that owns the attachments to be copied -
getSourceMessage
-
setSourceMessage
-
attachments
A list of attachments that will be copied from the source message to the current draft -
getAttachments
-
setAttachments
-
equals
-
hashCode
public int hashCode() -
toString
-