Uses of Enum Class
com.mypurecloud.sdk.v2.model.MessageMediaAttachment.MediaTypeEnum
Packages that use MessageMediaAttachment.MediaTypeEnum
-
Uses of MessageMediaAttachment.MediaTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return MessageMediaAttachment.MediaTypeEnumModifier and TypeMethodDescriptionMessageMediaAttachment.MediaTypeEnum.fromString(String key) MessageMediaAttachment.getMediaType()Returns the enum constant of this class with the specified name.static MessageMediaAttachment.MediaTypeEnum[]MessageMediaAttachment.MediaTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type MessageMediaAttachment.MediaTypeEnumModifier and TypeMethodDescriptionMessageMediaAttachment.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.voidMessageMediaAttachment.setMediaType(MessageMediaAttachment.MediaTypeEnum mediaType)