public static class BillingDocumentText.BillingDocumentTextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
BillingDocumentText.BillingDocumentTextBuilder |
billingDocument(String billingDocument)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
BillingDocumentText |
build() |
BillingDocumentText.BillingDocumentTextBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
BillingDocumentText.BillingDocumentTextBuilder |
longText(String longText)
Constraints: none
|
BillingDocumentText.BillingDocumentTextBuilder |
longTextID(String longTextID)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
toString() |
public BillingDocumentText.BillingDocumentTextBuilder billingDocument(@Nullable String billingDocument)
Original property name from the Odata EDM: BillingDocument
this
.public BillingDocumentText.BillingDocumentTextBuilder 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 BillingDocumentText.BillingDocumentTextBuilder longTextID(@Nullable String longTextID)
Original property name from the Odata EDM: LongTextID
ST for user-specific standard texts (individual texts)SYST for cross-application system textsvarious IDs for specific application departments. You must have the appropriate access authorization in order to access these texts.
(standard texts) can have the following text IDs:this
.public BillingDocumentText.BillingDocumentTextBuilder longText(@Nullable String longText)
Original property name from the Odata EDM: LongText
this
.public BillingDocumentText build()
Copyright © 2020 SAP SE. All rights reserved.