Class BillToPartyText.BillToPartyTextBuilder

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

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

    • cnsldtnBillToParty

      @Nonnull public BillToPartyText.BillToPartyTextBuilder cnsldtnBillToParty(BillToParty value)
      Navigation property to_CnsldtnBillToParty for BillToPartyText to single BillToParty.
      Parameters:
      value - The BillToParty to build this BillToPartyText with.
      Returns:
      This Builder to allow for a fluent interface.
    • language

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

      Original property name from the Odata EDM: Language

      Returns:
      this.
    • customer

      @Nonnull public BillToPartyText.BillToPartyTextBuilder customer(@Nullable String customer)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: Customer

      Returns:
      this.
    • billToPartyText

      @Nonnull public BillToPartyText.BillToPartyTextBuilder billToPartyText(@Nullable String billToPartyText)
      Constraints: Not nullable, Maximum length: 80

      Original property name from the Odata EDM: BillToPartyText

      Returns:
      this.
    • build

      @Nonnull public BillToPartyText build()
    • toString

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