Package com.mypurecloud.sdk.v2.model
Class CreateTimeOffPlanManagementUnitAssociation
java.lang.Object
com.mypurecloud.sdk.v2.model.CreateTimeOffPlanManagementUnitAssociation
- All Implemented Interfaces:
Serializable
CreateTimeOffPlanManagementUnitAssociation
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()managementUnitId(String managementUnitId) The ID of the management unit to which this time-off plan belongsvoidsetManagementUnitId(String managementUnitId) voidsetStaffingGroupIds(List<String> staffingGroupIds) staffingGroupIds(List<String> staffingGroupIds) A IDs of staffing groups to which this time-off plan applies.toString()
-
Constructor Details
-
CreateTimeOffPlanManagementUnitAssociation
public CreateTimeOffPlanManagementUnitAssociation() -
CreateTimeOffPlanManagementUnitAssociation
-
-
Method Details
-
managementUnitId
The ID of the management unit to which this time-off plan belongs -
getManagementUnitId
-
setManagementUnitId
-
staffingGroupIds
A IDs of staffing groups to which this time-off plan applies. If not defined, the plan is applied to the management unit -
getStaffingGroupIds
-
setStaffingGroupIds
-
equals
-
hashCode
public int hashCode() -
toString
-