Package com.mypurecloud.sdk.v2.model
Class BuTimeOffLimitRange
java.lang.Object
com.mypurecloud.sdk.v2.model.BuTimeOffLimitRange
- All Implemented Interfaces:
Serializable
BuTimeOffLimitRange
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()limitMinutesPerDay(List<Integer> limitMinutesPerDay) The list of time-off limit values in minutes per day.voidsetLimitMinutesPerDay(List<Integer> limitMinutesPerDay) voidsetStartDate(LocalDate startDate) Start date of the range.toString()
-
Constructor Details
-
BuTimeOffLimitRange
public BuTimeOffLimitRange() -
BuTimeOffLimitRange
-
-
Method Details
-
startDate
Start date of the range. The end date is determined by the size of 'limitMinutesPerDay'. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getStartDate
-
setStartDate
-
limitMinutesPerDay
The list of time-off limit values in minutes per day. If 'null' is specified, then the day-specific value is cleared. Such a day will have a value of 0 -
getLimitMinutesPerDay
-
setLimitMinutesPerDay
-
equals
-
hashCode
public int hashCode() -
toString
-