Package com.sap.cloud.sdk.datamodel.odatav4.expression


package com.sap.cloud.sdk.datamodel.odatav4.expression
  • Class
    Description
    Generic interface to provide the original entity class reference.
    FieldOrdering<EntityT>
    Represents an asc/desc ordering of an entity via a property.
    Fluent helper class to provide filter functions to OData expressions referenced by Boolean.
    Wrapper expression class, which delegates to another operation.
    FilterableCollection<EntityT,ItemT>
    Fluent helper class to provide filter functions to OData expressions referenced by Collection.
    Wrapper expression class, which delegates to another operation.
    FilterableComplex<EntityT,ItemT>
    Fluent helper class to provide filter functions to OData expressions referenced by an OData complex property.
    Fluent helper class to provide filter functions to OData expressions referenced by Date.
    Wrapper expression class, which delegates to another operation.
    Fluent helper class to provide filter functions to OData expressions referenced by DateTime.
    Wrapper expression class, which delegates to another operation.
    Fluent helper class to provide filter functions to OData expressions referenced by Duration.
    Wrapper expression class, which delegates to another operation.
    FilterableEnum<EntityT,EnumT extends VdmEnum>
    Fluent helper class to provide filter functions to OData expressions referenced by Enum.
    Fluent helper class to provide filter functions to OData expressions referenced by Guid.
    Fluent helper class to provide filter functions to OData expressions referenced by Number.
    Fluent helper class to provide filter functions to OData expressions referenced by Integer.
    Wrapper expression class, which delegates to another operation.
    Fluent helper class to provide filter functions to OData expressions referenced by Integer.
    Wrapper expression class, which delegates to another operation.
    Fluent helper class to provide filter functions to OData expressions referenced by String.
    Wrapper expression class, which delegates to another operation.
    Fluent helper class to provide filter functions to OData expressions referenced by Time.
    Wrapper expression class, which delegates to another operation.
    FilterableValue<EntityT,PrimitiveT extends Serializable>
    Fluent helper class to provide filter functions to OData expressions referenced by all value types.