Class ShipToParty.ShipToPartyBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.ShipToParty.ShipToPartyBuilder
- Enclosing class:
- ShipToParty
Helper class to allow for fluent creation of ShipToParty instances.
-
Method Summary
Modifier and TypeMethodDescriptionadditionalMasterDataSource(String additionalMasterDataSource) Constraints: Not nullable, Maximum length: 10build()cnsldtnShipToPartyT(ShipToPartyText... value) Navigation property to_CnsldtnShipToPartyT for ShipToParty to multiple ShipToPartyText.(Key Field) Constraints: Not nullable, Maximum length: 10customer_Text(String customer_Text) Constraints: Not nullable, Maximum length: 80toString()
-
Method Details
-
cnsldtnShipToPartyT
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
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Customer
- Returns:
this.
-
customer_Text
Constraints: Not nullable, Maximum length: 80Original property name from the Odata EDM: Customer_Text
- Returns:
this.
-
additionalMasterDataSource
@Nonnull public ShipToParty.ShipToPartyBuilder additionalMasterDataSource(@Nullable String additionalMasterDataSource) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: AdditionalMasterDataSource
- Returns:
this.
-
build
-
toString
-