Package com.sap.cloud.sdk.datamodel.odata.helper
package com.sap.cloud.sdk.datamodel.odata.helper
-
ClassDescriptionCollectionValuedFluentHelperFunction<FluentHelperT,
ObjectT, ResultT> Representation of any OData function import as a fluent class for further configuring the request andexecutingit.This is specifically for functions that return either a collection of primitive values or entitiesEntityField<EntityT,FieldT> Template class to represent entity fields.EntityFieldAll<EntityT extends VdmObject<?>>OData selector for entities to select each and every field, i.e. star selector.EntityLink<LinkT extends EntityLink<LinkT,EntityT, SubEntityT>, EntityT extends VdmObject<?>, SubEntityT extends VdmObject<?>> Helper class for representing links (navigation properties) between entities.EntitySelectable<EntityT>Interface to enable management of OData entity selectors.ExpressionFluentHelper<EntityT>Template class that represents query expressions.FluentHelperBasic<FluentHelperT,EntityT, ResultT> Representation of any OData request as a fluent interface for further configuring the request andexecutingit.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 andexecutingit.Representation of an OData query for count, as a fluent interface for further configuring the request andexecutingit.FluentHelperCreate<FluentHelperT,EntityT extends VdmEntity<?>> Representation of an OData create request as a fluent interface for further configuring the request andexecutingit.FluentHelperDelete<FluentHelperT,EntityT extends VdmEntity<?>> Representation of an OData delete request as a fluent interface for further configuring the request andexecutingit.FluentHelperExecutable<ResultT>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 andexecutingit.FluentHelperModification<FluentHelperT,EntityT extends VdmEntity<?>> Representation of an OData modification request (Create, Update, Delete) as a fluent interface for further configuring the request andexecutingit.FluentHelperRead<FluentHelperT,EntityT extends VdmEntity<?>, SelectableT> Representation of an OData query as a fluent interface for further configuring the request andexecutingit.FluentHelperUpdate<FluentHelperT,EntityT extends VdmEntity<?>> Representation of an OData update request as a fluent interface for further configuring the request andexecutingit.ModificationResponse<EntityT extends VdmEntity<?>>Generic OData service response wrapper for data modification requests.Strategy to determine how a patch operation should be applied to an entity.OneToOneLink<EntityT,LinkedEntityT> Interface designed to be implemented byEntityLinkclass 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 andexecutingit.VdmComplex<ObjectT>Complex type in the virtual data model.VdmEntity<EntityT>Represents aVdmObjectwhich is an entity.VdmEntityUtil<EntityT extends VdmEntity<?>>Utility class to manage OData entity deserialization.VdmMediaEntity<EntityT>Represents a media entity which exposes additional data under a$valueendpoint.VdmObject<ObjectT>Superclass of all entities which contains common elements such as a generic representation of custom fields.