Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ledger | |
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ledger.link |
Modifier and Type | Field and Description |
---|---|
static LedgerTextOneToOneLink<Ledger> |
LedgerText.TO_LEDGER
Use with available fluent helpers to apply the to_Ledger navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
Ledger |
Ledger.LedgerBuilder.build() |
Ledger |
LedgerText.fetchLedger()
Fetches the Ledger entity (one to one) associated with this entity.
|
Ledger |
LedgerText.getLedgerOrFetch()
Retrieval of associated Ledger entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
protected Class<Ledger> |
LedgerFluentHelper.getEntityClass() |
protected Class<Ledger> |
LedgerByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<Ledger> |
LedgerText.getLedgerIfPresent()
Retrieval of associated Ledger entity (one to one).
|
Class<Ledger> |
Ledger.getType() |
Modifier and Type | Method and Description |
---|---|
LedgerText.LedgerTextBuilder |
LedgerText.LedgerTextBuilder.ledger(Ledger value)
Navigation property to_Ledger for LedgerText to single Ledger.
|
void |
LedgerText.setLedger(Ledger value)
Overwrites the associated Ledger entity for the loaded navigation property to_Ledger.
|
Constructor and Description |
---|
LedgerText(String ledger,
String language,
String ledgerName,
Ledger toLedger) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<Ledger> |
LedgerOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression)
Query modifier to restrict the result set to entities for which this expression (formulated over a property of a
related entity) evaluates to true.
|
Modifier and Type | Method and Description |
---|---|
protected LedgerLink<ObjectT> |
LedgerLink.translateLinkType(EntityLink<LedgerLink<ObjectT>,Ledger,ObjectT> link) |
Copyright © 2019 SAP SE. All rights reserved.