public static final class ShipToParty.ShipToPartyBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ShipToParty.ShipToPartyBuilder |
additionalMasterDataSource(String additionalMasterDataSource)
Constraints: Not nullable, Maximum length: 10
|
ShipToParty |
build() |
ShipToParty.ShipToPartyBuilder |
cnsldtnShipToPartyT(ShipToPartyText... value)
Navigation property to_CnsldtnShipToPartyT for ShipToParty to multiple ShipToPartyText.
|
ShipToParty.ShipToPartyBuilder |
customer_Text(String customer_Text)
Constraints: Not nullable, Maximum length: 80
|
ShipToParty.ShipToPartyBuilder |
customer(String customer)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
toString() |
@Nonnull public ShipToParty.ShipToPartyBuilder cnsldtnShipToPartyT(ShipToPartyText... value)
value
- The ShipToPartyTexts to build this ShipToParty with.@Nonnull public ShipToParty.ShipToPartyBuilder customer(@Nullable String customer)
Original property name from the Odata EDM: Customer
this
.@Nonnull public ShipToParty.ShipToPartyBuilder customer_Text(@Nullable String customer_Text)
Original property name from the Odata EDM: Customer_Text
this
.@Nonnull public ShipToParty.ShipToPartyBuilder additionalMasterDataSource(@Nullable String additionalMasterDataSource)
Original property name from the Odata EDM: AdditionalMasterDataSource
this
.@Nonnull public ShipToParty build()
Copyright © 2021 SAP SE. All rights reserved.