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

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

    • cnsldtnShipToPartyT

      @Nonnull public ShipToParty.ShipToPartyBuilder cnsldtnShipToPartyT(ShipToPartyText... value)
      Navigation property to_CnsldtnShipToPartyT for ShipToParty to multiple ShipToPartyText.
      Parameters:
      value - The ShipToPartyTexts to build this ShipToParty with.
      Returns:
      This Builder to allow for a fluent interface.
    • customer

      @Nonnull public ShipToParty.ShipToPartyBuilder 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 ShipToParty.ShipToPartyBuilder 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 ShipToParty.ShipToPartyBuilder additionalMasterDataSource(@Nullable String additionalMasterDataSource)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: AdditionalMasterDataSource

      Returns:
      this.
    • build

      @Nonnull public ShipToParty build()
    • toString

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