Package com.mypurecloud.sdk.v2.model
Class LearningSlotFullDayTimeOffMarker
java.lang.Object
com.mypurecloud.sdk.v2.model.LearningSlotFullDayTimeOffMarker
- All Implemented Interfaces:
Serializable
LearningSlotFullDayTimeOffMarker
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactivityCodeId(String activityCodeId) The ID of the activity code associated with the time off markerbusinessUnitDate(LocalDate businessUnitDate) The date of the time off marker, interpreted in the business unit's time zone.description(String description) The description of the time off markerbooleangetPaid()inthashCode()lengthMinutes(Integer lengthMinutes) The length of the time off marker in minutesWhether the time off marker is paidvoidsetActivityCodeId(String activityCodeId) voidsetBusinessUnitDate(LocalDate businessUnitDate) voidsetDescription(String description) voidsetLengthMinutes(Integer lengthMinutes) voidvoidsetTimeOffRequestId(String timeOffRequestId) timeOffRequestId(String timeOffRequestId) The ID of the time off requesttoString()
-
Constructor Details
-
LearningSlotFullDayTimeOffMarker
public LearningSlotFullDayTimeOffMarker() -
LearningSlotFullDayTimeOffMarker
-
-
Method Details
-
businessUnitDate
The date of the time off marker, interpreted in the business unit's time zone. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getBusinessUnitDate
-
setBusinessUnitDate
-
lengthMinutes
The length of the time off marker in minutes -
getLengthMinutes
-
setLengthMinutes
-
description
The description of the time off marker -
getDescription
-
setDescription
-
activityCodeId
The ID of the activity code associated with the time off marker -
getActivityCodeId
-
setActivityCodeId
-
paid
Whether the time off marker is paid -
getPaid
-
setPaid
-
timeOffRequestId
The ID of the time off request -
getTimeOffRequestId
-
setTimeOffRequestId
-
equals
-
hashCode
public int hashCode() -
toString
-