Class SalesQuotationText.SalesQuotationTextBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesquotation.SalesQuotationText.SalesQuotationTextBuilder
Enclosing class:
SalesQuotationText

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

    • salesQuotation

      @Nonnull public SalesQuotationText.SalesQuotationTextBuilder salesQuotation(SalesQuotation value)
      Navigation property to_SalesQuotation for SalesQuotationText to single SalesQuotation.
      Parameters:
      value - The SalesQuotation to build this SalesQuotationText with.
      Returns:
      This Builder to allow for a fluent interface.
    • salesQuotation

      @Nonnull public SalesQuotationText.SalesQuotationTextBuilder salesQuotation(String value)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: SalesQuotation

      Parameters:
      value - The salesQuotation to build this SalesQuotationText with.
      Returns:
      This Builder to allow for a fluent interface.
    • language

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

      Original property name from the Odata EDM: Language

      Returns:
      this.
    • longTextID

      @Nonnull public SalesQuotationText.SalesQuotationTextBuilder longTextID(@Nullable String longTextID)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: LongTextID

      Returns:
      this.
    • longText

      @Nonnull public SalesQuotationText.SalesQuotationTextBuilder longText(@Nullable String longText)
      Constraints: none

      Original property name from the Odata EDM: LongText

      Returns:
      this.
    • build

      @Nonnull public SalesQuotationText build()
    • toString

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