Uses of Interface
com.sap.cloud.sdk.datamodel.odata.client.expression.ValueBoolean
Packages that use ValueBoolean
Package
Description
- 
Uses of ValueBoolean in com.sap.cloud.sdk.datamodel.odata.client.expression
Classes in com.sap.cloud.sdk.datamodel.odata.client.expression that implement ValueBooleanModifier and TypeClassDescriptionstatic classImplementation with literal number value.Fields in com.sap.cloud.sdk.datamodel.odata.client.expression declared as ValueBooleanModifier and TypeFieldDescriptionstatic final ValueBooleanValueBoolean.NULLNull value for boolean operations.Methods in com.sap.cloud.sdk.datamodel.odata.client.expression that return ValueBooleanModifier and TypeMethodDescriptiondefault ValueBooleanFilterableBoolean.and(ValueBoolean operand) Combine current filter expression with another expression in conjunction.default ValueBooleanCombine the filter expression with another expression in conjunctiondefault ValueBooleanFieldUntyped.asBoolean()Cast the field reference to a boolean value, enabling type-safe expressions.default ValueBooleanFilterableString.contains(ValueString operand) Filter by expression "contains".default ValueBooleanFilter by expression "contains".default ValueBooleanFilterableString.endsWith(ValueString operand) Filter by expression "endswith".default ValueBooleanFilter by expression "endswith".default ValueBooleanFilterableComparisonAbsolute.equalTo(Expressions.Operand operand) Filter by expression "eq".default ValueBooleanFilter by expression "eq".default ValueBooleanFilterableComparisonAbsolute.equalToNull()Filter by expression "eq null".default ValueBooleanFilterableComparisonRelative.greaterThan(Expressions.Operand operand) Filter by expression "gt".default ValueBooleanFilterableComparisonRelative.greaterThan(Object operand) Filter by expression "gt".default ValueBooleanFilterableComparisonRelative.greaterThanEqual(Expressions.Operand operand) Filter by expression "ge".default ValueBooleanFilterableComparisonRelative.greaterThanEqual(Object operand) Filter by expression "ge".default ValueBooleanFilterableComparisonAbsolute.in(Expressions.Operand... operands) Filter by expression "in".default ValueBooleanFilterableComparisonAbsolute.in(FilterableCollection collection) Filter by expression "in".default ValueBooleanFilter by expression "in".default <T> ValueBooleanFilter by expression "in".default ValueBooleanFilterableComparisonRelative.lessThan(Expressions.Operand operand) Filter by expression "lt".default ValueBooleanFilter by expression "lt".default ValueBooleanFilterableComparisonRelative.lessThanEqual(Expressions.Operand operand) Filter by expression "le".default ValueBooleanFilterableComparisonRelative.lessThanEqual(Object operand) Filter by expression "le".static ValueBooleanGet the literal of this expression.default ValueBooleanFilterableString.matches(ValueString operand) Filter by expression "matchesPattern".default ValueBooleanFilter by expression "matchesPattern".default ValueBooleanFilterableBoolean.not()Negate the current filter expression.default ValueBooleanFilterableComparisonAbsolute.notEqualTo(Expressions.Operand operand) Filter by expression "ne".default ValueBooleanFilterableComparisonAbsolute.notEqualTo(Object operand) Filter by expression "ne".default ValueBooleanFilterableComparisonAbsolute.notEqualToNull()Filter by expression "ne null".default ValueBooleanFilterableBoolean.or(ValueBoolean operand) Combine current filter expression with another expression in disjunction.default ValueBooleanCombine the filter expression with another expression in disjunctiondefault ValueBooleanFilterableString.startsWith(ValueString operand) Filter by expression "startswith".default ValueBooleanFilterableString.startsWith(String operand) Filter by expression "startswith".default ValueBooleanFilterableString.substringOf(ValueString operand) Filter by expression "substringof".default ValueBooleanFilterableString.substringOf(String operand) Filter by expression "substringof".Methods in com.sap.cloud.sdk.datamodel.odata.client.expression with parameters of type ValueBooleanModifier and TypeMethodDescriptiondefault ValueBoolean.ExpressionFilterableCollection.all(ValueBoolean operand) Filter by lambda expression "all".static ValueBoolean.ExpressionFilterExpressionCollection.all(Expressions.OperandMultiple operand1, ValueBoolean operand2, Predicate<FieldReference> lambdaFieldPredicate) default ValueBooleanFilterableBoolean.and(ValueBoolean operand) Combine current filter expression with another expression in conjunction.static ValueBoolean.ExpressionFilterExpressionLogical.and(ValueBoolean operand1, ValueBoolean operand2) default ValueBoolean.ExpressionFilterableCollection.any(ValueBoolean operand) Filter by lambda expression "any".static ValueBoolean.ExpressionFilterExpressionCollection.any(Expressions.OperandMultiple operand1, ValueBoolean operand2, Predicate<FieldReference> lambdaFieldPredicate) static ValueBoolean.ExpressionFilterExpressionLogical.not(ValueBoolean operand) default ValueBooleanFilterableBoolean.or(ValueBoolean operand) Combine current filter expression with another expression in disjunction.static ValueBoolean.ExpressionFilterExpressionLogical.or(ValueBoolean operand1, ValueBoolean operand2)  - 
Uses of ValueBoolean in com.sap.cloud.sdk.datamodel.odata.client.query
Methods in com.sap.cloud.sdk.datamodel.odata.client.query that return types with arguments of type ValueBooleanMethods in com.sap.cloud.sdk.datamodel.odata.client.query with parameters of type ValueBooleanModifier 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
Constructors in com.sap.cloud.sdk.datamodel.odata.helper with parameters of type ValueBooleanModifierConstructorDescriptionExpressionFluentHelper(ValueBoolean delegateExpression) Creates a new helper based on an arbitrary, untyped filter expression. - 
Uses of ValueBoolean in com.sap.cloud.sdk.datamodel.odatav4.expression
Methods in com.sap.cloud.sdk.datamodel.odatav4.expression with parameters of type ValueBooleanModifier and TypeMethodDescriptionstatic <EntityT> FilterableBoolean<EntityT>FilterableBoolean.fromCustomFilter(ValueBoolean delegateExpression, Class<EntityT> entityType) Creates a new Expression from a custom filter expression.