Uses of Enum Class
cloud.genesys.webmessaging.sdk.model.MediaType
Packages that use MediaType
-
Uses of MediaType in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return MediaTypeModifier and TypeMethodDescriptionstatic MediaTypeMediaType.fromString(String key) BaseContentAttachment.getMediaType()CleanContentAttachment.getMediaType()ContentAttachment.getMediaType()static MediaTypeReturns the enum constant of this class with the specified name.static MediaType[]MediaType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cloud.genesys.webmessaging.sdk.model with parameters of type MediaTypeModifier and TypeMethodDescriptionThe type of attachment this instance represents.voidBaseContentAttachment.setMediaType(MediaType mediaType) voidCleanContentAttachment.setMediaType(MediaType mediaType) voidContentAttachment.setMediaType(MediaType mediaType)