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 LedgerLink<LedgerText> |
Ledger.TO_TEXT
Use with available fluent helpers to apply the to_Text navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
LedgerText |
LedgerText.LedgerTextBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<LedgerText> |
Ledger.fetchText()
Fetches the LedgerText entities (one to many) associated with this entity.
|
protected Class<LedgerText> |
LedgerTextFluentHelper.getEntityClass() |
protected Class<LedgerText> |
LedgerTextByKeyFluentHelper.getEntityClass() |
Optional<List<LedgerText>> |
Ledger.getTextIfPresent()
Retrieval of associated LedgerText entities (one to many).
|
List<LedgerText> |
Ledger.getTextOrFetch()
Retrieval of associated LedgerText entities (one to many).
|
Class<LedgerText> |
LedgerText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Ledger.addText(LedgerText... entity)
Adds elements to the list of associated LedgerText entities.
|
Ledger.LedgerBuilder |
Ledger.LedgerBuilder.text(LedgerText... value) |
Modifier and Type | Method and Description |
---|---|
void |
Ledger.setText(List<LedgerText> value)
Overwrites the list of associated LedgerText entities for the loaded navigation property to_Text.
|
Constructor and Description |
---|
Ledger(String ledger,
Boolean isLeadingLedger,
String ledgerApplication,
String ledgerSubApplication,
List<LedgerText> toText) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<LedgerText> |
LedgerTextOneToOneLink.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 LedgerTextLink<ObjectT> |
LedgerTextLink.translateLinkType(EntityLink<LedgerTextLink<ObjectT>,LedgerText,ObjectT> link) |
Copyright © 2019 SAP SE. All rights reserved.