Uses of Class
ai.vectros.types.FilterCondition.Builder
Packages that use FilterCondition.Builder
-
Uses of FilterCondition.Builder in ai.vectros.types
Methods in ai.vectros.types that return FilterCondition.BuilderModifier and TypeMethodDescriptionFilterCondition.Builder.additionalProperties(Map<String, Object> additionalProperties) FilterCondition.Builder.additionalProperty(String key, Object value) static FilterCondition.BuilderFilterCondition.builder()Equals the given scalar.FilterCondition.Builder.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).