Package com.mypurecloud.sdk.v2.model
Class WorkPlanBidGroupCreate
java.lang.Object
com.mypurecloud.sdk.v2.model.WorkPlanBidGroupCreate
- All Implemented Interfaces:
Serializable
WorkPlanBidGroupCreate
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAgent IDs who participate in this bid groupbooleangetName()inthashCode()managementUnitId(String managementUnitId) The management unit ID this bid group belongs toThe name of the work plan bid groupplanningGroupIds(List<String> planningGroupIds) The planning group IDs selected in this bid groupvoidsetAgentIds(List<String> agentIds) voidsetManagementUnitId(String managementUnitId) voidvoidsetPlanningGroupIds(List<String> planningGroupIds) voidsetWorkPlans(List<BidGroupWorkPlanRequest> workPlans) toString()workPlans(List<BidGroupWorkPlanRequest> workPlans) The list of work plans used in this bid group
-
Constructor Details
-
WorkPlanBidGroupCreate
public WorkPlanBidGroupCreate() -
WorkPlanBidGroupCreate
-
-
Method Details
-
name
The name of the work plan bid group -
getName
-
setName
-
managementUnitId
The management unit ID this bid group belongs to -
getManagementUnitId
-
setManagementUnitId
-
agentIds
Agent IDs who participate in this bid group -
getAgentIds
-
setAgentIds
-
workPlans
The list of work plans used in this bid group -
getWorkPlans
-
setWorkPlans
-
planningGroupIds
The planning group IDs selected in this bid group -
getPlanningGroupIds
-
setPlanningGroupIds
-
equals
-
hashCode
public int hashCode() -
toString
-