Uses of Class
cloud.genesys.webmessaging.sdk.model.TextType
-
Packages that use TextType Package Description cloud.genesys.webmessaging.sdk.model -
-
Uses of TextType in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return TextType Modifier and Type Method Description static TextTypeTextType. fromString(String key)TextTypeContentText. getType()static TextTypeTextType. valueOf(String name)Returns the enum constant of this type with the specified name.static TextType[]TextType. 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 TextType Modifier and Type Method Description voidContentText. setType(TextType type)ContentTextContentText. type(TextType type)Type of text content.
-