Class UserScheduleFullDayTimeOffMarker

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

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

    • UserScheduleFullDayTimeOffMarker

      public UserScheduleFullDayTimeOffMarker()
    • UserScheduleFullDayTimeOffMarker

      public UserScheduleFullDayTimeOffMarker(Boolean initWithEmptyList)
  • Method Details

    • managementUnitDate

      public UserScheduleFullDayTimeOffMarker managementUnitDate(String managementUnitDate)
      The date associated with the time off request that this marker corresponds to. Date only, in ISO-8601 format.
    • getManagementUnitDate

      public String getManagementUnitDate()
    • setManagementUnitDate

      public void setManagementUnitDate(String managementUnitDate)
    • activityCodeId

      public UserScheduleFullDayTimeOffMarker activityCodeId(String activityCodeId)
      The id for the activity code. Look up a map of activity codes with the activities route
    • getActivityCodeId

      public String getActivityCodeId()
    • setActivityCodeId

      public void setActivityCodeId(String activityCodeId)
    • isPaid

      public UserScheduleFullDayTimeOffMarker isPaid(Boolean isPaid)
      Whether this is paid time off
    • getIsPaid

      public Boolean getIsPaid()
    • setIsPaid

      public void setIsPaid(Boolean isPaid)
    • lengthInMinutes

      public UserScheduleFullDayTimeOffMarker lengthInMinutes(Integer lengthInMinutes)
      The length in minutes of this time off marker
    • getLengthInMinutes

      public Integer getLengthInMinutes()
    • setLengthInMinutes

      public void setLengthInMinutes(Integer lengthInMinutes)
    • description

      public UserScheduleFullDayTimeOffMarker description(String description)
      The description associated with the time off request that this marker corresponds to
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • delete

      public UserScheduleFullDayTimeOffMarker delete(Boolean delete)
      If marked true for updating an existing full day time off marker, it will be deleted
    • getDelete

      public Boolean getDelete()
    • setDelete

      public void setDelete(Boolean delete)
    • 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