Package com.mypurecloud.sdk.v2.model
Class AgentBidWorkPlanOverrideRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.AgentBidWorkPlanOverrideRequest
- All Implemented Interfaces:
Serializable
AgentBidWorkPlanOverrideRequest
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe reason for overriding the assigned work plan. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe ID of agentbooleaninthashCode()overrideReason(AgentBidWorkPlanOverrideRequest.OverrideReasonEnum overrideReason) The reason for overriding the assigned work plan.overrideWorkPlanId(String overrideWorkPlanId) The ID of the work plan that overrides the assigned work plan for the agentvoidsetAgentId(String agentId) voidsetOverrideReason(AgentBidWorkPlanOverrideRequest.OverrideReasonEnum overrideReason) voidsetOverrideWorkPlanId(String overrideWorkPlanId) toString()
-
Constructor Details
-
AgentBidWorkPlanOverrideRequest
public AgentBidWorkPlanOverrideRequest() -
AgentBidWorkPlanOverrideRequest
-
-
Method Details
-
agentId
The ID of agent -
getAgentId
-
setAgentId
-
overrideWorkPlanId
The ID of the work plan that overrides the assigned work plan for the agent -
getOverrideWorkPlanId
-
setOverrideWorkPlanId
-
overrideReason
public AgentBidWorkPlanOverrideRequest overrideReason(AgentBidWorkPlanOverrideRequest.OverrideReasonEnum overrideReason) The reason for overriding the assigned work plan. This must be null if overrideWorkPlanId is not specified -
getOverrideReason
-
setOverrideReason
-
equals
-
hashCode
public int hashCode() -
toString
-