Uses of Interface
com.sap.cloud.sdk.datamodel.odata.client.expression.FieldReference
Packages that use FieldReference
Package
Description
- 
Uses of FieldReference in com.sap.cloud.sdk.datamodel.odata.client.expression
Subinterfaces of FieldReference in com.sap.cloud.sdk.datamodel.odata.client.expressionModifier and TypeInterfaceDescriptioninterfaceOData filter expression operand for an untyped entity field reference.Method parameters in com.sap.cloud.sdk.datamodel.odata.client.expression with type arguments of type FieldReferenceModifier and TypeMethodDescriptionstatic ValueBoolean.ExpressionFilterExpressionCollection.all(Expressions.OperandMultiple operand1, ValueBoolean operand2, Predicate<FieldReference> lambdaFieldPredicate) static ValueBoolean.ExpressionFilterExpressionCollection.any(Expressions.OperandMultiple operand1, ValueBoolean operand2, Predicate<FieldReference> lambdaFieldPredicate) Expressions.Operand.getExpression(ODataProtocol protocol, Map<String, Predicate<FieldReference>> prefixes) Create the String representation of the expression.default StringFieldReference.getExpression(ODataProtocol protocol, Map<String, Predicate<FieldReference>> prefixes) ValueBinary.Expression.getExpression(ODataProtocol protocol, Map<String, Predicate<FieldReference>> prefixes) ValueBoolean.Expression.getExpression(ODataProtocol protocol, Map<String, Predicate<FieldReference>> prefixes) ValueCollection.Expression.getExpression(ODataProtocol protocol, Map<String, Predicate<FieldReference>> prefixes) ValueDate.Expression.getExpression(ODataProtocol protocol, Map<String, Predicate<FieldReference>> prefixes) ValueDateTime.Expression.getExpression(ODataProtocol protocol, Map<String, Predicate<FieldReference>> prefixes) ValueDateTimeOffset.Expression.getExpression(ODataProtocol protocol, Map<String, Predicate<FieldReference>> prefixes) ValueDuration.Expression.getExpression(ODataProtocol protocol, Map<String, Predicate<FieldReference>> prefixes) ValueNumeric.Expression.getExpression(ODataProtocol protocol, Map<String, Predicate<FieldReference>> prefixes) ValueString.Expression.getExpression(ODataProtocol protocol, Map<String, Predicate<FieldReference>> prefixes) ValueTimeOfDay.Expression.getExpression(ODataProtocol protocol, Map<String, Predicate<FieldReference>> prefixes)  - 
Uses of FieldReference in com.sap.cloud.sdk.datamodel.odatav4.core
Subinterfaces of FieldReference 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 FieldReferenceModifier 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.Methods in com.sap.cloud.sdk.datamodel.odatav4.core with parameters of type FieldReferenceModifier and TypeMethodDescriptionfinal UpdateRequestBuilder<EntityT>UpdateRequestBuilder.excludingFields(FieldReference... fields) Allows to explicitly specify entity fields that should not be sent in an update request.final UpdateRequestBuilder<EntityT>UpdateRequestBuilder.includingFields(FieldReference... fields) Allows to explicitly specify entity fields that shall be sent in an update request regardless if the values of these fields have been changed. - 
Uses of FieldReference in com.sap.cloud.sdk.datamodel.odatav4.expression
Method parameters in com.sap.cloud.sdk.datamodel.odatav4.expression with type arguments of type FieldReferenceModifier and TypeMethodDescriptionFilterableBoolean.Expression.getExpression(ODataProtocol arg0, Map<String, Predicate<FieldReference>> arg1) FilterableCollection.Expression.getExpression(ODataProtocol arg0, Map<String, Predicate<FieldReference>> arg1) FilterableDate.Expression.getExpression(ODataProtocol arg0, Map<String, Predicate<FieldReference>> arg1) FilterableDateTime.Expression.getExpression(ODataProtocol arg0, Map<String, Predicate<FieldReference>> arg1) FilterableDuration.Expression.getExpression(ODataProtocol arg0, Map<String, Predicate<FieldReference>> arg1) FilterableNumericDecimal.Expression.getExpression(ODataProtocol arg0, Map<String, Predicate<FieldReference>> arg1) FilterableNumericInteger.Expression.getExpression(ODataProtocol arg0, Map<String, Predicate<FieldReference>> arg1) FilterableString.Expression.getExpression(ODataProtocol arg0, Map<String, Predicate<FieldReference>> arg1) FilterableTime.Expression.getExpression(ODataProtocol arg0, Map<String, Predicate<FieldReference>> arg1)