Package com.mypurecloud.sdk.v2.model
Class AvailableTimeOffRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.AvailableTimeOffRequest
- All Implemented Interfaces:
Serializable
AvailableTimeOffRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactivityCodeId(String activityCodeId) The ID for activity code to query available time off minutesdateRanges(List<LocalDateRange> dateRanges) A list of date ranges of available time off minutes.booleaninthashCode()voidsetActivityCodeId(String activityCodeId) voidsetDateRanges(List<LocalDateRange> dateRanges) toString()
-
Constructor Details
-
AvailableTimeOffRequest
public AvailableTimeOffRequest() -
AvailableTimeOffRequest
-
-
Method Details
-
activityCodeId
The ID for activity code to query available time off minutes -
getActivityCodeId
-
setActivityCodeId
-
dateRanges
A list of date ranges of available time off minutes. A maximum number of date ranges is 30. The maximum total number of days in all ranges is 366. If no ranges are specified, then only the presence of the associated time off limit object will be checked. In such case, if the association exists, then the response will contain a list with of a single element filled with timeOffLimitId only. -
getDateRanges
-
setDateRanges
-
equals
-
hashCode
public int hashCode() -
toString
-