Package io.camunda.client.protocol.rest
Class StringFilterProperty
java.lang.Object
io.camunda.client.protocol.rest.StringFilterProperty
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-10-08T19:37:20.302687113Z[GMT]",
comments="Generator version: 7.12.0")
public class StringFilterProperty
extends Object
String property with full advanced search capabilities.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadd$InItem(String $inItem) add$NotInItem(String $notInItem) 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.Checks if the property matches none of the provided values.inthashCode()voidvoidset$Exists(Boolean $exists) voidvoidvoidvoidtoString()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_$_NOT_IN
- See Also:
-
JSON_PROPERTY_$_LIKE
- See Also:
-
-
Constructor Details
-
StringFilterProperty
public StringFilterProperty()
-
-
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
-
$notIn
-
add$NotInItem
-
get$NotIn
Checks if the property matches none of the provided values.- Returns:
- $notIn
-
set$NotIn
-
$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
-