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 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
FluentHelperBasic<FluentHelperT,
EntityT, ResultT> Representation of any OData request as a fluent interface for further configuring the request andexecuting
it.class
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 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.