public static final class LedgerText.LedgerTextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
LedgerText |
build() |
LedgerText.LedgerTextBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
LedgerText.LedgerTextBuilder |
ledger(Ledger value)
Navigation property to_Ledger for LedgerText to single Ledger.
|
LedgerText.LedgerTextBuilder |
ledger(String value)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
LedgerText.LedgerTextBuilder |
ledgerName(String ledgerName)
Constraints: Not nullable, Maximum length: 30
|
String |
toString() |
@Nonnull public LedgerText.LedgerTextBuilder ledger(Ledger value)
value
- The Ledger to build this LedgerText with.@Nonnull public LedgerText.LedgerTextBuilder ledger(String value)
Original property name from the Odata EDM: Ledger
value
- The ledger to build this LedgerText with.public LedgerText.LedgerTextBuilder 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 LedgerText.LedgerTextBuilder ledgerName(@Nullable String ledgerName)
Original property name from the Odata EDM: LedgerName
this
.public LedgerText build()
Copyright © 2020 SAP SE. All rights reserved.