Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.generalledgeraccount.GLAccountText
Packages that use GLAccountText
Package
Description
-
Uses of GLAccountText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.generalledgeraccount
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.generalledgeraccount with type parameters of type GLAccountTextModifier and TypeFieldDescriptionstatic final GLAccountInChartOfAccountsLink<GLAccountText>GLAccountInChartOfAccounts.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.generalledgeraccount that return GLAccountTextMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.generalledgeraccount that return types with arguments of type GLAccountTextModifier and TypeMethodDescriptionGLAccountInChartOfAccounts.fetchText()Fetches the GLAccountText entities (one to many) associated with this entity.protected Class<GLAccountText>GLAccountTextByKeyFluentHelper.getEntityClass()protected Class<GLAccountText>GLAccountTextFluentHelper.getEntityClass()io.vavr.control.Option<List<GLAccountText>>GLAccountInChartOfAccounts.getTextIfPresent()Retrieval of associated GLAccountText entities (one to many).GLAccountInChartOfAccounts.getTextOrFetch()Retrieval of associated GLAccountText entities (one to many).GLAccountText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.generalledgeraccount with parameters of type GLAccountTextModifier and TypeMethodDescriptionvoidGLAccountInChartOfAccounts.addText(GLAccountText... entity) Adds elements to the list of associated GLAccountText entities.GLAccountInChartOfAccounts.GLAccountInChartOfAccountsBuilder.text(GLAccountText... value) Navigation property to_Text for GLAccountInChartOfAccounts to multiple GLAccountText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.generalledgeraccount with type arguments of type GLAccountTextModifier and TypeMethodDescriptionvoidGLAccountInChartOfAccounts.setText(List<GLAccountText> value) Overwrites the list of associated GLAccountText entities for the loaded navigation property to_Text.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.generalledgeraccount with type arguments of type GLAccountTextModifierConstructorDescriptionGLAccountInChartOfAccounts(String chartOfAccounts, String gLAccount, Boolean isBalanceSheetAccount, String gLAccountGroup, String corporateGroupAccount, String profitLossAccountType, String sampleGLAccount, Boolean accountIsMarkedForDeletion, Boolean accountIsBlockedForCreation, Boolean accountIsBlockedForPosting, Boolean accountIsBlockedForPlanning, String partnerCompany, String functionalArea, LocalDateTime creationDate, String createdByUser, ZonedDateTime lastChangeDateTime, String gLAccountType, String gLAccountExternal, Boolean isProfitLossAccount, List<GLAccountText> toText) -
Uses of GLAccountText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.generalledgeraccount.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.generalledgeraccount.link that return types with arguments of type GLAccountTextModifier and TypeMethodDescriptionGLAccountTextOneToOneLink.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.generalledgeraccount.link with type arguments of type GLAccountTextModifier and TypeMethodDescriptionprotected GLAccountTextLink<ObjectT>GLAccountTextLink.translateLinkType(EntityLink<GLAccountTextLink<ObjectT>, GLAccountText, ObjectT> link)