Package com.mypurecloud.sdk.v2.model
Class WorkPlanBidGroup
java.lang.Object
com.mypurecloud.sdk.v2.model.WorkPlanBidGroup
- All Implemented Interfaces:
Serializable
WorkPlanBidGroup
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionagents(List<UserReference> agents) The list of agents who participate in this bid groupbooleangetName()inthashCode()managementUnit(ManagementUnitReference managementUnit) The management unit this bid group belongs toThe name of the work plan bid groupplanningGroups(List<PlanningGroupReference> planningGroups) The list of planning groups selected in this bid groupvoidsetAgents(List<UserReference> agents) voidsetManagementUnit(ManagementUnitReference managementUnit) voidvoidsetPlanningGroups(List<PlanningGroupReference> planningGroups) voidsetWorkPlans(List<BidGroupWorkPlanResponse> workPlans) toString()workPlans(List<BidGroupWorkPlanResponse> workPlans) The list of work plans used in this bid group
-
Constructor Details
-
WorkPlanBidGroup
public WorkPlanBidGroup() -
WorkPlanBidGroup
-
-
Method Details
-
name
The name of the work plan bid group -
getName
-
setName
-
managementUnit
The management unit this bid group belongs to -
getManagementUnit
-
setManagementUnit
-
agents
The list of agents who participate in this bid group -
getAgents
-
setAgents
-
workPlans
The list of work plans used in this bid group -
getWorkPlans
-
setWorkPlans
-
planningGroups
The list of planning groups selected in this bid group -
getPlanningGroups
-
setPlanningGroups
-
equals
-
hashCode
public int hashCode() -
toString
-