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