Uses of Enum Class
com.mypurecloud.sdk.v2.model.CardAction.TypeEnum
Packages that use CardAction.TypeEnum
-
Uses of CardAction.TypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CardAction.TypeEnumModifier and TypeMethodDescriptionstatic CardAction.TypeEnumCardAction.TypeEnum.fromString(String key) CardAction.getType()static CardAction.TypeEnumReturns the enum constant of this class with the specified name.static CardAction.TypeEnum[]CardAction.TypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type CardAction.TypeEnumModifier and TypeMethodDescriptionvoidCardAction.setType(CardAction.TypeEnum type) CardAction.type(CardAction.TypeEnum type) Describes the type of action.