Uses of Enum Class
tech.ydb.yoj.databind.expression.ListExpr.Operator
Packages that use ListExpr.Operator
-
Uses of ListExpr.Operator in tech.ydb.yoj.databind.expression
Methods in tech.ydb.yoj.databind.expression that return ListExpr.OperatorModifier and TypeMethodDescriptionabstract ListExpr.OperatorListExpr.Operator.negate()static ListExpr.OperatorReturns the enum constant of this class with the specified name.static ListExpr.Operator[]ListExpr.Operator.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in tech.ydb.yoj.databind.expression with parameters of type ListExpr.OperatorModifierConstructorDescriptionListExpr(@NonNull Schema<T> schema, boolean generated, @NonNull ModelField field, @NonNull ListExpr.Operator operator, @NonNull List<FieldValue> values)