Uses of Interface
com.sap.cloud.sdk.datamodel.odata.client.expression.Expressions.OperandMultiple
Packages that use Expressions.OperandMultiple
Package
Description
- 
Uses of Expressions.OperandMultiple in com.sap.cloud.sdk.datamodel.odata.client.expression
Subinterfaces of Expressions.OperandMultiple in com.sap.cloud.sdk.datamodel.odata.client.expressionModifier and TypeInterfaceDescriptioninterfaceCollection operations for generic OData filter expression operands.interfaceOData filter expression for a generic collection.Classes in com.sap.cloud.sdk.datamodel.odata.client.expression that implement Expressions.OperandMultipleModifier and TypeClassDescriptionstatic classOData expression for generic value collections.Methods in com.sap.cloud.sdk.datamodel.odata.client.expression with parameters of type Expressions.OperandMultipleModifier and TypeMethodDescriptionstatic ValueBoolean.ExpressionFilterExpressionCollection.all(Expressions.OperandMultiple operand1, ValueBoolean operand2, Predicate<FieldReference> lambdaFieldPredicate) static ValueBoolean.ExpressionFilterExpressionCollection.any(Expressions.OperandMultiple operand1) Returns aValueBoolean.Expressionthat checks whetheroperand1contains any elements.static ValueBoolean.ExpressionFilterExpressionCollection.any(Expressions.OperandMultiple operand1, ValueBoolean operand2, Predicate<FieldReference> lambdaFieldPredicate) static ValueCollection.ExpressionFilterExpressionCollection.concat(Expressions.OperandMultiple operand1, Expressions.OperandMultiple operand2) static ValueBoolean.ExpressionFilterExpressionCollection.contains(Expressions.OperandMultiple operand1, Expressions.OperandMultiple operand2) Returns aValueBoolean.Expressionthat checks whether the givenoperand1containsoperand2("contains").static ValueBoolean.ExpressionFilterExpressionCollection.endsWith(Expressions.OperandMultiple operand1, Expressions.OperandMultiple operand2) Returns aValueBoolean.Expressionthat checks whether the givenoperand1ends withoperand2("endswith").static ValueBoolean.ExpressionFilterExpressionCollection.hasSubSequence(Expressions.OperandMultiple operand1, Expressions.OperandMultiple operand2) Returns aValueBoolean.Expressionthat checks whether the givenoperand1hasoperand2as a subsequence ("hassubsequence").static ValueBoolean.ExpressionFilterExpressionCollection.hasSubset(Expressions.OperandMultiple operand1, Expressions.OperandMultiple operand2) Returns aValueBoolean.Expressionthat checks whether the givenoperand1hasoperand2as a subset ("hassubset").static ValueBoolean.ExpressionFilterExpressionLogical.in(Expressions.Operand operand1, Expressions.OperandMultiple operand2) static ValueNumeric.ExpressionFilterExpressionCollection.indexOf(Expressions.OperandMultiple operand1, Expressions.OperandMultiple operand2) Returns aValueNumeric.Expressionthat is supposed to return the index ofoperand1whereoperand2starts ("indexof").static ValueNumeric.ExpressionFilterExpressionCollection.length(Expressions.OperandMultiple operand) static ValueBoolean.ExpressionFilterExpressionCollection.startsWith(Expressions.OperandMultiple operand1, Expressions.OperandMultiple operand2) Returns aValueBoolean.Expressionthat checks whether the givenoperand1starts withoperand2("startswith").static ValueCollection.ExpressionFilterExpressionCollection.substring(Expressions.OperandMultiple operand1, ValueNumeric operand2) Returns aValueCollection.Expressionthat extracts the subsequence of {@code operand1) starting from {@code operand2) ({@code "substring"}). @param operand1 The collection to get the subsequence from. @param operand2 The index of the first element of the subsequence to be extracted. @return A {@link ValueCollection.Expression}.static ValueCollection.ExpressionFilterExpressionCollection.substring(Expressions.OperandMultiple operand1, ValueNumeric operand2, ValueNumeric operand3) Returns aValueCollection.Expressionthat extracts the subsequence of {@code operand1) starting from {@code operand2) with length {@code operand3} ({@code "substring"}). @param operand1 The collection to get the subsequence from. @param operand2 The index of the first element of the subsequence to be extracted. @param operand3 The length of the subsequence to be extracted. @return A {@link ValueCollection.Expression}. - 
Uses of Expressions.OperandMultiple in com.sap.cloud.sdk.datamodel.odatav4.core
Classes in com.sap.cloud.sdk.datamodel.odatav4.core that implement Expressions.OperandMultipleModifier and TypeClassDescriptionstatic classComplexProperty.Collection<EntityT extends VdmObject<EntityT>,ValueT extends VdmComplex<ValueT>> A collection of complex objects.static classNavigationProperty.Collection<EntityT extends VdmObject<EntityT>,ValueT extends VdmEntity<ValueT>> A navigational property to a Collection of another entity reference.static classSimpleProperty.Collection<EntityT,ValueT> A composite property holding a collection of values. - 
Uses of Expressions.OperandMultiple in com.sap.cloud.sdk.datamodel.odatav4.expression
Subinterfaces of Expressions.OperandMultiple in com.sap.cloud.sdk.datamodel.odatav4.expressionModifier and TypeInterfaceDescriptioninterfaceFilterableCollection<EntityT,ItemT> Fluent helper class to provide filter functions to OData expressions referenced by Collection.Classes in com.sap.cloud.sdk.datamodel.odatav4.expression that implement Expressions.OperandMultipleModifier and TypeClassDescriptionstatic classFilterableCollection.Expression<EntityT,ItemT> Wrapper expression class, which delegates to another operation.