Uses of Enum Class
com.mypurecloud.sdk.v2.model.ContentCardAction.TypeEnum
Packages that use ContentCardAction.TypeEnum
-
Uses of ContentCardAction.TypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.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 com.mypurecloud.sdk.v2.model with parameters of type ContentCardAction.TypeEnumModifier and TypeMethodDescriptionvoidContentCardAction.setType(ContentCardAction.TypeEnum type) ContentCardAction.type(ContentCardAction.TypeEnum type) Describes the type of action.