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 andexecuting
it.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 andexecuting
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 andexecuting
it.Representation of an OData query for count, as a fluent interface for further configuring the request andexecuting
it.FluentHelperCreate<FluentHelperT,EntityT extends VdmEntity<?>> Representation of an OData create request as a fluent interface for further configuring the request andexecuting
it.FluentHelperDelete<FluentHelperT,EntityT extends VdmEntity<?>> Representation of an OData delete request as a fluent interface for further configuring the request andexecuting
it.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 andexecuting
it.FluentHelperModification<FluentHelperT,EntityT extends VdmEntity<?>> Representation of an OData modification request (Create, Update, Delete) as a fluent interface for further configuring the request andexecuting
it.FluentHelperRead<FluentHelperT,EntityT extends VdmEntity<?>, SelectableT> Representation of an OData query as a fluent interface for further configuring the request andexecuting
it.FluentHelperUpdate<FluentHelperT,EntityT extends VdmEntity<?>> Representation of an OData update request as a fluent interface for further configuring the request andexecuting
it.ModificationResponse<EntityT extends VdmEntity<?>>Generic OData service response wrapper for data modification requests.OneToOneLink<EntityT,LinkedEntityT> Interface designed to be implemented byEntityLink
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 andexecuting
it.VdmComplex<ObjectT>Complex type in the virtual data model.VdmEntity<EntityT>Represents aVdmObject
which 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$value
endpoint.VdmObject<ObjectT>Superclass of all entities which contains common elements such as a generic representation of custom fields.