Uses of Class
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperFunction
Package
Description
-
Uses of FluentHelperFunction in com.sap.cloud.sdk.datamodel.odata.helper
Modifier 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
SingleValuedFluentHelperFunction<FluentHelperT,
ObjectT, ResultT> Representation of any OData function import as a fluent class for further configuring the request andexecuting
it. -
Uses of FluentHelperFunction in com.sap.cloud.sdk.datamodel.odata.helper.batch
Modifier and TypeMethodDescriptionBatchChangeSetFluentHelperBasic.addFunctionImport
(FluentHelperFunction<?, ?, ?> functionImport) Adds a function import call to the currently opened changeset.FluentHelperBatchChangeSet.addFunctionImport
(FluentHelperFunction<?, ?, ?> functionImport) Adds a function import call to the currently opened changeset.BatchFluentHelperBasic.addReadOperations
(FluentHelperFunction<?, ?, ?>... functionOperations) FluentHelperServiceBatch.addReadOperations
(FluentHelperFunction<?, ?, ?>... functionOperations) Add function requests to the OData batch request builder.Only functions that use GET can be added.