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