Uses of Interface
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperExecutable
Packages that use FluentHelperExecutable
- 
Uses of FluentHelperExecutable in com.sap.cloud.sdk.datamodel.odata.helper
Classes in com.sap.cloud.sdk.datamodel.odata.helper that implement FluentHelperExecutableModifier 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 entitiesclassFluentHelperBasic<FluentHelperT,EntityT, ResultT> Representation of any OData request as a fluent interface for further configuring the request andexecutingit.classFluentHelperByKey<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 that return FluentHelperExecutableModifier and TypeMethodDescriptionFluentHelperRead.iteratingEntities()Manually explore the individual entities from the lazy-loading entity result-set.FluentHelperRead.iteratingPages()Manually explore the individual pages from the lazy-loading entity result-set.FluentHelperRead.streamingEntities()Manually explore the individual entities from the lazy-loading entity result-set.