public static final class BillingDocumentTypeText.BillingDocumentTypeTextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
BillingDocumentTypeText.BillingDocumentTypeTextBuilder |
billingDocumentType(String billingDocumentType)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
BillingDocumentTypeText.BillingDocumentTypeTextBuilder |
billingDocumentTypeText(String billingDocumentTypeText)
Constraints: Not nullable, Maximum length: 40
|
BillingDocumentTypeText |
build() |
BillingDocumentTypeText.BillingDocumentTypeTextBuilder |
cnsldtnBillingType(BillingDocumentType value)
Navigation property to_CnsldtnBillingType for BillingDocumentTypeText to single
BillingDocumentType.
|
BillingDocumentTypeText.BillingDocumentTypeTextBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
toString() |
@Nonnull public BillingDocumentTypeText.BillingDocumentTypeTextBuilder cnsldtnBillingType(BillingDocumentType value)
value
- The BillingDocumentType to build this BillingDocumentTypeText with.public BillingDocumentTypeText.BillingDocumentTypeTextBuilder language(@Nullable String language)
Original property name from the Odata EDM: Language
- the language in which texts are displayed,- the language in which you enter texts,- the language in which the system prints texts.
this
.public BillingDocumentTypeText.BillingDocumentTypeTextBuilder billingDocumentType(@Nullable String billingDocumentType)
Original property name from the Odata EDM: BillingDocumentType
this
.public BillingDocumentTypeText.BillingDocumentTypeTextBuilder billingDocumentTypeText(@Nullable String billingDocumentTypeText)
Original property name from the Odata EDM: BillingDocumentTypeText
this
.public BillingDocumentTypeText build()
Copyright © 2020 SAP SE. All rights reserved.