Package com.mypurecloud.sdk.v2.model
Class AgentAction
java.lang.Object
com.mypurecloud.sdk.v2.model.AgentAction
- All Implemented Interfaces:
Serializable
AgentAction
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe agent action taken on a checklist item. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionagentAction(AgentAction.AgentActionEnum agentAction) The agent action taken on a checklist item.booleangetId()getName()inthashCode()ID of the checklist item.Name of the checklist item.voidsetAgentAction(AgentAction.AgentActionEnum agentAction) voidvoidtoString()
-
Constructor Details
-
AgentAction
public AgentAction() -
AgentAction
-
-
Method Details
-
id
ID of the checklist item. -
getId
-
setId
-
name
Name of the checklist item. -
getName
-
setName
-
agentAction
The agent action taken on a checklist item. -
getAgentAction
-
setAgentAction
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-