Uses of Class
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperFunction
Packages that use FluentHelperFunction
Package
Description
- 
Uses of FluentHelperFunction in com.sap.cloud.sdk.datamodel.odata.helper
Subclasses of FluentHelperFunction 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 entitiesclassSingleValuedFluentHelperFunction<FluentHelperT,ObjectT, ResultT> Representation of any OData function import as a fluent class for further configuring the request andexecutingit. - 
Uses of FluentHelperFunction in com.sap.cloud.sdk.datamodel.odata.helper.batch
Methods in com.sap.cloud.sdk.datamodel.odata.helper.batch with parameters of type FluentHelperFunctionModifier 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.