Package com.mypurecloud.sdk.v2.model
Class TimeOffPlanBusinessUnitAssociation
java.lang.Object
com.mypurecloud.sdk.v2.model.TimeOffPlanBusinessUnitAssociation
- All Implemented Interfaces:
Serializable
TimeOffPlanBusinessUnitAssociation
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()managementUnits(List<ManagementUnitReference> managementUnits) Management units to which this time-off plan applies.voidsetManagementUnits(List<ManagementUnitReference> managementUnits) voidsetStaffingGroups(List<StaffingGroupReference> staffingGroups) staffingGroups(List<StaffingGroupReference> staffingGroups) Staffing groups to which this time-off plan applies.toString()
-
Constructor Details
-
TimeOffPlanBusinessUnitAssociation
public TimeOffPlanBusinessUnitAssociation() -
TimeOffPlanBusinessUnitAssociation
-
-
Method Details
-
managementUnits
public TimeOffPlanBusinessUnitAssociation managementUnits(List<ManagementUnitReference> managementUnits) Management units to which this time-off plan applies. This must not be set if staffingGroups is populated -
getManagementUnits
-
setManagementUnits
-
staffingGroups
public TimeOffPlanBusinessUnitAssociation staffingGroups(List<StaffingGroupReference> staffingGroups) Staffing groups to which this time-off plan applies. This must not be set if managementUnits is populated -
getStaffingGroups
-
setStaffingGroups
-
equals
-
hashCode
public int hashCode() -
toString
-