Uses of Class
com.mypurecloud.sdk.v2.model.ManagementUnitReference
Packages that use ManagementUnitReference
-
Uses of ManagementUnitReference in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ManagementUnitReferenceModifier and TypeMethodDescriptionMoveAgentsResponse.getDestinationManagementUnit()AdherenceExplanationNotification.getManagementUnit()AdherenceExplanationResponse.getManagementUnit()AgentManagementUnitReference.getManagementUnit()AgentWorkPlanListResponse.getManagementUnit()AlternativeShiftTradeResponse.getManagementUnit()BidGroupWorkPlanResponse.getManagementUnit()BuManagementUnitScheduleSummary.getManagementUnit()BuRescheduleAgentScheduleResult.getManagementUnit()BuTimeOffLimitResponse.getManagementUnit()ManagementUnitUserListing.getManagementUnit()ReschedulingManagementUnitResponse.getManagementUnit()ShiftTradeInitiatingSideResponseItem.getManagementUnit()StaffingGroupResponse.getManagementUnit()TimeOffPlanManagementUnitAssociation.getManagementUnit()UnavailableTimesManagementUnitSettings.getManagementUnit()UserScheduleAdherence.getManagementUnit()WorkPlanBidGroup.getManagementUnit()WorkPlanBidGroupSummary.getManagementUnit()WorkPlanReference.getManagementUnit()Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ManagementUnitReferenceModifier and TypeMethodDescriptionActivityPlanListItem.getManagementUnits()ActivityPlanResponse.getManagementUnits()TimeOffPlanBusinessUnitAssociation.getManagementUnits()Methods in com.mypurecloud.sdk.v2.model with parameters of type ManagementUnitReferenceModifier and TypeMethodDescriptionMoveAgentsResponse.destinationManagementUnit(ManagementUnitReference destinationManagementUnit) The management unit specified on the requestAdherenceExplanationNotification.managementUnit(ManagementUnitReference managementUnit) The management unit to which the agent belonged at the time the adherence explanation was submittedAdherenceExplanationResponse.managementUnit(ManagementUnitReference managementUnit) The management unit to which the agent belonged at the time the adherence explanation was submittedAgentManagementUnitReference.managementUnit(ManagementUnitReference managementUnit) The management to which the user (agent) belongsAgentWorkPlanListResponse.managementUnit(ManagementUnitReference managementUnit) The management unit of the work plansAlternativeShiftTradeResponse.managementUnit(ManagementUnitReference managementUnit) The management unit of this alternative shift trade requestBidGroupWorkPlanResponse.managementUnit(ManagementUnitReference managementUnit) The management unit to which this work plan belongs.BuManagementUnitScheduleSummary.managementUnit(ManagementUnitReference managementUnit) The management unit to which this summary appliesBuRescheduleAgentScheduleResult.managementUnit(ManagementUnitReference managementUnit) The management unit to which this part of the result appliesBuTimeOffLimitResponse.managementUnit(ManagementUnitReference managementUnit) The management unit to which this time-off limit is associated.ManagementUnitUserListing.managementUnit(ManagementUnitReference managementUnit) The management unit associated with the usersReschedulingManagementUnitResponse.managementUnit(ManagementUnitReference managementUnit) The management unitShiftTradeInitiatingSideResponseItem.managementUnit(ManagementUnitReference managementUnit) The management unit of the user who initiated this tradeStaffingGroupResponse.managementUnit(ManagementUnitReference managementUnit) The ID of the management unit to which the staffing group users belong.TimeOffPlanManagementUnitAssociation.managementUnit(ManagementUnitReference managementUnit) Management unit to which this time-off plan belongsUnavailableTimesManagementUnitSettings.managementUnit(ManagementUnitReference managementUnit) The management unit to which these settings applyWorkPlanBidGroup.managementUnit(ManagementUnitReference managementUnit) The management unit this bid group belongs toWorkPlanBidGroupSummary.managementUnit(ManagementUnitReference managementUnit) The management unit this bid group belongs toWorkPlanReference.managementUnit(ManagementUnitReference managementUnit) The management unit to which this work plan belongs.voidMoveAgentsResponse.setDestinationManagementUnit(ManagementUnitReference destinationManagementUnit) voidAdherenceExplanationNotification.setManagementUnit(ManagementUnitReference managementUnit) voidAdherenceExplanationResponse.setManagementUnit(ManagementUnitReference managementUnit) voidAgentManagementUnitReference.setManagementUnit(ManagementUnitReference managementUnit) voidAgentWorkPlanListResponse.setManagementUnit(ManagementUnitReference managementUnit) voidAlternativeShiftTradeResponse.setManagementUnit(ManagementUnitReference managementUnit) voidBidGroupWorkPlanResponse.setManagementUnit(ManagementUnitReference managementUnit) voidBuManagementUnitScheduleSummary.setManagementUnit(ManagementUnitReference managementUnit) voidBuRescheduleAgentScheduleResult.setManagementUnit(ManagementUnitReference managementUnit) voidBuTimeOffLimitResponse.setManagementUnit(ManagementUnitReference managementUnit) voidManagementUnitUserListing.setManagementUnit(ManagementUnitReference managementUnit) voidReschedulingManagementUnitResponse.setManagementUnit(ManagementUnitReference managementUnit) voidShiftTradeInitiatingSideResponseItem.setManagementUnit(ManagementUnitReference managementUnit) voidStaffingGroupResponse.setManagementUnit(ManagementUnitReference managementUnit) voidTimeOffPlanManagementUnitAssociation.setManagementUnit(ManagementUnitReference managementUnit) voidUnavailableTimesManagementUnitSettings.setManagementUnit(ManagementUnitReference managementUnit) voidWorkPlanBidGroup.setManagementUnit(ManagementUnitReference managementUnit) voidWorkPlanBidGroupSummary.setManagementUnit(ManagementUnitReference managementUnit) voidWorkPlanReference.setManagementUnit(ManagementUnitReference managementUnit) Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type ManagementUnitReferenceModifier and TypeMethodDescriptionActivityPlanListItem.managementUnits(List<ManagementUnitReference> managementUnits) The management units to which this activity plan applies.ActivityPlanResponse.managementUnits(List<ManagementUnitReference> managementUnits) The management units to which this activity plan applies.TimeOffPlanBusinessUnitAssociation.managementUnits(List<ManagementUnitReference> managementUnits) Management units to which this time-off plan applies.voidActivityPlanListItem.setManagementUnits(List<ManagementUnitReference> managementUnits) voidActivityPlanResponse.setManagementUnits(List<ManagementUnitReference> managementUnits) voidTimeOffPlanBusinessUnitAssociation.setManagementUnits(List<ManagementUnitReference> managementUnits)