Class FinancialTransactionTypeText.FinancialTransactionTypeTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.FinancialTransactionTypeText.FinancialTransactionTypeTextBuilder
- Enclosing class:
- FinancialTransactionTypeText
public static final class FinancialTransactionTypeText.FinancialTransactionTypeTextBuilder
extends Object
Helper class to allow for fluent creation of FinancialTransactionTypeText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Navigation property to_CnsldtnFinTransType for FinancialTransactionTypeText to single FinancialTransactionType.financialTransactionType(String financialTransactionType) (Key Field) Constraints: Not nullable, Maximum length: 3financialTransactionTypeText(String financialTransactionTypeText) Constraints: Not nullable, Maximum length: 20(Key Field) Constraints: Not nullable, Maximum length: 2toString()
-
Method Details
-
cnsldtnFinTransType
@Nonnull public FinancialTransactionTypeText.FinancialTransactionTypeTextBuilder cnsldtnFinTransType(FinancialTransactionType value) Navigation property to_CnsldtnFinTransType for FinancialTransactionTypeText to single FinancialTransactionType.- Parameters:
value- The FinancialTransactionType to build this FinancialTransactionTypeText with.- Returns:
- This Builder to allow for a fluent interface.
-
language
@Nonnull public FinancialTransactionTypeText.FinancialTransactionTypeTextBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
financialTransactionType
@Nonnull public FinancialTransactionTypeText.FinancialTransactionTypeTextBuilder financialTransactionType(@Nullable String financialTransactionType) (Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: FinancialTransactionType
- Returns:
this.
-
financialTransactionTypeText
@Nonnull public FinancialTransactionTypeText.FinancialTransactionTypeTextBuilder financialTransactionTypeText(@Nullable String financialTransactionTypeText) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: FinancialTransactionTypeText
- Returns:
this.
-
build
-
toString
-