Uses of Class
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperRead
Packages that use FluentHelperRead
- 
Uses of FluentHelperRead in com.sap.cloud.sdk.datamodel.odata.helper.batch
Methods in com.sap.cloud.sdk.datamodel.odata.helper.batch with parameters of type FluentHelperReadModifier and TypeMethodDescriptionBatchFluentHelperBasic.addReadOperations(FluentHelperRead<?, ?, ?>... readOperations) FluentHelperServiceBatch.addReadOperations(FluentHelperRead<?, ?, ?>... readOperations) Add read request to the OData batch request builder.BatchResponse.getReadResult(FluentHelperRead<?, EntityT, ?> helper) Convenience method to get the result for a read request on the OData batch response.DefaultBatchResponseResult.getReadResult(FluentHelperRead<?, EntityT, ?> helper)