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