Package com.mypurecloud.sdk.v2.model
Class QueryTimeOffLimitValuesRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.QueryTimeOffLimitValuesRequest
- All Implemented Interfaces:
Serializable
QueryTimeOffLimitValuesRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactivityCodeId(String activityCodeId) The ID of the activity code by which to filter the affected limit objects.dateRanges(List<LocalDateRange> dateRanges) The list of the date ranges to return time off limit, allocated and waitlisted minutes.booleaninthashCode()voidsetActivityCodeId(String activityCodeId) voidsetDateRanges(List<LocalDateRange> dateRanges) voidsetTimeOffLimitId(String timeOffLimitId) timeOffLimitId(String timeOffLimitId) The time off limit object id to retrieve values for.toString()
-
Constructor Details
-
QueryTimeOffLimitValuesRequest
public QueryTimeOffLimitValuesRequest() -
QueryTimeOffLimitValuesRequest
-
-
Method Details
-
timeOffLimitId
The time off limit object id to retrieve values for. Required if activityCodeId is not specified -
getTimeOffLimitId
-
setTimeOffLimitId
-
activityCodeId
The ID of the activity code by which to filter the affected limit objects. Required if timeOffLimitId is not specified -
getActivityCodeId
-
setActivityCodeId
-
dateRanges
The list of the date ranges to return time off limit, allocated and waitlisted minutes. The valid number of date ranges is between 1 and 30. Maximum total number of days in all ranges in 366. -
getDateRanges
-
setDateRanges
-
equals
-
hashCode
public int hashCode() -
toString
-