Uses of Enum Class
com.mypurecloud.sdk.v2.model.ActionTarget.StateEnum
Packages that use ActionTarget.StateEnum
-
Uses of ActionTarget.StateEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ActionTarget.StateEnumModifier and TypeMethodDescriptionstatic ActionTarget.StateEnumActionTarget.StateEnum.fromString(String key) ActionTarget.getState()static ActionTarget.StateEnumReturns the enum constant of this class with the specified name.static ActionTarget.StateEnum[]ActionTarget.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 ActionTarget.StateEnumModifier and TypeMethodDescriptionvoidActionTarget.setState(ActionTarget.StateEnum state) ActionTarget.state(ActionTarget.StateEnum state) Indicates the state of the target.