public static final class TransactionCurrencyText.TransactionCurrencyTextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
TransactionCurrencyText |
build() |
TransactionCurrencyText.TransactionCurrencyTextBuilder |
cnsldtnTransactionCurrency(TransactionCurrency value)
Navigation property to_CnsldtnTransactionCurrency for TransactionCurrencyText to single
TransactionCurrency.
|
TransactionCurrencyText.TransactionCurrencyTextBuilder |
currency(String currency)
(Key Field) Constraints: Not nullable, Maximum length: 5
|
TransactionCurrencyText.TransactionCurrencyTextBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
toString() |
TransactionCurrencyText.TransactionCurrencyTextBuilder |
transactionCurrencyText(String transactionCurrencyText)
Constraints: Not nullable, Maximum length: 40
|
@Nonnull public TransactionCurrencyText.TransactionCurrencyTextBuilder cnsldtnTransactionCurrency(TransactionCurrency value)
value
- The TransactionCurrency to build this TransactionCurrencyText with.public TransactionCurrencyText.TransactionCurrencyTextBuilder 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 TransactionCurrencyText.TransactionCurrencyTextBuilder currency(@Nullable String currency)
Original property name from the Odata EDM: Currency
this
.public TransactionCurrencyText.TransactionCurrencyTextBuilder transactionCurrencyText(@Nullable String transactionCurrencyText)
Original property name from the Odata EDM: TransactionCurrencyText
this
.public TransactionCurrencyText build()
Copyright © 2020 SAP SE. All rights reserved.