Uses of Class
com.sap.cloud.sdk.datamodel.odata.client.expression.ValueBoolean.Expression
-
Uses of ValueBoolean.Expression in com.sap.cloud.sdk.datamodel.odata.client.expression
Modifier and TypeMethodDescriptiondefault ValueBoolean.Expression
FilterableCollection.all
(ValueBoolean operand) Filter by lambda expression "all".static ValueBoolean.Expression
FilterExpressionCollection.all
(Expressions.OperandMultiple operand1, ValueBoolean operand2, Predicate<FieldReference> lambdaFieldPredicate) static ValueBoolean.Expression
FilterExpressionLogical.and
(ValueBoolean operand1, ValueBoolean operand2) default ValueBoolean.Expression
FilterableCollection.any()
Filter by lambda expression "any", for finding non-empty collections.default ValueBoolean.Expression
FilterableCollection.any
(ValueBoolean operand) Filter by lambda expression "any".static ValueBoolean.Expression
FilterExpressionCollection.any
(Expressions.OperandMultiple operand1) Returns aValueBoolean.Expression
that checks whetheroperand1
contains any elements.static ValueBoolean.Expression
FilterExpressionCollection.any
(Expressions.OperandMultiple operand1, ValueBoolean operand2, Predicate<FieldReference> lambdaFieldPredicate) default ValueBoolean.Expression
FilterableCollection.contains
(ValueCollection operand) Filter by expression "contains".default ValueBoolean.Expression
Filter by expression "contains".static ValueBoolean.Expression
FilterExpressionCollection.contains
(Expressions.OperandMultiple operand1, Expressions.OperandMultiple operand2) Returns aValueBoolean.Expression
that checks whether the givenoperand1
containsoperand2
("contains"
).static ValueBoolean.Expression
FilterExpressionString.contains
(ValueString operand1, ValueString operand2) default ValueBoolean.Expression
FilterableCollection.endsWith
(ValueCollection operand) Filter by expression "endsWith".default ValueBoolean.Expression
Filter by expression "endsWith".static ValueBoolean.Expression
FilterExpressionCollection.endsWith
(Expressions.OperandMultiple operand1, Expressions.OperandMultiple operand2) Returns aValueBoolean.Expression
that checks whether the givenoperand1
ends withoperand2
("endswith"
).static ValueBoolean.Expression
FilterExpressionString.endsWith
(ValueString operand1, ValueString operand2) static ValueBoolean.Expression
FilterExpressionLogical.equalTo
(Expressions.Operand operand1, Expressions.Operand operand2) static ValueBoolean.Expression
FilterExpressionLogical.greaterThan
(Expressions.Operand operand1, Expressions.Operand operand2) static ValueBoolean.Expression
FilterExpressionLogical.greaterThanEquals
(Expressions.Operand operand1, Expressions.Operand operand2) Returns aValueBoolean.Expression
that checks whetheroperand1
is greater than or equal tooperand2
("ge"
).static ValueBoolean.Expression
FilterExpressionLogical.has
(Expressions.OperandSingle operand1, ValueEnum operand2) default ValueBoolean.Expression
FilterableCollection.hasSubSequence
(ValueCollection operand) Filter by expression "hasSubSequence".default ValueBoolean.Expression
FilterableCollection.hasSubSequence
(Iterable<?> operand) Filter by expression "hasSubSequence".static ValueBoolean.Expression
FilterExpressionCollection.hasSubSequence
(Expressions.OperandMultiple operand1, Expressions.OperandMultiple operand2) Returns aValueBoolean.Expression
that checks whether the givenoperand1
hasoperand2
as a subsequence ("hassubsequence"
).default ValueBoolean.Expression
FilterableCollection.hasSubset
(ValueCollection operand) Filter by expression "hasSubset".default ValueBoolean.Expression
Filter by expression "hasSubset".static ValueBoolean.Expression
FilterExpressionCollection.hasSubset
(Expressions.OperandMultiple operand1, Expressions.OperandMultiple operand2) Returns aValueBoolean.Expression
that checks whether the givenoperand1
hasoperand2
as a subset ("hassubset"
).static ValueBoolean.Expression
FilterExpressionLogical.in
(Expressions.Operand operand1, Expressions.Operand... operands2) static ValueBoolean.Expression
FilterExpressionLogical.in
(Expressions.Operand operand1, Expressions.OperandMultiple operand2) static ValueBoolean.Expression
FilterExpressionLogical.lessThan
(Expressions.Operand operand1, Expressions.Operand operand2) static ValueBoolean.Expression
FilterExpressionLogical.lessThanEquals
(Expressions.Operand operand1, Expressions.Operand operand2) Returns aValueBoolean.Expression
that checks whetheroperand1
is less than or equal tooperand2
("le"
).static ValueBoolean.Expression
FilterExpressionString.matchesPattern
(ValueString operand1, ValueString operand2) Return aValueBoolean.Expression
that checks whetheroperand1
matches the patternoperand2
("matchesPattern"
).static ValueBoolean.Expression
FilterExpressionLogical.not
(ValueBoolean operand) static ValueBoolean.Expression
FilterExpressionLogical.notEqualTo
(Expressions.Operand operand1, Expressions.Operand operand2) static ValueBoolean.Expression
FilterExpressionLogical.or
(ValueBoolean operand1, ValueBoolean operand2) default ValueBoolean.Expression
FilterableCollection.startsWith
(ValueCollection operand) Filter by expression "startsWith".default ValueBoolean.Expression
FilterableCollection.startsWith
(Iterable<?> operand) Filter by expression "startsWith".static ValueBoolean.Expression
FilterExpressionCollection.startsWith
(Expressions.OperandMultiple operand1, Expressions.OperandMultiple operand2) Returns aValueBoolean.Expression
that checks whether the givenoperand1
starts withoperand2
("startswith"
).static ValueBoolean.Expression
FilterExpressionString.startsWith
(ValueString operand1, ValueString operand2) static ValueBoolean.Expression
FilterExpressionString.substringOf
(ValueString operand1, ValueString operand2) Returns aValueBoolean.Expression
that checks whetheroperand1
hasoperand2
as a substring ("substringof"
).