Package ai.vectros.types
Class FilterCondition.Builder
java.lang.Object
ai.vectros.types.FilterCondition.Builder
- Enclosing class:
FilterCondition
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()Equals the given scalar.from(FilterCondition other) Strictly greater than the given scalar.Greater than or equal to the given scalar.Matches any value in the array (membership).Strictly less than the given scalar.Less than or equal to the given scalar.Not equal to the given scalar.Matches none of the values in the array (negated membership).
-
Method Details
-
from
-
eq
Equals the given scalar.
-
eq
-
ne
Not equal to the given scalar.
-
ne
-
gt
Strictly greater than the given scalar.
-
gt
-
gte
Greater than or equal to the given scalar.
-
gte
-
lt
Strictly less than the given scalar.
-
lt
-
lte
Less than or equal to the given scalar.
-
lte
-
in
Matches any value in the array (membership).
-
in
-
nin
Matches none of the values in the array (negated membership).
-
nin
-
build
-
additionalProperty
-
additionalProperties
-