Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.fund.FundCore
Packages that use FundCore
Package
Description
-
Uses of FundCore in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.fund
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.fund with type parameters of type FundCoreModifier and TypeFieldDescriptionstatic final FundTextOneToOneLink<FundCore>FundText.TO_FUNDUse with available fluent helpers to apply the to_Fund navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.fund that return FundCoreModifier and TypeMethodDescriptionFundCore.FundCoreBuilder.build()FundText.fetchFund()Fetches the FundCore entity (one to one) associated with this entity.protected FundCoreFundCoreCreateFluentHelper.getEntity()protected FundCoreFundCoreDeleteFluentHelper.getEntity()protected FundCoreFundCoreUpdateFluentHelper.getEntity()FundText.getFundOrFetch()Retrieval of associated FundCore entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.fund that return types with arguments of type FundCoreModifier and TypeMethodDescriptionFundCoreByKeyFluentHelper.getEntityClass()FundCoreFluentHelper.getEntityClass()io.vavr.control.Option<FundCore>FundText.getFundIfPresent()Retrieval of associated FundCore entity (one to one).FundCore.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.fund with parameters of type FundCoreModifier and TypeMethodDescriptionNavigation property to_Fund for FundText to single FundCore.voidOverwrites the associated FundCore entity for the loaded navigation property to_Fund.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.fund with parameters of type FundCoreModifierConstructorDescriptionFundCoreCreateFluentHelper(String servicePath, FundCore entity, String entityCollection) Creates a fluent helper object that will create aFundCoreentity on the OData endpoint.FundCoreDeleteFluentHelper(String servicePath, FundCore entity, String entityCollection) Creates a fluent helper object that will delete aFundCoreentity on the OData endpoint.FundCoreUpdateFluentHelper(String servicePath, FundCore entity, String entityCollection) Creates a fluent helper object that will update aFundCoreentity on the OData endpoint.FundText(String financialManagementArea, String fund, String language, String fundName, String fundDescription, FundCore toFund) -
Uses of FundCore in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.fund.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.fund.batch with parameters of type FundCoreModifier and TypeMethodDescriptionDefaultFundServiceBatchChangeSet.createFundCore(FundCore fundCore) FundServiceBatchChangeSet.createFundCore(FundCore fundCore) Create a newFundCoreentity and save it to the S/4HANA system.DefaultFundServiceBatchChangeSet.deleteFundCore(FundCore fundCore) FundServiceBatchChangeSet.deleteFundCore(FundCore fundCore) Deletes an existingFundCoreentity in the S/4HANA system.DefaultFundServiceBatchChangeSet.updateFundCore(FundCore fundCore) FundServiceBatchChangeSet.updateFundCore(FundCore fundCore) Update an existingFundCoreentity and save it to the S/4HANA system. -
Uses of FundCore in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.fund.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.fund.link that return types with arguments of type FundCoreModifier and TypeMethodDescriptionFundCoreOneToOneLink.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.fund.link with type arguments of type FundCoreModifier and TypeMethodDescriptionprotected FundCoreLink<ObjectT>FundCoreLink.translateLinkType(EntityLink<FundCoreLink<ObjectT>, FundCore, ObjectT> link) -
Uses of FundCore in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type FundCoreModifier and TypeMethodDescriptionDefaultFundService.createFundCore(FundCore fundCore) Deprecated.FundService.createFundCore(FundCore fundCore) Deprecated.Create a newFundCoreentity and save it to the S/4HANA system.DefaultFundService.deleteFundCore(FundCore fundCore) Deprecated.FundService.deleteFundCore(FundCore fundCore) Deprecated.Deletes an existingFundCoreentity in the S/4HANA system.DefaultFundService.updateFundCore(FundCore fundCore) Deprecated.FundService.updateFundCore(FundCore fundCore) Deprecated.Update an existingFundCoreentity and save it to the S/4HANA system.