Class ScheduleVisibilityRange

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

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

    • ScheduleVisibilityRange

      public ScheduleVisibilityRange()
    • ScheduleVisibilityRange

      public ScheduleVisibilityRange(Boolean initWithEmptyList)
  • Method Details

    • endDate

      public ScheduleVisibilityRange endDate(Date endDate)
      The schedule visibility end time in ISO-8601, the schedule is visible up to (but not including) that exact time)
    • getEndDate

      public Date getEndDate()
    • setEndDate

      public void setEndDate(Date endDate)
    • endBusinessUnitDate

      public ScheduleVisibilityRange endBusinessUnitDate(LocalDate endBusinessUnitDate)
      The schedule visibility end date interpreted in the business unit time zone in yyyy-MM-dd format, the schedule is visible up to (but not including) that exact date. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd
    • getEndBusinessUnitDate

      public LocalDate getEndBusinessUnitDate()
    • setEndBusinessUnitDate

      public void setEndBusinessUnitDate(LocalDate endBusinessUnitDate)
    • 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