Uses of Interface
com.sap.cloud.sdk.datamodel.odata.client.expression.ValueBoolean
Package
Description
-
Uses of ValueBoolean in com.sap.cloud.sdk.datamodel.odata.client.expression
Modifier and TypeClassDescriptionstatic class
Implementation with literal number value.Modifier and TypeFieldDescriptionstatic final ValueBoolean
ValueBoolean.NULL
Null value for boolean operations.Modifier and TypeMethodDescriptiondefault ValueBoolean
FilterableBoolean.and
(ValueBoolean operand) Combine current filter expression with another expression in conjunction.default ValueBoolean
Combine the filter expression with another expression in conjunctiondefault ValueBoolean
FieldUntyped.asBoolean()
Cast the field reference to a boolean value, enabling type-safe expressions.default ValueBoolean
FilterableString.contains
(ValueString operand) Filter by expression "contains".default ValueBoolean
Filter by expression "contains".default ValueBoolean
FilterableString.endsWith
(ValueString operand) Filter by expression "endswith".default ValueBoolean
Filter by expression "endswith".default ValueBoolean
FilterableComparisonAbsolute.equalTo
(Expressions.Operand operand) Filter by expression "eq".default ValueBoolean
Filter by expression "eq".default ValueBoolean
FilterableComparisonAbsolute.equalToNull()
Filter by expression "eq null".default ValueBoolean
FilterableComparisonRelative.greaterThan
(Expressions.Operand operand) Filter by expression "gt".default ValueBoolean
FilterableComparisonRelative.greaterThan
(Object operand) Filter by expression "gt".default ValueBoolean
FilterableComparisonRelative.greaterThanEqual
(Expressions.Operand operand) Filter by expression "ge".default ValueBoolean
FilterableComparisonRelative.greaterThanEqual
(Object operand) Filter by expression "ge".default ValueBoolean
FilterableComparisonAbsolute.in
(Expressions.Operand... operands) Filter by expression "in".default ValueBoolean
FilterableComparisonAbsolute.in
(FilterableCollection collection) Filter by expression "in".default ValueBoolean
Filter by expression "in".default <T> ValueBoolean
Filter by expression "in".default ValueBoolean
FilterableComparisonRelative.lessThan
(Expressions.Operand operand) Filter by expression "lt".default ValueBoolean
Filter by expression "lt".default ValueBoolean
FilterableComparisonRelative.lessThanEqual
(Expressions.Operand operand) Filter by expression "le".default ValueBoolean
FilterableComparisonRelative.lessThanEqual
(Object operand) Filter by expression "le".static ValueBoolean
Get the literal of this expression.default ValueBoolean
FilterableString.matches
(ValueString operand) Filter by expression "matchesPattern".default ValueBoolean
Filter by expression "matchesPattern".default ValueBoolean
FilterableBoolean.not()
Negate the current filter expression.default ValueBoolean
FilterableComparisonAbsolute.notEqualTo
(Expressions.Operand operand) Filter by expression "ne".default ValueBoolean
FilterableComparisonAbsolute.notEqualTo
(Object operand) Filter by expression "ne".default ValueBoolean
FilterableComparisonAbsolute.notEqualToNull()
Filter by expression "ne null".default ValueBoolean
FilterableBoolean.or
(ValueBoolean operand) Combine current filter expression with another expression in disjunction.default ValueBoolean
Combine the filter expression with another expression in disjunctiondefault ValueBoolean
FilterableString.startsWith
(ValueString operand) Filter by expression "startswith".default ValueBoolean
FilterableString.startsWith
(String operand) Filter by expression "startswith".default ValueBoolean
FilterableString.substringOf
(ValueString operand) Filter by expression "substringof".default ValueBoolean
FilterableString.substringOf
(String operand) Filter by expression "substringof".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) default ValueBoolean
FilterableBoolean.and
(ValueBoolean operand) Combine current filter expression with another expression in conjunction.static ValueBoolean.Expression
FilterExpressionLogical.and
(ValueBoolean operand1, ValueBoolean operand2) default ValueBoolean.Expression
FilterableCollection.any
(ValueBoolean operand) Filter by lambda expression "any".static ValueBoolean.Expression
FilterExpressionCollection.any
(Expressions.OperandMultiple operand1, ValueBoolean operand2, Predicate<FieldReference> lambdaFieldPredicate) static ValueBoolean.Expression
FilterExpressionLogical.not
(ValueBoolean operand) default ValueBoolean
FilterableBoolean.or
(ValueBoolean operand) Combine current filter expression with another expression in disjunction.static ValueBoolean.Expression
FilterExpressionLogical.or
(ValueBoolean operand1, ValueBoolean operand2) -
Uses of ValueBoolean in com.sap.cloud.sdk.datamodel.odata.client.query
Modifier and TypeMethodDescriptionStructuredQuery.filter
(ValueBoolean... filters) Query modified to limit which entities should be contained in the result set. -
Uses of ValueBoolean in com.sap.cloud.sdk.datamodel.odata.helper
ModifierConstructorDescriptionExpressionFluentHelper
(ValueBoolean delegateExpression) Creates a new helper based on an arbitrary, untyped filter expression. -
Uses of ValueBoolean in com.sap.cloud.sdk.datamodel.odatav4.expression
Modifier and TypeMethodDescriptionstatic <EntityT> FilterableBoolean<EntityT>
FilterableBoolean.fromCustomFilter
(ValueBoolean delegateExpression, Class<EntityT> entityType) Creates a new Expression from a custom filter expression.