Package com.mypurecloud.sdk.v2.model
Class BuCreateTimeOffLimitRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.BuCreateTimeOffLimitRequest
- All Implemented Interfaces:
Serializable
BuCreateTimeOffLimitRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()managementUnitId(String managementUnitId) The ID of the management unit to which this time-off limit is associated.voidsetManagementUnitId(String managementUnitId) voidsetStaffingGroupId(String staffingGroupId) staffingGroupId(String staffingGroupId) The ID of the staffing group to which this time-off limit is associated.toString()
-
Constructor Details
-
BuCreateTimeOffLimitRequest
public BuCreateTimeOffLimitRequest() -
BuCreateTimeOffLimitRequest
-
-
Method Details
-
staffingGroupId
The ID of the staffing group to which this time-off limit is associated. It can be either management unit or business unit level staffing group. One of managementUnitId or staffingGroupId must be set. This must not be set if managementUnitId has value -
getStaffingGroupId
-
setStaffingGroupId
-
managementUnitId
The ID of the management unit to which this time-off limit is associated. One of managementUnitId or staffingGroupId must be set. This must not be set if staffingGroupId has value -
getManagementUnitId
-
setManagementUnitId
-
equals
-
hashCode
public int hashCode() -
toString
-