Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.chartofaccounts.ChartOfAccountsText
Packages that use ChartOfAccountsText
Package
Description
-
Uses of ChartOfAccountsText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.chartofaccounts
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.chartofaccounts with type parameters of type ChartOfAccountsTextModifier and TypeFieldDescriptionstatic final ChartOfAccountsLink<ChartOfAccountsText>ChartOfAccounts.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.chartofaccounts that return ChartOfAccountsTextMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.chartofaccounts that return types with arguments of type ChartOfAccountsTextModifier and TypeMethodDescriptionChartOfAccounts.fetchText()Fetches the ChartOfAccountsText entities (one to many) associated with this entity.protected Class<ChartOfAccountsText>ChartOfAccountsTextByKeyFluentHelper.getEntityClass()protected Class<ChartOfAccountsText>ChartOfAccountsTextFluentHelper.getEntityClass()io.vavr.control.Option<List<ChartOfAccountsText>>ChartOfAccounts.getTextIfPresent()Retrieval of associated ChartOfAccountsText entities (one to many).ChartOfAccounts.getTextOrFetch()Retrieval of associated ChartOfAccountsText entities (one to many).ChartOfAccountsText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.chartofaccounts with parameters of type ChartOfAccountsTextModifier and TypeMethodDescriptionvoidChartOfAccounts.addText(ChartOfAccountsText... entity) Adds elements to the list of associated ChartOfAccountsText entities.ChartOfAccounts.ChartOfAccountsBuilder.text(ChartOfAccountsText... value) Navigation property to_Text for ChartOfAccounts to multiple ChartOfAccountsText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.chartofaccounts with type arguments of type ChartOfAccountsTextModifier and TypeMethodDescriptionvoidChartOfAccounts.setText(List<ChartOfAccountsText> value) Overwrites the list of associated ChartOfAccountsText entities for the loaded navigation property to_Text.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.chartofaccounts with type arguments of type ChartOfAccountsTextModifierConstructorDescriptionChartOfAccounts(String chartOfAccounts, String corporateGroupChartOfAccounts, Boolean chartOfAcctsIsBlocked, String maintenanceLanguage, List<ChartOfAccountsText> toText) -
Uses of ChartOfAccountsText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.chartofaccounts.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.chartofaccounts.link that return types with arguments of type ChartOfAccountsTextModifier and TypeMethodDescriptionChartOfAccountsTextOneToOneLink.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.chartofaccounts.link with type arguments of type ChartOfAccountsTextModifier and TypeMethodDescriptionprotected ChartOfAccountsTextLink<ObjectT>ChartOfAccountsTextLink.translateLinkType(EntityLink<ChartOfAccountsTextLink<ObjectT>, ChartOfAccountsText, ObjectT> link)