Class DateFilter

java.lang.Object
io.camunda.tasklist.generated.model.DateFilter

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-10-29T10:52:23.981575172Z[Etc/UTC]", comments="Generator version: 7.8.0") public class DateFilter extends Object
A range of due dates for the tasks to search for.
  • Field Details

  • Constructor Details

    • DateFilter

      public DateFilter()
  • Method Details

    • from

      public DateFilter from(OffsetDateTime from)
    • getFrom

      @Nullable public OffsetDateTime getFrom()
      Start date range to search from in date-time format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard.
      Returns:
      from
    • setFrom

      public void setFrom(OffsetDateTime from)
    • to

      public DateFilter to(OffsetDateTime to)
    • getTo

      @Nullable public OffsetDateTime getTo()
      End date range to search to in date-time format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard.
      Returns:
      to
    • setTo

      public void setTo(OffsetDateTime to)
    • 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
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string