Class Ledger.LedgerBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ledger.Ledger.LedgerBuilder
- Enclosing class:
- Ledger
Helper class to allow for fluent creation of Ledger instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()isLeadingLedger(Boolean isLeadingLedger) Constraints: none(Key Field) Constraints: Not nullable, Maximum length: 2ledgerApplication(String ledgerApplication) Constraints: Not nullable, Maximum length: 2ledgerSubApplication(String ledgerSubApplication) Constraints: Not nullable, Maximum length: 3text(LedgerText... value) Navigation property to_Text for Ledger to multiple LedgerText.toString()
-
Method Details
-
text
Navigation property to_Text for Ledger to multiple LedgerText.- Parameters:
value- The LedgerTexts to build this Ledger with.- Returns:
- This Builder to allow for a fluent interface.
-
ledger
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Ledger
- Returns:
this.
-
isLeadingLedger
Constraints: noneOriginal property name from the Odata EDM: IsLeadingLedger
- Returns:
this.
-
ledgerApplication
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: LedgerApplication
- Returns:
this.
-
ledgerSubApplication
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: LedgerSubApplication
- Returns:
this.
-
build
-
toString
-