Uses of Class
com.mypurecloud.sdk.v2.model.TimeOffRequest
Packages that use TimeOffRequest
-
Uses of TimeOffRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TimeOffRequestModifier and TypeMethodDescriptionTimeOffRequest.activityCodeId(String activityCodeId) The ID of the activity code associated with this time off request.TimeOffRequest.dailyDurationMinutes(Integer dailyDurationMinutes) The daily duration of this time off request in minutesTimeOffRequest.durationMinutes(List<Integer> durationMinutes) Daily durations for each day of this time off request in minutesTimeOffRequest.fullDayManagementUnitDates(List<String> fullDayManagementUnitDates) A set of dates in yyyy-MM-dd format.The globally unique identifier for the object.TimeOffRequest.isFullDayRequest(Boolean isFullDayRequest) Whether this is a full day request (false means partial day)TimeOffRequest.markedAsRead(Boolean markedAsRead) Whether this request has been marked as read by the agentTimeOffRequest.metadata(WfmVersionedEntityMetadata metadata) The version metadata of the time off requestNotes about the time off requestWhether this is a paid time off requestTimeOffRequest.partialDayStartDateTimes(List<Date> partialDayStartDateTimes) A set of start date-times in ISO-8601 format for partial day requests.TimeOffRequest.payableMinutes(List<Integer> payableMinutes) Payable minutes for each day of this time off requestTimeOffRequest.reviewedBy(UserReference reviewedBy) The user who reviewed this time off request.TimeOffRequest.reviewedDate(Date reviewedDate) The timestamp when this request was reviewed.TimeOffRequest.status(TimeOffRequest.StatusEnum status) The status of this time off requestTimeOffRequest.submittedBy(UserReference submittedBy) The user who submitted this time off request.TimeOffRequest.submittedDate(Date submittedDate) The timestamp when this request was submitted.TimeOffRequest.substatus(TimeOffRequest.SubstatusEnum substatus) The substatus of this time off requestTimeOffRequest.syncVersion(Integer syncVersion) The sync version of this time off request for which the scheduled activity is associatedTimeOffRequest.user(UserReference user) The user that the time off request belongs toMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type TimeOffRequestMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type TimeOffRequestModifier and TypeMethodDescriptionTimeOffRequestListing.entities(List<TimeOffRequest> entities) List of time off requestsvoidTimeOffRequestListing.setEntities(List<TimeOffRequest> entities)