Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.bankreconciliationstatement.BankStatementItem
Packages that use BankStatementItem
Package
Description
-
Uses of BankStatementItem in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.bankreconciliationstatement
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.bankreconciliationstatement with type parameters of type BankStatementItemModifier and TypeFieldDescriptionstatic final BankReconciliationStatementLink<BankStatementItem>BankReconciliationStatement.TO_BANK_STATEMENT_ITEM_SETUse with available fluent helpers to apply the BankStatementItemSet navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.bankreconciliationstatement that return BankStatementItemMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.bankreconciliationstatement that return types with arguments of type BankStatementItemModifier and TypeMethodDescriptionBankReconciliationStatement.fetchBankStatementItemSet()Fetches the BankStatementItem entities (one to many) associated with this entity.io.vavr.control.Option<List<BankStatementItem>>BankReconciliationStatement.getBankStatementItemSetIfPresent()Retrieval of associated BankStatementItem entities (one to many).BankReconciliationStatement.getBankStatementItemSetOrFetch()Retrieval of associated BankStatementItem entities (one to many).protected Class<BankStatementItem>BankStatementItemByKeyFluentHelper.getEntityClass()protected Class<BankStatementItem>BankStatementItemFluentHelper.getEntityClass()BankStatementItem.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.bankreconciliationstatement with parameters of type BankStatementItemModifier and TypeMethodDescriptionvoidBankReconciliationStatement.addBankStatementItemSet(BankStatementItem... entity) Adds elements to the list of associated BankStatementItem entities.BankReconciliationStatement.BankReconciliationStatementBuilder.bankStatementItemSet(BankStatementItem... value) Navigation property BankStatementItemSet for BankReconciliationStatement to multiple BankStatementItem.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.bankreconciliationstatement with type arguments of type BankStatementItemModifier and TypeMethodDescriptionvoidBankReconciliationStatement.setBankStatementItemSet(List<BankStatementItem> value) Overwrites the list of associated BankStatementItem entities for the loaded navigation property BankStatementItemSet. -
Uses of BankStatementItem in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.bankreconciliationstatement.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.bankreconciliationstatement.link that return types with arguments of type BankStatementItemModifier and TypeMethodDescriptionBankStatementItemOneToOneLink.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.bankreconciliationstatement.link with type arguments of type BankStatementItemModifier and TypeMethodDescriptionprotected BankStatementItemLink<ObjectT>BankStatementItemLink.translateLinkType(EntityLink<BankStatementItemLink<ObjectT>, BankStatementItem, ObjectT> link)