Class BillToPartyText.BillToPartyTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.BillToPartyText.BillToPartyTextBuilder
- Enclosing class:
- BillToPartyText
Helper class to allow for fluent creation of BillToPartyText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbillToPartyText(String billToPartyText) Constraints: Not nullable, Maximum length: 80build()cnsldtnBillToParty(BillToParty value) Navigation property to_CnsldtnBillToParty for BillToPartyText to single BillToParty.(Key Field) Constraints: Not nullable, Maximum length: 10(Key Field) Constraints: Not nullable, Maximum length: 2toString()
-
Method Details
-
cnsldtnBillToParty
Navigation property to_CnsldtnBillToParty for BillToPartyText to single BillToParty.- Parameters:
value- The BillToParty to build this BillToPartyText with.- Returns:
- This Builder to allow for a fluent interface.
-
language
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
customer
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Customer
- Returns:
this.
-
billToPartyText
@Nonnull public BillToPartyText.BillToPartyTextBuilder billToPartyText(@Nullable String billToPartyText) Constraints: Not nullable, Maximum length: 80Original property name from the Odata EDM: BillToPartyText
- Returns:
this.
-
build
-
toString
-