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

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

    • cnsldtnBillToPartyT

      @Nonnull public BillToParty.BillToPartyBuilder cnsldtnBillToPartyT(BillToPartyText... value)
      Navigation property to_CnsldtnBillToPartyT for BillToParty to multiple BillToPartyText.
      Parameters:
      value - The BillToPartyTexts to build this BillToParty with.
      Returns:
      This Builder to allow for a fluent interface.
    • customer

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

      Original property name from the Odata EDM: Customer

      Returns:
      this.
    • customer_Text

      @Nonnull public BillToParty.BillToPartyBuilder customer_Text(@Nullable String customer_Text)
      Constraints: Not nullable, Maximum length: 80

      Original property name from the Odata EDM: Customer_Text

      Returns:
      this.
    • additionalMasterDataSource

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

      Original property name from the Odata EDM: AdditionalMasterDataSource

      Returns:
      this.
    • build

      @Nonnull public BillToParty build()
    • toString

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