Package io.camunda.client.protocol.rest
Class ElementInstanceStateFilterProperty
java.lang.Object
io.camunda.client.protocol.rest.ElementInstanceStateFilterProperty
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-04T12:01:10.435788262Z[GMT]",
comments="Generator version: 7.12.0")
public class ElementInstanceStateFilterProperty
extends Object
ElementInstanceStateEnum property with full advanced search capabilities.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription$in(List<ElementInstanceStateEnum> $in) $neq(ElementInstanceStateEnum $neq) add$InItem(ElementInstanceStateEnum $inItem) booleanget$Eq()Checks for equality with the provided value.Checks if the current property exists.get$In()Checks if the property matches any of the provided values.get$Like()Checks if the property matches the provided like value.get$Neq()Checks for inequality with the provided value.inthashCode()voidvoidset$Exists(Boolean $exists) voidvoidvoidtoString()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_$_IN
- See Also:
-
JSON_PROPERTY_$_LIKE
- See Also:
-
-
Constructor Details
-
ElementInstanceStateFilterProperty
public ElementInstanceStateFilterProperty()
-
-
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
-
$in
-
add$InItem
-
get$In
Checks if the property matches any of the provided values.- Returns:
- $in
-
set$In
-
$like
-
get$Like
Checks if the property matches the provided like value. Supported wildcard characters are: * `*`: matches zero, one, or multiple characters. * `?`: matches one, single character. Wildcard characters can be escaped with backslash, for instance: `\\*`.- Returns:
- $like
-
set$Like
-
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
-