Class RequiredLocalDateRange

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

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

    • RequiredLocalDateRange

      public RequiredLocalDateRange()
    • RequiredLocalDateRange

      public RequiredLocalDateRange(Boolean initWithEmptyList)
  • Method Details

    • startDate

      public RequiredLocalDateRange 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 RequiredLocalDateRange 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