public static final class FinancialTransactionTypeText.FinancialTransactionTypeTextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
FinancialTransactionTypeText |
build() |
FinancialTransactionTypeText.FinancialTransactionTypeTextBuilder |
cnsldtnFinTransType(FinancialTransactionType value)
Navigation property to_CnsldtnFinTransType for FinancialTransactionTypeText to single
FinancialTransactionType.
|
FinancialTransactionTypeText.FinancialTransactionTypeTextBuilder |
financialTransactionType(String financialTransactionType)
(Key Field) Constraints: Not nullable, Maximum length: 3
|
FinancialTransactionTypeText.FinancialTransactionTypeTextBuilder |
financialTransactionTypeText(String financialTransactionTypeText)
Constraints: Not nullable, Maximum length: 20
|
FinancialTransactionTypeText.FinancialTransactionTypeTextBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
toString() |
@Nonnull public FinancialTransactionTypeText.FinancialTransactionTypeTextBuilder cnsldtnFinTransType(FinancialTransactionType value)
value
- The FinancialTransactionType to build this FinancialTransactionTypeText with.@Nonnull public FinancialTransactionTypeText.FinancialTransactionTypeTextBuilder 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
.@Nonnull public FinancialTransactionTypeText.FinancialTransactionTypeTextBuilder financialTransactionType(@Nullable String financialTransactionType)
Original property name from the Odata EDM: FinancialTransactionType
this
.@Nonnull public FinancialTransactionTypeText.FinancialTransactionTypeTextBuilder financialTransactionTypeText(@Nullable String financialTransactionTypeText)
Original property name from the Odata EDM: FinancialTransactionTypeText
this
.@Nonnull public FinancialTransactionTypeText build()
Copyright © 2020 SAP SE. All rights reserved.