Package com.mypurecloud.sdk.v2.model
Class ConversationEmailEventTopicAttachment
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationEmailEventTopicAttachment
- All Implemented Interfaces:
Serializable
ConversationEmailEventTopicAttachment
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattachmentId(String attachmentId) The unique identifier for the attachment.contentLength(Long contentLength) The length of the attachment file.contentType(String contentType) The type of file the attachment is.contentUri(String contentUri) The content uri of the attachment.booleangetName()inthashCode()The name of the attachment.voidsetAttachmentId(String attachmentId) voidsetContentLength(Long contentLength) voidsetContentType(String contentType) voidsetContentUri(String contentUri) voidtoString()
-
Constructor Details
-
ConversationEmailEventTopicAttachment
public ConversationEmailEventTopicAttachment() -
ConversationEmailEventTopicAttachment
-
-
Method Details
-
attachmentId
The unique identifier for the attachment. -
getAttachmentId
-
setAttachmentId
-
name
The name of the attachment. -
getName
-
setName
-
contentUri
The content uri of the attachment. If set, this is commonly a public api download location. -
getContentUri
-
setContentUri
-
contentType
The type of file the attachment is. -
getContentType
-
setContentType
-
contentLength
The length of the attachment file. -
getContentLength
-
setContentLength
-
equals
-
hashCode
public int hashCode() -
toString
-