Package com.mypurecloud.sdk.v2.model
Class EstimateAvailableFullDayTimeOffResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.EstimateAvailableFullDayTimeOffResponse
- All Implemented Interfaces:
Serializable
EstimateAvailableFullDayTimeOffResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe override date type, if the requested day is an override date -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDate in yyyy-MM-dd format for full day request.durationMinutes(Integer durationMinutes) An estimation of time off request length in minutesbooleanWhether there is flexibility for a user to choose different hours than the system estimatedgetDate()inthashCode()overrideDateType(EstimateAvailableFullDayTimeOffResponse.OverrideDateTypeEnum overrideDateType) The override date type, if the requested day is an override datepayableMinutes(Integer payableMinutes) An estimation of payable part of time off request in minutesvoidvoidsetDurationMinutes(Integer durationMinutes) voidsetFlexible(Boolean flexible) voidvoidsetPayableMinutes(Integer payableMinutes) toString()
-
Constructor Details
-
EstimateAvailableFullDayTimeOffResponse
public EstimateAvailableFullDayTimeOffResponse() -
EstimateAvailableFullDayTimeOffResponse
-
-
Method Details
-
date
Date in yyyy-MM-dd format for full day request. Should be interpreted in the business unit's configured time zone. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getDate
-
setDate
-
durationMinutes
An estimation of time off request length in minutes -
getDurationMinutes
-
setDurationMinutes
-
payableMinutes
An estimation of payable part of time off request in minutes -
getPayableMinutes
-
setPayableMinutes
-
flexible
Whether there is flexibility for a user to choose different hours than the system estimated -
getFlexible
-
setFlexible
-
overrideDateType
public EstimateAvailableFullDayTimeOffResponse overrideDateType(EstimateAvailableFullDayTimeOffResponse.OverrideDateTypeEnum overrideDateType) The override date type, if the requested day is an override date -
getOverrideDateType
-
setOverrideDateType
public void setOverrideDateType(EstimateAvailableFullDayTimeOffResponse.OverrideDateTypeEnum overrideDateType) -
equals
-
hashCode
public int hashCode() -
toString
-