Class ShipToPartyText.ShipToPartyTextBuilder

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

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

    • cnsldtnShipToParty

      @Nonnull public ShipToPartyText.ShipToPartyTextBuilder cnsldtnShipToParty(ShipToParty value)
      Navigation property to_CnsldtnShipToParty for ShipToPartyText to single ShipToParty.
      Parameters:
      value - The ShipToParty to build this ShipToPartyText with.
      Returns:
      This Builder to allow for a fluent interface.
    • language

      @Nonnull public ShipToPartyText.ShipToPartyTextBuilder 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 ShipToPartyText.ShipToPartyTextBuilder customer(@Nullable String customer)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: Customer

      Returns:
      this.
    • shipToPartyText

      @Nonnull public ShipToPartyText.ShipToPartyTextBuilder shipToPartyText(@Nullable String shipToPartyText)
      Constraints: Not nullable, Maximum length: 80

      Original property name from the Odata EDM: ShipToPartyText

      Returns:
      this.
    • build

      @Nonnull public ShipToPartyText build()
    • toString

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