Class LocalDateRange

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

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

    • LocalDateRange

      public LocalDateRange()
    • LocalDateRange

      public LocalDateRange(Boolean initWithEmptyList)
  • Method Details

    • startDate

      public LocalDateRange startDate(LocalDate startDate)
      The inclusive start of a date range in yyyy-MM-dd format. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd
    • getStartDate

      public LocalDate getStartDate()
    • setStartDate

      public void setStartDate(LocalDate startDate)
    • endDate

      public LocalDateRange endDate(LocalDate endDate)
      The inclusive end of a date range in yyyy-MM-dd format. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd
    • getEndDate

      public LocalDate getEndDate()
    • setEndDate

      public void setEndDate(LocalDate endDate)
    • 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