Uses of Class
cloud.genesys.webmessaging.sdk.model.WebMessagingAttachment.MediaTypeEnum
-
Packages that use WebMessagingAttachment.MediaTypeEnum Package Description cloud.genesys.webmessaging.sdk.model -
-
Uses of WebMessagingAttachment.MediaTypeEnum in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return WebMessagingAttachment.MediaTypeEnum Modifier and Type Method Description static WebMessagingAttachment.MediaTypeEnumWebMessagingAttachment.MediaTypeEnum. fromString(String key)WebMessagingAttachment.MediaTypeEnumWebMessagingAttachment. getMediaType()static WebMessagingAttachment.MediaTypeEnumWebMessagingAttachment.MediaTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static WebMessagingAttachment.MediaTypeEnum[]WebMessagingAttachment.MediaTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-