Class SoldProductText.SoldProductTextBuilder

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

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

    • cnsldtnProductSold

      @Nonnull public SoldProductText.SoldProductTextBuilder cnsldtnProductSold(SoldProduct value)
      Navigation property to_CnsldtnProductSold for SoldProductText to single SoldProduct.
      Parameters:
      value - The SoldProduct to build this SoldProductText with.
      Returns:
      This Builder to allow for a fluent interface.
    • language

      @Nonnull public SoldProductText.SoldProductTextBuilder language(@Nullable String language)
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: Language

      Returns:
      this.
    • material

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

      Original property name from the Odata EDM: Material

      Returns:
      this.
    • soldProductText

      @Nonnull public SoldProductText.SoldProductTextBuilder soldProductText(@Nullable String soldProductText)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: SoldProductText

      Returns:
      this.
    • build

      @Nonnull public SoldProductText build()
    • toString

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