Package com.ringcentral.definitions
Class MessageAttachmentInfo
java.lang.Object
com.ringcentral.definitions.MessageAttachmentInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionMIME type for a given attachment, for instance 'audio/wav'Name of a file attachedAttachment height in pixels if available Format: int32Internal identifier of a message attachment Format: int64Size of attachment in bytes Format: int32Type of message attachment Enum: AudioRecording, AudioTranscription, Text, SourceDocument, RenderedDocument, MmsAttachmentCanonical URI of a message attachment Format: uriSupported for `Voicemail` only.Attachment width in pixels if available Format: int32 -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
Internal identifier of a message attachment Format: int64 -
uri
Canonical URI of a message attachment Format: uri -
type
Type of message attachment Enum: AudioRecording, AudioTranscription, Text, SourceDocument, RenderedDocument, MmsAttachment -
contentType
MIME type for a given attachment, for instance 'audio/wav' -
vmDuration
Supported for `Voicemail` only. Duration of a voicemail in seconds Format: int32 -
fileName
Name of a file attached -
size
Size of attachment in bytes Format: int32 -
height
Attachment height in pixels if available Format: int32 -
width
Attachment width in pixels if available Format: int32
-
-
Constructor Details
-
MessageAttachmentInfo
public MessageAttachmentInfo()
-
-
Method Details
-
id
-
uri
-
type
-
contentType
-
vmDuration
-
fileName
-
size
-
height
-
width
-