Package com.mypurecloud.sdk.v2.model
Class WaitlistPosition
java.lang.Object
com.mypurecloud.sdk.v2.model.WaitlistPosition
- All Implemented Interfaces:
Serializable
WaitlistPosition
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe date to which this wait list position applies, as defined by the time zone of the business unit.booleangetDate()inthashCode()voidvoidsetTimeOffLimit(TimeOffLimitReference timeOffLimit) voidsetTimeOffRequest(TimeOffRequestReference timeOffRequest) voidsetWaitlistPosition(Integer waitlistPosition) timeOffLimit(TimeOffLimitReference timeOffLimit) The time off limit for which time off request is waitlistedtimeOffRequest(TimeOffRequestReference timeOffRequest) The time off request for this wait list positiontoString()waitlistPosition(Integer waitlistPosition) The time off request's position in the waitlist on the date. 1 means time off is the first in the waitlist
-
Constructor Details
-
WaitlistPosition
public WaitlistPosition() -
WaitlistPosition
-
-
Method Details
-
timeOffRequest
The time off request for this wait list position -
getTimeOffRequest
-
setTimeOffRequest
-
timeOffLimit
The time off limit for which time off request is waitlisted -
getTimeOffLimit
-
setTimeOffLimit
-
date
The date to which this wait list position applies, as defined by the time zone of the business unit. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getDate
-
setDate
-
waitlistPosition
The time off request's position in the waitlist on the date. 1 means time off is the first in the waitlist -
getWaitlistPosition
-
setWaitlistPosition
-
equals
-
hashCode
public int hashCode() -
toString
-