public static final class ConsolidationLedger.ConsolidationLedgerBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ConsolidationLedger |
build() |
ConsolidationLedger.ConsolidationLedgerBuilder |
cnsldtnLedgerT(ConsolidationLedgerText... value)
Navigation property to_CnsldtnLedgerT for ConsolidationLedger to multiple
ConsolidationLedgerText.
|
ConsolidationLedger.ConsolidationLedgerBuilder |
consolidationLedger_Text(String consolidationLedger_Text)
Constraints: Not nullable, Maximum length: 30
|
ConsolidationLedger.ConsolidationLedgerBuilder |
consolidationLedger(String consolidationLedger)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
ConsolidationLedger.ConsolidationLedgerBuilder |
groupCurrency(String groupCurrency)
Constraints: Not nullable, Maximum length: 5
|
String |
toString() |
@Nonnull public ConsolidationLedger.ConsolidationLedgerBuilder cnsldtnLedgerT(ConsolidationLedgerText... value)
value
- The ConsolidationLedgerTexts to build this ConsolidationLedger with.@Nonnull public ConsolidationLedger.ConsolidationLedgerBuilder consolidationLedger(@Nullable String consolidationLedger)
Original property name from the Odata EDM: ConsolidationLedger
this
.@Nonnull public ConsolidationLedger.ConsolidationLedgerBuilder consolidationLedger_Text(@Nullable String consolidationLedger_Text)
Original property name from the Odata EDM: ConsolidationLedger_Text
this
.@Nonnull public ConsolidationLedger.ConsolidationLedgerBuilder groupCurrency(@Nullable String groupCurrency)
Original property name from the Odata EDM: GroupCurrency
If you choose not to derive entities and group currency from the BPC group dimension, you need to specify the group currency used for currency translation.
differs from the group currency, it's necessary to run currency translation prior to consolidation.this
.@Nonnull public ConsolidationLedger build()
Copyright © 2020 SAP SE. All rights reserved.