Package com.mypurecloud.sdk.v2.model
Class CreateTimeOffPlanBusinessUnitAssociation
java.lang.Object
com.mypurecloud.sdk.v2.model.CreateTimeOffPlanBusinessUnitAssociation
- All Implemented Interfaces:
Serializable
CreateTimeOffPlanBusinessUnitAssociation
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()managementUnitIds(List<String> managementUnitIds) The IDs of management units to which this time-off plan applies.voidsetManagementUnitIds(List<String> managementUnitIds) voidsetStaffingGroupIds(List<String> staffingGroupIds) staffingGroupIds(List<String> staffingGroupIds) The IDs of staffing groups to which this time-off plan applies.toString()
-
Constructor Details
-
CreateTimeOffPlanBusinessUnitAssociation
public CreateTimeOffPlanBusinessUnitAssociation() -
CreateTimeOffPlanBusinessUnitAssociation
-
-
Method Details
-
managementUnitIds
The IDs of management units to which this time-off plan applies. This must not be set if staffingGroupIds is populated -
getManagementUnitIds
-
setManagementUnitIds
-
staffingGroupIds
The IDs of staffing groups to which this time-off plan applies. This must not be set if managementUnitIds is populated -
getStaffingGroupIds
-
setStaffingGroupIds
-
equals
-
hashCode
public int hashCode() -
toString
-