java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<IsBalanceSheetAccount>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.IsBalanceSheetAccount

public class IsBalanceSheetAccount extends VdmEntity<IsBalanceSheetAccount>
Balance sheet acct (Master Data)

Original entity name from the Odata EDM: IsBalanceSheetAccount

  • Field Details

    • ALL_FIELDS

      public static final IsBalanceSheetAccountSelectable ALL_FIELDS
      Selector for all available fields of IsBalanceSheetAccount.
    • IS_BALANCE_SHEET_ACCOUNT_ID

      public static final IsBalanceSheetAccountField<String> IS_BALANCE_SHEET_ACCOUNT_ID
      Use with available fluent helpers to apply the IsBalanceSheetAccount_ID field to query operations.
    • IS_BALANCE_SHEET_ACCOUNT_TEXT

      public static final IsBalanceSheetAccountField<String> IS_BALANCE_SHEET_ACCOUNT_TEXT
      Use with available fluent helpers to apply the IsBalanceSheetAccountText field to query operations.
  • Constructor Details

    • IsBalanceSheetAccount

      public IsBalanceSheetAccount()
    • IsBalanceSheetAccount

      public IsBalanceSheetAccount(@Nullable String isBalanceSheetAccount_ID, @Nullable String isBalanceSheetAccountText)
  • Method Details