Package com.mypurecloud.sdk.v2.model
Class BuTimeOffLimitResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.BuTimeOffLimitResponse
- All Implemented Interfaces:
Serializable
BuTimeOffLimitResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()inthashCode()The globally unique identifier for the object.managementUnit(ManagementUnitReference managementUnit) The management unit to which this time-off limit is associated.metadata(WfmVersionedEntityMetadata metadata) Version metadata for the time-off limitvoidvoidsetManagementUnit(ManagementUnitReference managementUnit) voidsetMetadata(WfmVersionedEntityMetadata metadata) voidsetStaffingGroup(StaffingGroupReference staffingGroup) staffingGroup(StaffingGroupReference staffingGroup) The staffing group to which this time-off limit is associated.toString()
-
Constructor Details
-
BuTimeOffLimitResponse
public BuTimeOffLimitResponse() -
BuTimeOffLimitResponse
-
-
Method Details
-
id
The globally unique identifier for the object. -
getId
-
setId
-
staffingGroup
The staffing group to which this time-off limit is associated. If managementUnit is set, then the staffing group belongs to that management unit.Otherwise, if managementUnit is not set, it is a business unit level staffing group.At least one of managementUnit and staffingGroup must be set -
getStaffingGroup
-
setStaffingGroup
-
managementUnit
The management unit to which this time-off limit is associated. If staffingGroup is set, then the limit is associated with that staffing group, which belongs to this management unit.At least one of managementUnit and staffingGroup must be set -
getManagementUnit
-
setManagementUnit
-
metadata
Version metadata for the time-off limit -
getMetadata
-
setMetadata
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-