Uses of Enum Class
cloud.genesys.webmessaging.sdk.model.ContentCardAction.TypeEnum
Packages that use ContentCardAction.TypeEnum
-
Uses of ContentCardAction.TypeEnum in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return ContentCardAction.TypeEnumModifier and TypeMethodDescriptionstatic ContentCardAction.TypeEnumContentCardAction.TypeEnum.fromString(String key) ContentCardAction.getType()static ContentCardAction.TypeEnumReturns the enum constant of this class with the specified name.static ContentCardAction.TypeEnum[]ContentCardAction.TypeEnum.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 ContentCardAction.TypeEnumModifier and TypeMethodDescriptionvoidContentCardAction.setType(ContentCardAction.TypeEnum type) ContentCardAction.type(ContentCardAction.TypeEnum type) Describes the type of action.