Class ProfileDetailsByKeyFluentHelper

java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic<FluentHelperT,EntityT,EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperByKey<ProfileDetailsByKeyFluentHelper,ProfileDetails,ProfileDetailsSelectable>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.bufferprofile.ProfileDetailsByKeyFluentHelper
All Implemented Interfaces:
FluentHelperExecutable<Object>

Fluent helper to fetch a single ProfileDetails entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself.
  • Constructor Details

    • ProfileDetailsByKeyFluentHelper

      public ProfileDetailsByKeyFluentHelper(@Nonnull String servicePath, @Nonnull String entityCollection, String plant, String procurementType, String variabilityCode, String replenishmentLeadTimeCode, String isMinOrderQtyConsidered)
      Creates a fluent helper object that will fetch a single ProfileDetails 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 ProfileDetails
      isMinOrderQtyConsidered - Is Minimum Order Quantity Considered

      Constraints: Not nullable, Maximum length: 1

      variabilityCode - Variability Co-efficient Indicator

      Constraints: Not nullable, Maximum length: 1

      replenishmentLeadTimeCode - Decoupled Lead Time Indicator

      Constraints: Not nullable, Maximum length: 1

      servicePath - Service path to be used to fetch a single ProfileDetails
      plant - Plant

      Constraints: Not nullable, Maximum length: 4

      procurementType - Procurement Type

      Constraints: Not nullable, Maximum length: 1

  • Method Details