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