Package com.mypurecloud.sdk.v2.model
Class EstimateAvailableTimeOffResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.EstimateAvailableTimeOffResponse
- All Implemented Interfaces:
Serializable
EstimateAvailableTimeOffResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactivityCodeId(String activityCodeId) The ID of the activity code associated with the time off request.booleanfullDayDates(List<EstimateAvailableFullDayTimeOffResponse> fullDayDates) Full day dates. partialDayDates must be empty if this field is populatedgetPaid()getUser()inthashCode()Whether this estimate is for a paid time off requestpartialDayDates(List<EstimateAvailablePartialDayTimeOffResponse> partialDayDates) Partial day dates. fullDayDates must be empty if this field is populatedvoidsetActivityCodeId(String activityCodeId) voidsetFullDayDates(List<EstimateAvailableFullDayTimeOffResponse> fullDayDates) voidvoidsetPartialDayDates(List<EstimateAvailablePartialDayTimeOffResponse> partialDayDates) voidsetUser(UserReference user) toString()user(UserReference user) The user to whom the time off request belongs
-
Constructor Details
-
EstimateAvailableTimeOffResponse
public EstimateAvailableTimeOffResponse() -
EstimateAvailableTimeOffResponse
-
-
Method Details
-
fullDayDates
public EstimateAvailableTimeOffResponse fullDayDates(List<EstimateAvailableFullDayTimeOffResponse> fullDayDates) Full day dates. partialDayDates must be empty if this field is populated -
getFullDayDates
-
setFullDayDates
-
partialDayDates
public EstimateAvailableTimeOffResponse partialDayDates(List<EstimateAvailablePartialDayTimeOffResponse> partialDayDates) Partial day dates. fullDayDates must be empty if this field is populated -
getPartialDayDates
-
setPartialDayDates
-
user
The user to whom the time off request belongs -
getUser
-
setUser
-
activityCodeId
The ID of the activity code associated with the time off request. Activity code must be of the TimeOff category -
getActivityCodeId
-
setActivityCodeId
-
paid
Whether this estimate is for a paid time off request -
getPaid
-
setPaid
-
equals
-
hashCode
public int hashCode() -
toString
-