Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ledger.LedgerText
Packages that use LedgerText
Package
Description
-
Uses of LedgerText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ledger
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ledger with type parameters of type LedgerTextModifier and TypeFieldDescriptionstatic final LedgerLink<LedgerText>Ledger.TO_TEXTUse with available fluent helpers to apply the to_Text navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ledger that return LedgerTextMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ledger that return types with arguments of type LedgerTextModifier and TypeMethodDescriptionLedger.fetchText()Fetches the LedgerText entities (one to many) associated with this entity.protected Class<LedgerText>LedgerTextByKeyFluentHelper.getEntityClass()protected Class<LedgerText>LedgerTextFluentHelper.getEntityClass()io.vavr.control.Option<List<LedgerText>>Ledger.getTextIfPresent()Retrieval of associated LedgerText entities (one to many).Ledger.getTextOrFetch()Retrieval of associated LedgerText entities (one to many).LedgerText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ledger with parameters of type LedgerTextModifier and TypeMethodDescriptionvoidLedger.addText(LedgerText... entity) Adds elements to the list of associated LedgerText entities.Ledger.LedgerBuilder.text(LedgerText... value) Navigation property to_Text for Ledger to multiple LedgerText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ledger with type arguments of type LedgerTextModifier and TypeMethodDescriptionvoidLedger.setText(List<LedgerText> value) Overwrites the list of associated LedgerText entities for the loaded navigation property to_Text.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ledger with type arguments of type LedgerText -
Uses of LedgerText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ledger.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ledger.link that return types with arguments of type LedgerTextModifier and TypeMethodDescriptionLedgerTextOneToOneLink.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.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ledger.link with type arguments of type LedgerTextModifier and TypeMethodDescriptionprotected LedgerTextLink<ObjectT>LedgerTextLink.translateLinkType(EntityLink<LedgerTextLink<ObjectT>, LedgerText, ObjectT> link)