Class SoldProduct.SoldProductBuilder

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

public static class SoldProduct.SoldProductBuilder extends Object
  • Method Details

    • soldProduct

      @Nonnull public SoldProduct.SoldProductBuilder soldProduct(@Nullable String soldProduct)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: SoldProduct

      Returns:
      this.
    • soldProductText

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

      Original property name from the Odata EDM: SoldProductText

      Returns:
      this.
    • build

      @Nonnull public SoldProduct build()
    • toString

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