Package | Description |
---|---|
com.sap.cloud.sdk.datamodel.odata.client.expression |
Modifier and Type | Method and Description |
---|---|
static ValueBoolean.Expression |
FilterExpressionCollection.all(Expressions.OperandMultiple operand1,
ValueBoolean operand2,
Predicate<FieldReference> lambdaFieldPredicate,
String lambdaFieldPrefix) |
default ValueBoolean.Expression |
FilterableCollection.all(ValueBoolean operand)
Filter by lambda expression "all".
|
static ValueBoolean.Expression |
FilterExpressionLogical.and(ValueBoolean operand1,
ValueBoolean operand2) |
static ValueBoolean.Expression |
FilterExpressionCollection.any(Expressions.OperandMultiple operand1,
ValueBoolean operand2,
Predicate<FieldReference> lambdaFieldPredicate,
String lambdaFieldPrefix) |
default ValueBoolean.Expression |
FilterableCollection.any(ValueBoolean operand)
Filter by lambda expression "any".
|
static ValueBoolean.Expression |
FilterExpressionString.contain(ValueString operand1,
ValueString operand2) |
static ValueBoolean.Expression |
FilterExpressionCollection.contains(Expressions.OperandMultiple operand1,
Expressions.OperandMultiple operand2) |
default ValueBoolean.Expression |
FilterableCollection.contains(Iterable<?> operand)
Filter by expression "contains".
|
default ValueBoolean.Expression |
FilterableCollection.contains(ValueCollection operand)
Filter by expression "contains".
|
static ValueBoolean.Expression |
FilterExpressionCollection.endsWith(Expressions.OperandMultiple operand1,
Expressions.OperandMultiple operand2) |
default ValueBoolean.Expression |
FilterableCollection.endsWith(Iterable<?> operand)
Filter by expression "endsWith".
|
default ValueBoolean.Expression |
FilterableCollection.endsWith(ValueCollection operand)
Filter by expression "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) |
static ValueBoolean.Expression |
FilterExpressionLogical.has(Expressions.OperandSingle operand1,
ValueEnum operand2) |
static ValueBoolean.Expression |
FilterExpressionCollection.hasSubSequence(Expressions.OperandMultiple operand1,
Expressions.OperandMultiple operand2) |
default ValueBoolean.Expression |
FilterableCollection.hasSubSequence(Iterable<?> operand)
Filter by expression "hasSubSequence".
|
default ValueBoolean.Expression |
FilterableCollection.hasSubSequence(ValueCollection operand)
Filter by expression "hasSubSequence".
|
static ValueBoolean.Expression |
FilterExpressionCollection.hasSubset(Expressions.OperandMultiple operand1,
Expressions.OperandMultiple operand2) |
default ValueBoolean.Expression |
FilterableCollection.hasSubset(Iterable<?> operand)
Filter by expression "hasSubset".
|
default ValueBoolean.Expression |
FilterableCollection.hasSubset(ValueCollection operand)
Filter by expression "hasSubset".
|
static ValueBoolean.Expression |
FilterExpressionLogical.lessThan(Expressions.Operand operand1,
Expressions.Operand operand2) |
static ValueBoolean.Expression |
FilterExpressionLogical.lessThanEquals(Expressions.Operand operand1,
Expressions.Operand operand2) |
static ValueBoolean.Expression |
FilterExpressionString.matchesPattern(ValueString operand1,
ValueString operand2) |
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) |
static ValueBoolean.Expression |
FilterExpressionCollection.startsWith(Expressions.OperandMultiple operand1,
Expressions.OperandMultiple operand2) |
default ValueBoolean.Expression |
FilterableCollection.startsWith(Iterable<?> operand)
Filter by expression "startsWith".
|
default ValueBoolean.Expression |
FilterableCollection.startsWith(ValueCollection operand)
Filter by expression "startsWith".
|
static ValueBoolean.Expression |
FilterExpressionString.startsWith(ValueString operand1,
ValueString operand2) |
Copyright © 2020 SAP SE. All rights reserved.