Package com.sap.cloud.sdk.datamodel.odata.helper


package com.sap.cloud.sdk.datamodel.odata.helper
  • Class
    Description
    CollectionValuedFluentHelperFunction<FluentHelperT,ObjectT,ResultT>
    Representation of any OData function import as a fluent class for further configuring the request and executing it.This is specifically for functions that return either a collection of primitive values or entities
    EntityField<EntityT,FieldT>
    Template class to represent entity fields.
    EntityFieldAll<EntityT extends VdmObject<?>>
    OData selector for entities to select each and every field, i.e.
    EntityLink<LinkT extends EntityLink<LinkT,EntityT,SubEntityT>,EntityT extends VdmObject<?>,SubEntityT extends VdmObject<?>>
    Helper class for representing links (navigation properties) between entities.
    Interface to enable management of OData entity selectors.
    Template class that represents query expressions.
    FluentHelperBasic<FluentHelperT,EntityT,ResultT>
    Representation of any OData request as a fluent interface for further configuring the request and executing it.
    FluentHelperByKey<FluentHelperT,EntityT extends VdmEntity<?>,SelectableT>
    Representation of an OData request to retrieve an entity by its key as a fluent interface for further configuring the request and executing it.
    Representation of an OData query for count, as a fluent interface for further configuring the request and executing it.
    FluentHelperCreate<FluentHelperT,EntityT extends VdmEntity<?>>
    Representation of an OData create request as a fluent interface for further configuring the request and executing it.
    FluentHelperDelete<FluentHelperT,EntityT extends VdmEntity<?>>
    Representation of an OData delete request as a fluent interface for further configuring the request and executing it.
    Representation of any OData V2 request that can be executed.
    FluentHelperFunction<FluentHelperT,ObjectT,ResultT>
    Representation of any OData function import as a fluent interface for further configuring the request and executing it.
    FluentHelperModification<FluentHelperT,EntityT extends VdmEntity<?>>
    Representation of an OData modification request (Create, Update, Delete) as a fluent interface for further configuring the request and executing it.
    FluentHelperRead<FluentHelperT,EntityT extends VdmEntity<?>,SelectableT>
    Representation of an OData query as a fluent interface for further configuring the request and executing it.
    FluentHelperUpdate<FluentHelperT,EntityT extends VdmEntity<?>>
    Representation of an OData update request as a fluent interface for further configuring the request and executing it.
    ModificationResponse<EntityT extends VdmEntity<?>>
    Generic OData service response wrapper for data modification requests.
    OneToOneLink<EntityT,LinkedEntityT>
    Interface designed to be implemented by EntityLink class in order to provide a filter function.
    Used with orderBy methods in entity fluent helper objects to set the sorting order of field values.
    SingleValuedFluentHelperFunction<FluentHelperT,ObjectT,ResultT>
    Representation of any OData function import as a fluent class for further configuring the request and executing it.
    VdmComplex<ObjectT>
    Complex type in the virtual data model.
    VdmEntity<EntityT>
    Represents a VdmObject which is an entity.
    VdmEntityUtil<EntityT extends VdmEntity<?>>
    Utility class to manage OData entity deserialization.
    Represents a media entity which exposes additional data under a $value endpoint.
    VdmObject<ObjectT>
    Superclass of all entities which contains common elements such as a generic representation of custom fields.