Uses of Class
com.mypurecloud.sdk.v2.model.PlanningGroupReference
Packages that use PlanningGroupReference
-
Uses of PlanningGroupReference in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return PlanningGroupReferenceModifier and TypeMethodDescriptionBuPlanningGroupHeadcountForecastResult.getPlanningGroup()PlanningGroupMinimumsResponse.getPlanningGroup()PlanningGroupToStaffingGroupsResponse.getPlanningGroup()The globally unique identifier for the object.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type PlanningGroupReferenceModifier and TypeMethodDescriptionBusinessUnitActivityCode.getPlanningGroups()StaffingGroupResponse.getPlanningGroups()WorkPlanBidGroup.getPlanningGroups()Methods in com.mypurecloud.sdk.v2.model with parameters of type PlanningGroupReferenceModifier and TypeMethodDescriptionBuPlanningGroupHeadcountForecastResult.planningGroup(PlanningGroupReference planningGroup) The planning group to which this portion of the headcount forecast appliesPlanningGroupMinimumsResponse.planningGroup(PlanningGroupReference planningGroup) The planning group to which the day of week minimum staff values applyPlanningGroupToStaffingGroupsResponse.planningGroup(PlanningGroupReference planningGroup) The ID of the planning groupvoidBuPlanningGroupHeadcountForecastResult.setPlanningGroup(PlanningGroupReference planningGroup) voidPlanningGroupMinimumsResponse.setPlanningGroup(PlanningGroupReference planningGroup) voidPlanningGroupToStaffingGroupsResponse.setPlanningGroup(PlanningGroupReference planningGroup) Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type PlanningGroupReferenceModifier and TypeMethodDescriptionBusinessUnitActivityCode.planningGroups(List<PlanningGroupReference> planningGroups) Planning groups associated with this activity codeStaffingGroupResponse.planningGroups(List<PlanningGroupReference> planningGroups) The list of planning groups that are associated with the staffing groupWorkPlanBidGroup.planningGroups(List<PlanningGroupReference> planningGroups) The list of planning groups selected in this bid groupvoidBusinessUnitActivityCode.setPlanningGroups(List<PlanningGroupReference> planningGroups) voidStaffingGroupResponse.setPlanningGroups(List<PlanningGroupReference> planningGroups) voidWorkPlanBidGroup.setPlanningGroups(List<PlanningGroupReference> planningGroups)