java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.Ledger.LedgerBuilder
Enclosing class:
Ledger

public static class Ledger.LedgerBuilder extends Object
  • Method Details

    • ledger

      @Nonnull public Ledger.LedgerBuilder ledger(@Nullable String ledger)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: Ledger

      Returns:
      this.
    • ledgerText

      @Nonnull public Ledger.LedgerBuilder ledgerText(@Nullable String ledgerText)
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: LedgerText

      Returns:
      this.
    • build

      @Nonnull public Ledger build()
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object