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