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