Class LearningSlotFullDayTimeOffMarker

java.lang.Object
com.mypurecloud.sdk.v2.model.LearningSlotFullDayTimeOffMarker
All Implemented Interfaces:
Serializable

public class LearningSlotFullDayTimeOffMarker extends Object implements Serializable
LearningSlotFullDayTimeOffMarker
See Also:
  • Constructor Details

    • LearningSlotFullDayTimeOffMarker

      public LearningSlotFullDayTimeOffMarker()
    • LearningSlotFullDayTimeOffMarker

      public LearningSlotFullDayTimeOffMarker(Boolean initWithEmptyList)
  • Method Details

    • businessUnitDate

      public LearningSlotFullDayTimeOffMarker businessUnitDate(LocalDate 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

      public LocalDate getBusinessUnitDate()
    • setBusinessUnitDate

      public void setBusinessUnitDate(LocalDate businessUnitDate)
    • lengthMinutes

      public LearningSlotFullDayTimeOffMarker lengthMinutes(Integer lengthMinutes)
      The length of the time off marker in minutes
    • getLengthMinutes

      public Integer getLengthMinutes()
    • setLengthMinutes

      public void setLengthMinutes(Integer lengthMinutes)
    • description

      public LearningSlotFullDayTimeOffMarker description(String description)
      The description of the time off marker
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • activityCodeId

      public LearningSlotFullDayTimeOffMarker activityCodeId(String activityCodeId)
      The ID of the activity code associated with the time off marker
    • getActivityCodeId

      public String getActivityCodeId()
    • setActivityCodeId

      public void setActivityCodeId(String activityCodeId)
    • paid

      Whether the time off marker is paid
    • getPaid

      public Boolean getPaid()
    • setPaid

      public void setPaid(Boolean paid)
    • timeOffRequestId

      public LearningSlotFullDayTimeOffMarker timeOffRequestId(String timeOffRequestId)
      The ID of the time off request
    • getTimeOffRequestId

      public String getTimeOffRequestId()
    • setTimeOffRequestId

      public void setTimeOffRequestId(String timeOffRequestId)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object