Uses of Interface
com.sap.cloud.sdk.datamodel.odata.client.expression.Expressions.Operand
Packages that use Expressions.Operand
Package
Description
- 
Uses of Expressions.Operand in com.sap.cloud.sdk.datamodel.odata.client.expression
Subinterfaces of Expressions.Operand in com.sap.cloud.sdk.datamodel.odata.client.expressionModifier and TypeInterfaceDescriptionstatic interfaceOData filter collection expression operand.static interfaceSingular OData filter expression operand.interfaceOData filter expression operand for a generic entity field reference.interfaceOData filter expression operand for an untyped entity field reference.interfaceBoolean operations for generic OData filter expression operands.interfaceCollection operations for generic OData filter expression operands.interfaceLogical operations for generic OData filter expression operands.interfaceLogical operations for generic OData filter expression operands.interfaceDate operations for generic OData filter expression operands.interfaceDate-Time-Offset operations for generic OData filter expression operands.interfaceDuration operations for generic OData filter expression operands.interfaceNumeric operations for generic OData filter expression operands.interfaceString operations for generic OData filter expression operands.interfaceTime-of-day operations for generic OData filter expression operands.interfaceGeneric interface to describe an OData filter expression.interfaceOData filter expression operand of type Edm.StringinterfaceOData filter expression operand of type Edm.BooleaninterfaceOData filter expression for a generic collection.interfaceOData filter expression operand of type Edm.DateinterfaceOData filter expression operand of type Edm.DateTime (OData 2.0 only)interfaceOData filter expression operand of type Edm.DateTimeOffsetinterfaceOData filter expression operand of type Edm.DurationinterfaceOData filter expression operand of enumeration typeinterfaceOData filter expression operand of type Edm.GuidinterfaceOData filter expression operand of type Edm.Int32, ...interfaceOData filter expression operand of type Edm.StringinterfaceOData filter expression operand of type Edm.TimeOfDay in case of OData 4.0 or Edm.Time in case of OData 2.0.Classes in com.sap.cloud.sdk.datamodel.odata.client.expression that implement Expressions.OperandModifier and TypeClassDescriptionstatic classOData expression for binary values.static classImplementation with literal number value.static classOData expression for generic value collections.static classOData expression for date values.static classOData expression for date time values.static classOData expression for date time offset values.static classOData expression for duration values.static classOData expression on numeric values.static classOData expression on string values.static classOData expression for time of day values.Fields in com.sap.cloud.sdk.datamodel.odata.client.expression declared as Expressions.OperandModifier and TypeFieldDescriptionstatic final Expressions.OperandExpressions.Operand.NULLThe null operand, representing the absence of any value.Methods in com.sap.cloud.sdk.datamodel.odata.client.expression that return types with arguments of type Expressions.OperandModifier and TypeMethodDescriptionFilterExpression.getOperands()List of the operands used for the OData filter expression.ValueBinary.Expression.getOperands()ValueBoolean.Expression.getOperands()ValueCollection.Expression.getOperands()ValueDate.Expression.getOperands()ValueDateTime.Expression.getOperands()ValueDateTimeOffset.Expression.getOperands()ValueDuration.Expression.getOperands()ValueNumeric.Expression.getOperands()ValueString.Expression.getOperands()ValueTimeOfDay.Expression.getOperands()Methods in com.sap.cloud.sdk.datamodel.odata.client.expression with parameters of type Expressions.OperandModifier and TypeMethodDescriptiondefault ValueBooleanFilterableComparisonAbsolute.equalTo(Expressions.Operand operand) Filter by expression "eq".static ValueBoolean.ExpressionFilterExpressionLogical.equalTo(Expressions.Operand operand1, Expressions.Operand operand2) default ValueBooleanFilterableComparisonRelative.greaterThan(Expressions.Operand operand) Filter by expression "gt".static ValueBoolean.ExpressionFilterExpressionLogical.greaterThan(Expressions.Operand operand1, Expressions.Operand operand2) default ValueBooleanFilterableComparisonRelative.greaterThanEqual(Expressions.Operand operand) Filter by expression "ge".static ValueBoolean.ExpressionFilterExpressionLogical.greaterThanEquals(Expressions.Operand operand1, Expressions.Operand operand2) Returns aValueBoolean.Expressionthat checks whetheroperand1is greater than or equal tooperand2("ge").default ValueBooleanFilterableComparisonAbsolute.in(Expressions.Operand... operands) Filter by expression "in".static ValueBoolean.ExpressionFilterExpressionLogical.in(Expressions.Operand operand1, Expressions.Operand... operands2) static ValueBoolean.ExpressionFilterExpressionLogical.in(Expressions.Operand operand1, Expressions.OperandMultiple operand2) default ValueBooleanFilterableComparisonRelative.lessThan(Expressions.Operand operand) Filter by expression "lt".static ValueBoolean.ExpressionFilterExpressionLogical.lessThan(Expressions.Operand operand1, Expressions.Operand operand2) default ValueBooleanFilterableComparisonRelative.lessThanEqual(Expressions.Operand operand) Filter by expression "le".static ValueBoolean.ExpressionFilterExpressionLogical.lessThanEquals(Expressions.Operand operand1, Expressions.Operand operand2) Returns aValueBoolean.Expressionthat checks whetheroperand1is less than or equal tooperand2("le").default ValueBooleanFilterableComparisonAbsolute.notEqualTo(Expressions.Operand operand) Filter by expression "ne".static ValueBoolean.ExpressionFilterExpressionLogical.notEqualTo(Expressions.Operand operand1, Expressions.Operand operand2)  - 
Uses of Expressions.Operand in com.sap.cloud.sdk.datamodel.odatav4.core
Subinterfaces of Expressions.Operand in com.sap.cloud.sdk.datamodel.odatav4.coreModifier and TypeInterfaceDescriptioninterfaceComplexProperty<EntityT extends VdmObject<?>,TargetT extends VdmComplex<?>> Interface representing a complex property ofComplexPropertythat holds a complex type ofComplexProperty.interfaceNavigationProperty<EntityT extends VdmObject<?>,TargetT extends VdmEntity<?>> Interface representing a navigational property ofNavigationPropertythat points towards an entity ofNavigationProperty.interfaceProperty<EntityT>Generic entity property.interfaceSimpleProperty<EntityT>Simple property.(package private) interfacecom.sap.cloud.sdk.datamodel.odatav4.core.StructuredProperty<EntityT extends VdmObject<?>,TargetT extends VdmObject<?>> Interface representing a structural property ofStructuredPropertythat points towards an object ofStructuredProperty.Classes in com.sap.cloud.sdk.datamodel.odatav4.core that implement Expressions.OperandModifier and TypeClassDescriptionstatic classComplexProperty.Collection<EntityT extends VdmObject<EntityT>,ValueT extends VdmComplex<ValueT>> A collection of complex objects.static classComplexProperty.Single<EntityT extends VdmObject<EntityT>,ValueT extends VdmComplex<ValueT>> A navigational property to a single other entity reference.final classComplexPropertyQuery<OwnerT extends VdmObject<?>,PropertyT extends VdmComplex<?>> Implementation that represents read queries and holds their state at runtime.static classNavigationProperty.Collection<EntityT extends VdmObject<EntityT>,ValueT extends VdmEntity<ValueT>> A navigational property to a Collection of another entity reference.static classNavigationProperty.Single<EntityT extends VdmObject<EntityT>,ValueT extends VdmEntity<ValueT>> A navigational property to a single other entity reference.classNavigationPropertyCollection<EntityT extends VdmObject<?>,TargetT extends VdmEntity<?>> Abstract class representing the query capabilities of a collection of structured properties ofNavigationPropertyCollectionwith a type ofNavigationPropertyCollection.final classNavigationPropertyCollectionQuery<ParentEntityT extends VdmObject<?>,EntityT extends VdmEntity<?>> Implementation that represents read queries and holds their state at runtime.final classNavigationPropertySingleQuery<ParentEntityT extends VdmObject<?>,EntityT extends VdmEntity<?>> Implementation that represents read queries and holds their state at runtime.static classSimpleProperty.All<Entity>A pseudo property referencing all fields.static classSimpleProperty.Binary<EntityT>A Binary property.static classSimpleProperty.Boolean<EntityT>A Boolean property.static classSimpleProperty.Collection<EntityT,ValueT> A composite property holding a collection of values.static classSimpleProperty.Date<EntityT>A Date property.static classSimpleProperty.DateTime<EntityT>A DateTime property.static classSimpleProperty.Duration<EntityT>A Duration property.static classSimpleProperty.Enum<EntityT,EnumT extends VdmEnum> A property with predefined possible values.static classSimpleProperty.Guid<EntityT>A Guid property.static classSimpleProperty.NumericDecimal<EntityT>A Decimal property.static classSimpleProperty.NumericInteger<EntityT>An Integer property.static classSimpleProperty.String<EntityT>A String property.static classSimpleProperty.Time<EntityT>A Time property. - 
Uses of Expressions.Operand in com.sap.cloud.sdk.datamodel.odatav4.expression
Subinterfaces of Expressions.Operand in com.sap.cloud.sdk.datamodel.odatav4.expressionModifier and TypeInterfaceDescriptioninterfaceFilterableBoolean<EntityT>Fluent helper class to provide filter functions to OData expressions referenced by Boolean.interfaceFilterableCollection<EntityT,ItemT> Fluent helper class to provide filter functions to OData expressions referenced by Collection.interfaceFilterableComplex<EntityT,ItemT> Fluent helper class to provide filter functions to OData expressions referenced by an OData complex property.interfaceFilterableDate<EntityT>Fluent helper class to provide filter functions to OData expressions referenced by Date.interfaceFilterableDateTime<EntityT>Fluent helper class to provide filter functions to OData expressions referenced by DateTime.interfaceFilterableDuration<EntityT>Fluent helper class to provide filter functions to OData expressions referenced by Duration.interfaceFilterableEnum<EntityT,EnumT extends VdmEnum> Fluent helper class to provide filter functions to OData expressions referenced by Enum.interfaceFilterableGuid<EntityT>Fluent helper class to provide filter functions to OData expressions referenced by Guid.interfaceFilterableNumeric<EntityT>Fluent helper class to provide filter functions to OData expressions referenced by Number.interfaceFilterableNumericDecimal<EntityT>Fluent helper class to provide filter functions to OData expressions referenced by Integer.interfaceFilterableNumericInteger<EntityT>Fluent helper class to provide filter functions to OData expressions referenced by Integer.interfaceFilterableString<EntityT>Fluent helper class to provide filter functions to OData expressions referenced by String.interfaceFilterableTime<EntityT>Fluent helper class to provide filter functions to OData expressions referenced by Time.interfaceFilterableValue<EntityT,PrimitiveT extends Serializable> Fluent helper class to provide filter functions to OData expressions referenced by all value types.Classes in com.sap.cloud.sdk.datamodel.odatav4.expression that implement Expressions.OperandModifier and TypeClassDescriptionstatic classFilterableBoolean.Expression<EntityT>Wrapper expression class, which delegates to another operation.static classFilterableCollection.Expression<EntityT,ItemT> Wrapper expression class, which delegates to another operation.static classFilterableDate.Expression<EntityT>Wrapper expression class, which delegates to another operation.static classFilterableDateTime.Expression<EntityT>Wrapper expression class, which delegates to another operation.static classFilterableDuration.Expression<EntityT>Wrapper expression class, which delegates to another operation.static classFilterableNumericDecimal.Expression<EntityT>Wrapper expression class, which delegates to another operation.static classFilterableNumericInteger.Expression<EntityT>Wrapper expression class, which delegates to another operation.static classFilterableString.Expression<EntityT>Wrapper expression class, which delegates to another operation.static classFilterableTime.Expression<EntityT>Wrapper expression class, which delegates to another operation.Methods in com.sap.cloud.sdk.datamodel.odatav4.expression that return types with arguments of type Expressions.OperandModifier and TypeMethodDescriptionFilterableBoolean.Expression.getOperands()FilterableCollection.Expression.getOperands()FilterableDate.Expression.getOperands()FilterableDateTime.Expression.getOperands()FilterableDuration.Expression.getOperands()FilterableNumericDecimal.Expression.getOperands()FilterableNumericInteger.Expression.getOperands()FilterableString.Expression.getOperands()FilterableTime.Expression.getOperands()