Class DateRange

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

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

    • DateRange

      public DateRange()
    • DateRange

      public DateRange(Boolean initWithEmptyList)
  • Method Details

    • startDate

      public DateRange startDate(String startDate)
      The inclusive start of a date range in yyyy-MM-dd format. Should be interpreted in the management unit's configured time zone.
    • getStartDate

      public String getStartDate()
    • setStartDate

      public void setStartDate(String startDate)
    • endDate

      public DateRange endDate(String endDate)
      The inclusive end of a date range in yyyy-MM-dd format. Should be interpreted in the management unit's configured time zone.
    • getEndDate

      public String getEndDate()
    • setEndDate

      public void setEndDate(String 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