Package com.mypurecloud.sdk.v2.model
Class AgentWorkPlanBiddingPreferenceRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.AgentWorkPlanBiddingPreferenceRequest
- All Implemented Interfaces:
Serializable
AgentWorkPlanBiddingPreferenceRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()The agent's priority for this work plan, with 1 being the best priority.voidsetPriority(Integer priority) voidsetWorkPlanId(String workPlanId) toString()workPlanId(String workPlanId) The ID of the work plan that belongs to agent's bid group
-
Constructor Details
-
AgentWorkPlanBiddingPreferenceRequest
public AgentWorkPlanBiddingPreferenceRequest() -
AgentWorkPlanBiddingPreferenceRequest
-
-
Method Details
-
workPlanId
The ID of the work plan that belongs to agent's bid group -
getWorkPlanId
-
setWorkPlanId
-
priority
The agent's priority for this work plan, with 1 being the best priority. Null if priority is not set for the work plan -
getPriority
-
setPriority
-
equals
-
hashCode
public int hashCode() -
toString
-