Class BuCreateTimeOffLimitRequest

java.lang.Object
com.mypurecloud.sdk.v2.model.BuCreateTimeOffLimitRequest
All Implemented Interfaces:
Serializable

public class BuCreateTimeOffLimitRequest extends Object implements Serializable
BuCreateTimeOffLimitRequest
See Also:
  • Constructor Details

    • BuCreateTimeOffLimitRequest

      public BuCreateTimeOffLimitRequest()
    • BuCreateTimeOffLimitRequest

      public BuCreateTimeOffLimitRequest(Boolean initWithEmptyList)
  • Method Details

    • staffingGroupId

      public BuCreateTimeOffLimitRequest staffingGroupId(String 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

      public String getStaffingGroupId()
    • setStaffingGroupId

      public void setStaffingGroupId(String staffingGroupId)
    • managementUnitId

      public BuCreateTimeOffLimitRequest managementUnitId(String 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

      public String getManagementUnitId()
    • setManagementUnitId

      public void setManagementUnitId(String managementUnitId)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object