Uses of Class
com.mypurecloud.sdk.v2.model.MessageMediaAttachment
Packages that use MessageMediaAttachment
-
Uses of MessageMediaAttachment in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return MessageMediaAttachmentModifier and TypeMethodDescriptionMessageMediaAttachment.contentLength(Long contentLength) The optional content length of the the media object, in bytes.A globally unique identifier for the media object.MessageMediaAttachment.mediaType(MessageMediaAttachment.MediaTypeEnum mediaType) The optional internet media type of the the media object.If null then the media type should be dictated by the url.The name of the media object.The location of the media, useful for retrieving itMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type MessageMediaAttachmentMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type MessageMediaAttachmentModifier and TypeMethodDescriptionRecordingMessagingMessage.messageMediaAttachments(List<MessageMediaAttachment> messageMediaAttachments) List of media objects attached with this message.voidRecordingMessagingMessage.setMessageMediaAttachments(List<MessageMediaAttachment> messageMediaAttachments)