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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfrom(OffsetDateTime from) 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.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.inthashCode()voidsetFrom(OffsetDateTime from) voidsetTo(OffsetDateTime to) to(OffsetDateTime to) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_FROM
- See Also:
-
JSON_PROPERTY_TO
- See Also:
-
-
Constructor Details
-
DateFilter
public DateFilter()
-
-
Method Details
-
from
-
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
-
to
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-