Uses of Enum
com.datastax.astra.client.model.FilterOperator
Package
Description
Domain model classes with
Requests
, Results
, Options
and Iterables
.-
Uses of FilterOperator in com.datastax.astra.client.model
Modifier and TypeMethodDescriptionstatic FilterOperator
Returns the enum constant of this type with the specified name.static FilterOperator[]
FilterOperator.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionFilter.where
(String fieldName, FilterOperator cond, Object value) Build where clause with operatorModifierConstructorDescriptionFilter
(@NonNull String fieldName, @NonNull FilterOperator cond, @NonNull Object value) Create a filter from a where clause.