Uses of Enum Class
com.mypurecloud.sdk.v2.model.ActionTemplate.StateEnum
Packages that use ActionTemplate.StateEnum
-
Uses of ActionTemplate.StateEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ActionTemplate.StateEnumModifier and TypeMethodDescriptionstatic ActionTemplate.StateEnumActionTemplate.StateEnum.fromString(String key) ActionTemplate.getState()static ActionTemplate.StateEnumReturns the enum constant of this class with the specified name.static ActionTemplate.StateEnum[]ActionTemplate.StateEnum.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 ActionTemplate.StateEnumModifier and TypeMethodDescriptionvoidActionTemplate.setState(ActionTemplate.StateEnum state) ActionTemplate.state(ActionTemplate.StateEnum state) Whether the action template is currently active, inactive or deleted.