Class FinancialAccount.FinancialAccountBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.FinancialAccount.FinancialAccountBuilder
- Enclosing class:
- FinancialAccount
-
Method Summary
Modifier and TypeMethodDescriptionbuild()financialAccountType_ID(String financialAccountType_ID) (Key Field) Constraints: Not nullable, Maximum length: 1financialAccountTypeText(String financialAccountTypeText) Constraints: nonetoString()
-
Method Details
-
financialAccountType_ID
@Nonnull public FinancialAccount.FinancialAccountBuilder financialAccountType_ID(@Nullable String financialAccountType_ID) (Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: FinancialAccountType_ID
- Returns:
this.
-
financialAccountTypeText
@Nonnull public FinancialAccount.FinancialAccountBuilder financialAccountTypeText(@Nullable String financialAccountTypeText) Constraints: noneOriginal property name from the Odata EDM: FinancialAccountTypeText
- Returns:
this.
-
build
-
toString
-