Class BatchByKeyFluentHelper

java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic<FluentHelperT,EntityT,EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperByKey<BatchByKeyFluentHelper,Batch,BatchSelectable>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.batch.BatchByKeyFluentHelper
All Implemented Interfaces:
FluentHelperExecutable<Object>

public class BatchByKeyFluentHelper extends FluentHelperByKey<BatchByKeyFluentHelper,Batch,BatchSelectable>
Fluent helper to fetch a single Batch entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself.
  • Constructor Details

    • BatchByKeyFluentHelper

      public BatchByKeyFluentHelper(@Nonnull String servicePath, @Nonnull String entityCollection, String material, String batchIdentifyingPlant, String batch)
      Creates a fluent helper object that will fetch a single Batch entity with the provided key field values. To perform execution, call the executeRequest method on the fluent helper object.
      Parameters:
      entityCollection - Entity Collection to be used to fetch a single Batch
      material - Material Number

      Constraints: Not nullable, Maximum length: 18

      batchIdentifyingPlant - Plant

      Constraints: Not nullable, Maximum length: 4

      servicePath - Service path to be used to fetch a single Batch
      batch - Batch Number

      Constraints: Not nullable, Maximum length: 10

  • Method Details