Package io.camunda.client.protocol.rest
Class AdvancedDateTimeFilter
java.lang.Object
io.camunda.client.protocol.rest.AdvancedDateTimeFilter
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-04T12:01:10.435788262Z[GMT]",
comments="Generator version: 7.12.0")
public class AdvancedDateTimeFilter
extends Object
Advanced date-time filter.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadd$InItem(String $inItem) booleanget$Eq()Checks for equality with the provided value.Checks if the current property exists.get$Gt()Greater than comparison with the provided value.get$Gte()Greater than or equal comparison with the provided value.get$In()Checks if the property matches any of the provided values.get$Lt()Lower than comparison with the provided value.get$Lte()Lower than or equal comparison with the provided value.get$Neq()Checks for inequality with the provided value.inthashCode()voidvoidset$Exists(Boolean $exists) voidvoidvoidvoidvoidvoidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_$_EQ
- See Also:
-
JSON_PROPERTY_$_NEQ
- See Also:
-
JSON_PROPERTY_$_EXISTS
- See Also:
-
JSON_PROPERTY_$_GT
- See Also:
-
JSON_PROPERTY_$_GTE
- See Also:
-
JSON_PROPERTY_$_LT
- See Also:
-
JSON_PROPERTY_$_LTE
- See Also:
-
JSON_PROPERTY_$_IN
- See Also:
-
-
Constructor Details
-
AdvancedDateTimeFilter
public AdvancedDateTimeFilter()
-
-
Method Details
-
$eq
-
get$Eq
Checks for equality with the provided value.- Returns:
- $eq
-
set$Eq
-
$neq
-
get$Neq
Checks for inequality with the provided value.- Returns:
- $neq
-
set$Neq
-
$exists
-
get$Exists
Checks if the current property exists.- Returns:
- $exists
-
set$Exists
-
$gt
-
get$Gt
Greater than comparison with the provided value.- Returns:
- $gt
-
set$Gt
-
$gte
-
get$Gte
Greater than or equal comparison with the provided value.- Returns:
- $gte
-
set$Gte
-
$lt
-
get$Lt
Lower than comparison with the provided value.- Returns:
- $lt
-
set$Lt
-
$lte
-
get$Lte
Lower than or equal comparison with the provided value.- Returns:
- $lte
-
set$Lte
-
$in
-
add$InItem
-
get$In
Checks if the property matches any of the provided values.- Returns:
- $in
-
set$In
-
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
-