Uses of Class
cloud.genesys.webmessaging.sdk.model.MediaType
-
Packages that use MediaType Package Description cloud.genesys.webmessaging.sdk.model -
-
Uses of MediaType in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return MediaType Modifier and Type Method Description static MediaTypeMediaType. fromString(String key)MediaTypeBaseContentAttachment. getMediaType()MediaTypeCleanContentAttachment. getMediaType()MediaTypeContentAttachment. getMediaType()static MediaTypeMediaType. valueOf(String name)Returns the enum constant of this type with the specified name.static MediaType[]MediaType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cloud.genesys.webmessaging.sdk.model with parameters of type MediaType Modifier and Type Method Description BaseContentAttachmentBaseContentAttachment. mediaType(MediaType mediaType)CleanContentAttachmentCleanContentAttachment. mediaType(MediaType mediaType)ContentAttachmentContentAttachment. mediaType(MediaType mediaType)The type of attachment this instance represents.voidBaseContentAttachment. setMediaType(MediaType mediaType)voidCleanContentAttachment. setMediaType(MediaType mediaType)voidContentAttachment. setMediaType(MediaType mediaType)
-