Uses of Class
com.attivio.sdk.search.fields.BooleanExpression.Operator
-
Packages that use BooleanExpression.Operator Package Description com.attivio.sdk.search.fields Model forFieldExpressions
applied toQueryRequests
. -
-
Uses of BooleanExpression.Operator in com.attivio.sdk.search.fields
Methods in com.attivio.sdk.search.fields that return BooleanExpression.Operator Modifier and Type Method Description BooleanExpression.Operator
BooleanExpression. getOperator()
Get the comparison operator.static BooleanExpression.Operator
BooleanExpression.Operator. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BooleanExpression.Operator[]
BooleanExpression.Operator. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.attivio.sdk.search.fields with parameters of type BooleanExpression.Operator Modifier and Type Method Description void
BooleanExpression. setOperator(BooleanExpression.Operator value)
Set the comparison operator.Constructors in com.attivio.sdk.search.fields with parameters of type BooleanExpression.Operator Constructor Description BooleanExpression(BooleanExpression.Operator op)
BooleanExpression(BooleanExpression.Operator op, FieldExpression... args)
BooleanExpression(BooleanExpression.Operator op, java.util.List<FieldExpression> args)
-