Uses of Class
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
Packages that use FluentHelperBasic
-
Uses of FluentHelperBasic in com.sap.cloud.sdk.datamodel.odata.helper
Subclasses of FluentHelperBasic in com.sap.cloud.sdk.datamodel.odata.helperModifier and TypeClassDescriptionclass
CollectionValuedFluentHelperFunction<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 entitiesclass
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.class
FluentHelperCreate<FluentHelperT,
EntityT extends VdmEntity<?>> Representation of an OData create request as a fluent interface for further configuring the request andexecuting
it.class
FluentHelperDelete<FluentHelperT,
EntityT extends VdmEntity<?>> Representation of an OData delete request as a fluent interface for further configuring the request andexecuting
it.class
FluentHelperFunction<FluentHelperT,
ObjectT, ResultT> Representation of any OData function import as a fluent interface for further configuring the request andexecuting
it.class
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.class
FluentHelperRead<FluentHelperT,
EntityT extends VdmEntity<?>, SelectableT> Representation of an OData query as a fluent interface for further configuring the request andexecuting
it.class
FluentHelperUpdate<FluentHelperT,
EntityT extends VdmEntity<?>> Representation of an OData update request as a fluent interface for further configuring the request andexecuting
it.class
SingleValuedFluentHelperFunction<FluentHelperT,
ObjectT, ResultT> Representation of any OData function import as a fluent class for further configuring the request andexecuting
it.Methods in com.sap.cloud.sdk.datamodel.odata.helper with parameters of type FluentHelperBasicModifier and TypeMethodDescriptionstatic <EntityT> Class<EntityT>
VdmEntityUtil.getEntityClass
(FluentHelperBasic<?, ?, ?> fluentHelper) Helper method to resolve the expected entity type for the provided fluent helper instance.