Uses of Enum Class
cloud.genesys.webmessaging.sdk.model.ContentType
Packages that use ContentType
-
Uses of ContentType in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return ContentTypeModifier and TypeMethodDescriptionstatic ContentTypeContentType.fromString(String key) BaseMessagingContent.getContentType()CleanMessageContent.getContentType()MessageContent.getContentType()static ContentTypeReturns the enum constant of this class with the specified name.static ContentType[]ContentType.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 ContentTypeModifier and TypeMethodDescriptionBaseMessagingContent.contentType(ContentType contentType) CleanMessageContent.contentType(ContentType contentType) MessageContent.contentType(ContentType contentType) voidBaseMessagingContent.setContentType(ContentType contentType) voidCleanMessageContent.setContentType(ContentType contentType) voidMessageContent.setContentType(ContentType contentType)