Uses of Class
cloud.genesys.webmessaging.sdk.model.ContentCardAction.TypeEnum
-
Packages that use ContentCardAction.TypeEnum Package Description cloud.genesys.webmessaging.sdk.model -
-
Uses of ContentCardAction.TypeEnum in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return ContentCardAction.TypeEnum Modifier and Type Method Description static ContentCardAction.TypeEnumContentCardAction.TypeEnum. fromString(String key)ContentCardAction.TypeEnumContentCardAction. getType()static ContentCardAction.TypeEnumContentCardAction.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ContentCardAction.TypeEnum[]ContentCardAction.TypeEnum. 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 ContentCardAction.TypeEnum Modifier and Type Method Description voidContentCardAction. setType(ContentCardAction.TypeEnum type)ContentCardActionContentCardAction. type(ContentCardAction.TypeEnum type)Describes the type of action.
-