Uses of Class
com.mypurecloud.sdk.v2.model.MessageMedia
Packages that use MessageMedia
-
Uses of MessageMedia in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return MessageMediaModifier and TypeMethodDescriptionMessageMedia.contentLengthBytes(Integer contentLengthBytes) The optional content length of the the media object, in bytes.The optional id of the the media object.The optional internet media type of the the media object.The optional name of the 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 MessageMediaMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type MessageMediaModifier and TypeMethodDescriptionMessageData.media(List<MessageMedia> media) The media details associated to a message.MessageDetails.media(List<MessageMedia> media) Deprecated: Use the API /api/v2/conversations/messages/{conversationId}/messages/{messageId} to get the associated media.voidMessageData.setMedia(List<MessageMedia> media) voidMessageDetails.setMedia(List<MessageMedia> media)