Modifier and Type | Method and Description |
---|---|
Ledger |
build() |
Ledger.LedgerBuilder |
isLeadingLedger(Boolean isLeadingLedger)
Constraints: none
|
Ledger.LedgerBuilder |
ledger(String ledger)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
Ledger.LedgerBuilder |
ledgerApplication(String ledgerApplication)
Constraints: Not nullable, Maximum length: 2
|
Ledger.LedgerBuilder |
ledgerSubApplication(String ledgerSubApplication)
Constraints: Not nullable, Maximum length: 3
|
Ledger.LedgerBuilder |
text(LedgerText... value)
Navigation property to_Text for Ledger to multiple LedgerText.
|
String |
toString() |
@Nonnull public Ledger.LedgerBuilder text(LedgerText... value)
value
- The LedgerTexts to build this Ledger with.@Nonnull public Ledger.LedgerBuilder ledger(@Nullable String ledger)
Original property name from the Odata EDM: Ledger
this
.@Nonnull public Ledger.LedgerBuilder isLeadingLedger(@Nullable Boolean isLeadingLedger)
Original property name from the Odata EDM: IsLeadingLedger
this
.@Nonnull public Ledger.LedgerBuilder ledgerApplication(@Nullable String ledgerApplication)
Original property name from the Odata EDM: LedgerApplication
this
.@Nonnull public Ledger.LedgerBuilder ledgerSubApplication(@Nullable String ledgerSubApplication)
Original property name from the Odata EDM: LedgerSubApplication
this
.Copyright © 2021 SAP SE. All rights reserved.