Package com.mypurecloud.sdk.v2.model
Class RecordingAttachment
java.lang.Object
com.mypurecloud.sdk.v2.model.RecordingAttachment
- All Implemented Interfaces:
Serializable
RecordingAttachment
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of attachment this instance represents. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanSuggested file name for attachment.getId()getMime()getText()getUrl()inthashCode()mediaType(RecordingAttachment.MediaTypeEnum mediaType) The type of attachment this instance represents.Attachment mime type.voidsetFileName(String fileName) voidsetMediaType(RecordingAttachment.MediaTypeEnum mediaType) voidvoidvoidText associated with attachment such as an image caption.toString()URL of the attachment.
-
Constructor Details
-
RecordingAttachment
public RecordingAttachment() -
RecordingAttachment
-
-
Method Details
-
getId
-
mediaType
The type of attachment this instance represents. -
getMediaType
-
setMediaType
-
url
URL of the attachment. -
getUrl
-
setUrl
-
mime
Attachment mime type. -
getMime
-
setMime
-
text
Text associated with attachment such as an image caption. -
getText
-
setText
-
fileName
Suggested file name for attachment. -
getFileName
-
setFileName
-
equals
-
hashCode
public int hashCode() -
toString
-