Class ConsolidationLedgerText.ConsolidationLedgerTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.ConsolidationLedgerText.ConsolidationLedgerTextBuilder
- Enclosing class:
- ConsolidationLedgerText
Helper class to allow for fluent creation of ConsolidationLedgerText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()cnsldtnLedger(ConsolidationLedger value) Navigation property to_CnsldtnLedger for ConsolidationLedgerText to single ConsolidationLedger.consolidationLedger(String consolidationLedger) (Key Field) Constraints: Not nullable, Maximum length: 2consolidationLedgerText(String consolidationLedgerText) Constraints: Not nullable, Maximum length: 30(Key Field) Constraints: Not nullable, Maximum length: 2toString()
-
Method Details
-
cnsldtnLedger
@Nonnull public ConsolidationLedgerText.ConsolidationLedgerTextBuilder cnsldtnLedger(ConsolidationLedger value) Navigation property to_CnsldtnLedger for ConsolidationLedgerText to single ConsolidationLedger.- Parameters:
value- The ConsolidationLedger to build this ConsolidationLedgerText with.- Returns:
- This Builder to allow for a fluent interface.
-
consolidationLedger
@Nonnull public ConsolidationLedgerText.ConsolidationLedgerTextBuilder consolidationLedger(@Nullable String consolidationLedger) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ConsolidationLedger
- Returns:
this.
-
language
@Nonnull public ConsolidationLedgerText.ConsolidationLedgerTextBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
consolidationLedgerText
@Nonnull public ConsolidationLedgerText.ConsolidationLedgerTextBuilder consolidationLedgerText(@Nullable String consolidationLedgerText) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: ConsolidationLedgerText
- Returns:
this.
-
build
-
toString
-