Uses of Enum Class
com.mypurecloud.sdk.v2.model.AgentAction.AgentActionEnum
Packages that use AgentAction.AgentActionEnum
-
Uses of AgentAction.AgentActionEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AgentAction.AgentActionEnumModifier and TypeMethodDescriptionstatic AgentAction.AgentActionEnumAgentAction.AgentActionEnum.fromString(String key) AgentAction.getAgentAction()static AgentAction.AgentActionEnumReturns the enum constant of this class with the specified name.static AgentAction.AgentActionEnum[]AgentAction.AgentActionEnum.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 AgentAction.AgentActionEnumModifier and TypeMethodDescriptionAgentAction.agentAction(AgentAction.AgentActionEnum agentAction) The agent action taken on a checklist item.voidAgentAction.setAgentAction(AgentAction.AgentActionEnum agentAction)