Class PurContrItmCndnScalesByKeyFluentHelper

java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic<FluentHelperT,EntityT,EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperByKey<PurContrItmCndnScalesByKeyFluentHelper,PurContrItmCndnScales,PurContrItmCndnScalesSelectable>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2.PurContrItmCndnScalesByKeyFluentHelper
All Implemented Interfaces:
FluentHelperExecutable<Object>

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

    • PurContrItmCndnScalesByKeyFluentHelper

      public PurContrItmCndnScalesByKeyFluentHelper(@Nonnull String servicePath, @Nonnull String entityCollection, String purchaseContract, String purchaseContractItem, String conditionRecord, String conditionSequentialNumber, LocalDateTime conditionValidityEndDate, String conditionScaleLine)
      Creates a fluent helper object that will fetch a single PurContrItmCndnScales 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 PurContrItmCndnScales
      conditionSequentialNumber - Sequential number of the condition

      Constraints: Not nullable, Maximum length: 2

      conditionValidityEndDate - Validity end date of the condition record

      Constraints: Not nullable, Precision: 0

      purchaseContract - Purchasing Document Number

      Constraints: Not nullable, Maximum length: 10

      servicePath - Service path to be used to fetch a single PurContrItmCndnScales
      purchaseContractItem - Item Number of Purchasing Document

      Constraints: Not nullable, Maximum length: 5

      conditionRecord - Number of Condition Record

      Constraints: Not nullable, Maximum length: 10

      conditionScaleLine - Current number of the line scale

      Constraints: Not nullable, Maximum length: 4

  • Method Details