Package com.mypurecloud.sdk.v2.model
Class Attachment
java.lang.Object
com.mypurecloud.sdk.v2.model.Attachment
- All Implemented Interfaces:
Serializable
Attachment
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattachmentId(String attachmentId) The unique identifier for the attachment.contentLength(Integer 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()inlineImage(Boolean inlineImage) Whether or not the attachment was attached inline.,The name of the attachment.voidsetAttachmentId(String attachmentId) voidsetContentLength(Integer contentLength) voidsetContentType(String contentType) voidsetContentUri(String contentUri) voidsetInlineImage(Boolean inlineImage) voidtoString()
-
Constructor Details
-
Attachment
public Attachment() -
Attachment
-
-
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
-
inlineImage
Whether or not the attachment was attached inline., -
getInlineImage
-
setInlineImage
-
equals
-
hashCode
public int hashCode() -
toString
-