Class LedgerText.LedgerTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ledger.LedgerText.LedgerTextBuilder
- Enclosing class:
- LedgerText
Helper class to allow for fluent creation of LedgerText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()(Key Field) Constraints: Not nullable, Maximum length: 2Navigation property to_Ledger for LedgerText to single Ledger.(Key Field) Constraints: Not nullable, Maximum length: 2ledgerName(String ledgerName) Constraints: Not nullable, Maximum length: 30toString()
-
Method Details
-
ledger
Navigation property to_Ledger for LedgerText to single Ledger.- Parameters:
value- The Ledger to build this LedgerText 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
- Parameters:
value- The ledger to build this LedgerText with.- Returns:
- This Builder to allow for a fluent interface.
-
language
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
ledgerName
Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: LedgerName
- Returns:
this.
-
build
-
toString
-