java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.SoldProduct.SoldProductBuilder
Enclosing class:
SoldProduct

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

    • cnsldtnProductSoldHier

      @Nonnull public SoldProduct.SoldProductBuilder cnsldtnProductSoldHier(SoldProductHier... value)
      Navigation property to_CnsldtnProductSoldHier for SoldProduct to multiple SoldProductHier.
      Parameters:
      value - The SoldProductHiers to build this SoldProduct with.
      Returns:
      This Builder to allow for a fluent interface.
    • cnsldtnProductSoldT

      @Nonnull public SoldProduct.SoldProductBuilder cnsldtnProductSoldT(SoldProductText... value)
      Navigation property to_CnsldtnProductSoldT for SoldProduct to multiple SoldProductText.
      Parameters:
      value - The SoldProductTexts to build this SoldProduct with.
      Returns:
      This Builder to allow for a fluent interface.
    • material

      @Nonnull public SoldProduct.SoldProductBuilder material(@Nullable String material)
      (Key Field) Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: Material

      Returns:
      this.
    • material_Text

      @Nonnull public SoldProduct.SoldProductBuilder material_Text(@Nullable String material_Text)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: Material_Text

      Returns:
      this.
    • additionalMasterDataSource

      @Nonnull public SoldProduct.SoldProductBuilder additionalMasterDataSource(@Nullable String additionalMasterDataSource)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: AdditionalMasterDataSource

      Returns:
      this.
    • build

      @Nonnull public SoldProduct build()
    • toString

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