Class SlsPricingProcedure.SlsPricingProcedureBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.pricingprocedureinsales.SlsPricingProcedure.SlsPricingProcedureBuilder
Enclosing class:
SlsPricingProcedure

public static final class SlsPricingProcedure.SlsPricingProcedureBuilder extends Object
Helper class to allow for fluent creation of SlsPricingProcedure instances.
  • Method Details

    • salesPricingProcedureItem

      @Nonnull public SlsPricingProcedure.SlsPricingProcedureBuilder salesPricingProcedureItem(SlsPricingProcedureItem... value)
      Navigation property to_SalesPricingProcedureItem for SlsPricingProcedure to multiple SlsPricingProcedureItem.
      Parameters:
      value - The SlsPricingProcedureItems to build this SlsPricingProcedure with.
      Returns:
      This Builder to allow for a fluent interface.
    • text

      Navigation property to_Text for SlsPricingProcedure to multiple SlsPricingProcedureText.
      Parameters:
      value - The SlsPricingProcedureTexts to build this SlsPricingProcedure with.
      Returns:
      This Builder to allow for a fluent interface.
    • conditionUsage

      @Nonnull public SlsPricingProcedure.SlsPricingProcedureBuilder conditionUsage(@Nullable String conditionUsage)
      (Key Field) Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ConditionUsage

      Returns:
      this.
    • conditionApplication

      @Nonnull public SlsPricingProcedure.SlsPricingProcedureBuilder conditionApplication(@Nullable String conditionApplication)
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: ConditionApplication

      Returns:
      this.
    • pricingProcedure

      @Nonnull public SlsPricingProcedure.SlsPricingProcedureBuilder pricingProcedure(@Nullable String pricingProcedure)
      (Key Field) Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: PricingProcedure

      Returns:
      this.
    • build

      @Nonnull public SlsPricingProcedure build()
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object