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 TypeClassDescriptionclassCollectionValuedFluentHelperFunction<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 entitiesclassFluentHelperByKey<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.classFluentHelperCreate<FluentHelperT,EntityT extends VdmEntity<?>> Representation of an OData create request as a fluent interface for further configuring the request andexecutingit.classFluentHelperDelete<FluentHelperT,EntityT extends VdmEntity<?>> Representation of an OData delete request as a fluent interface for further configuring the request andexecutingit.classFluentHelperFunction<FluentHelperT,ObjectT, ResultT> Representation of any OData function import as a fluent interface for further configuring the request andexecutingit.classFluentHelperModification<FluentHelperT,EntityT extends VdmEntity<?>> Representation of an OData modification request (Create, Update, Delete) as a fluent interface for further configuring the request andexecutingit.classFluentHelperRead<FluentHelperT,EntityT extends VdmEntity<?>, SelectableT> Representation of an OData query as a fluent interface for further configuring the request andexecutingit.classFluentHelperUpdate<FluentHelperT,EntityT extends VdmEntity<?>> Representation of an OData update request as a fluent interface for further configuring the request andexecutingit.classSingleValuedFluentHelperFunction<FluentHelperT,ObjectT, ResultT> Representation of any OData function import as a fluent class for further configuring the request andexecutingit.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.