Class WeekDay

java.lang.Object
com.aspose.tasks.cloud.model.WeekDay

public class WeekDay extends Object
WeekDay
  • Constructor Details

    • WeekDay

      public WeekDay()
  • Method Details

    • dayType

      public WeekDay dayType(DayType dayType)
    • getDayType

      public DayType getDayType()
      Returns or sets the type of a day.
      Returns:
      dayType
    • setDayType

      public void setDayType(DayType dayType)
    • dayWorking

      public WeekDay dayWorking(Boolean dayWorking)
    • isDayWorking

      public Boolean isDayWorking()
      Determines whether the specified date or day type is working.
      Returns:
      dayWorking
    • setDayWorking

      public void setDayWorking(Boolean dayWorking)
    • fromDate

      public WeekDay fromDate(org.threeten.bp.OffsetDateTime fromDate)
    • getFromDate

      public org.threeten.bp.OffsetDateTime getFromDate()
      Returns or sets the beginning of an exception time.
      Returns:
      fromDate
    • setFromDate

      public void setFromDate(org.threeten.bp.OffsetDateTime fromDate)
    • toDate

      public WeekDay toDate(org.threeten.bp.OffsetDateTime toDate)
    • getToDate

      public org.threeten.bp.OffsetDateTime getToDate()
      Returns or sets the end of an exception time.
      Returns:
      toDate
    • setToDate

      public void setToDate(org.threeten.bp.OffsetDateTime toDate)
    • workingTimes

      public WeekDay workingTimes(List<WorkingTime> workingTimes)
    • addWorkingTimesItem

      public WeekDay addWorkingTimesItem(WorkingTime workingTimesItem)
    • getWorkingTimes

      public List<WorkingTime> getWorkingTimes()
      The collection of working times that define the time worked on the weekday.
      Returns:
      workingTimes
    • setWorkingTimes

      public void setWorkingTimes(List<WorkingTime> workingTimes)
    • 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