public static final class ShipToPartyText.ShipToPartyTextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ShipToPartyText |
build() |
ShipToPartyText.ShipToPartyTextBuilder |
cnsldtnShipToParty(ShipToParty value)
Navigation property to_CnsldtnShipToParty for ShipToPartyText to single ShipToParty.
|
ShipToPartyText.ShipToPartyTextBuilder |
customer(String customer)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
ShipToPartyText.ShipToPartyTextBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
ShipToPartyText.ShipToPartyTextBuilder |
shipToPartyText(String shipToPartyText)
Constraints: Not nullable, Maximum length: 80
|
String |
toString() |
@Nonnull public ShipToPartyText.ShipToPartyTextBuilder cnsldtnShipToParty(ShipToParty value)
value
- The ShipToParty to build this ShipToPartyText with.@Nonnull public ShipToPartyText.ShipToPartyTextBuilder language(@Nullable String language)
Original property name from the Odata EDM: Language
this
.@Nonnull public ShipToPartyText.ShipToPartyTextBuilder customer(@Nullable String customer)
Original property name from the Odata EDM: Customer
this
.@Nonnull public ShipToPartyText.ShipToPartyTextBuilder shipToPartyText(@Nullable String shipToPartyText)
Original property name from the Odata EDM: ShipToPartyText
this
.@Nonnull public ShipToPartyText build()
Copyright © 2021 SAP SE. All rights reserved.