Class LockboxBatchFluentHelper

java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic<FluentHelperT,EntityT,List<EntityT>>
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperRead<LockboxBatchFluentHelper,LockboxBatch,LockboxBatchSelectable>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.postlockbox.LockboxBatchFluentHelper
All Implemented Interfaces:
FluentHelperExecutable<Object>

public class LockboxBatchFluentHelper extends FluentHelperRead<LockboxBatchFluentHelper,LockboxBatch,LockboxBatchSelectable>
Fluent helper to fetch multiple LockboxBatch entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself.
  • Constructor Details

    • LockboxBatchFluentHelper

      public LockboxBatchFluentHelper(@Nonnull String servicePath, @Nonnull String entityCollection)
      Creates a fluent helper using the specified service path and entity collection to send the read requests.
      Parameters:
      entityCollection - The entity collection to direct the requests to.
      servicePath - The service path to direct the read requests to.
  • Method Details