Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.grant.GrantFundsLink
Packages that use GrantFundsLink
Package
Description
-
Uses of GrantFundsLink in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.grant
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.grant with type parameters of type GrantFundsLinkModifier and TypeFieldDescriptionstatic final GrantCoreLink<GrantFundsLink>GrantCore.TO_GRANT_FUNDS_LINKUse with available fluent helpers to apply the to_GrantFundsLink navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.grant that return GrantFundsLinkModifier and TypeMethodDescriptionGrantFundsLink.GrantFundsLinkBuilder.build()protected GrantFundsLinkGrantFundsLinkDeleteFluentHelper.getEntity()protected GrantFundsLinkGrantFundsLinkUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.grant that return types with arguments of type GrantFundsLinkModifier and TypeMethodDescriptionGrantCore.fetchGrantFundsLink()Fetches the GrantFundsLink entities (one to many) associated with this entity.protected Class<GrantFundsLink>GrantFundsLinkByKeyFluentHelper.getEntityClass()protected Class<GrantFundsLink>GrantFundsLinkFluentHelper.getEntityClass()io.vavr.control.Option<List<GrantFundsLink>>GrantCore.getGrantFundsLinkIfPresent()Retrieval of associated GrantFundsLink entities (one to many).GrantCore.getGrantFundsLinkOrFetch()Retrieval of associated GrantFundsLink entities (one to many).GrantFundsLink.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.grant with parameters of type GrantFundsLinkModifier and TypeMethodDescriptionvoidGrantCore.addGrantFundsLink(GrantFundsLink... entity) Adds elements to the list of associated GrantFundsLink entities.GrantCore.GrantCoreBuilder.grantFundsLink(GrantFundsLink... value) Navigation property to_GrantFundsLink for GrantCore to multiple GrantFundsLink.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.grant with type arguments of type GrantFundsLinkModifier and TypeMethodDescriptionvoidGrantCore.setGrantFundsLink(List<GrantFundsLink> value) Overwrites the list of associated GrantFundsLink entities for the loaded navigation property to_GrantFundsLink.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.grant with parameters of type GrantFundsLinkModifierConstructorDescriptionGrantFundsLinkDeleteFluentHelper(String servicePath, GrantFundsLink entity, String entityCollection) Creates a fluent helper object that will delete aGrantFundsLinkentity on the OData endpoint.GrantFundsLinkUpdateFluentHelper(String servicePath, GrantFundsLink entity, String entityCollection) Creates a fluent helper object that will update aGrantFundsLinkentity on the OData endpoint. -
Uses of GrantFundsLink in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.grant.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.grant.batch with parameters of type GrantFundsLinkModifier and TypeMethodDescriptionDefaultGrantServiceBatchChangeSet.deleteGrantFundsLink(GrantFundsLink grantFundsLink) GrantServiceBatchChangeSet.deleteGrantFundsLink(GrantFundsLink grantFundsLink) Deletes an existingGrantFundsLinkentity in the S/4HANA system.DefaultGrantServiceBatchChangeSet.updateGrantFundsLink(GrantFundsLink grantFundsLink) GrantServiceBatchChangeSet.updateGrantFundsLink(GrantFundsLink grantFundsLink) Update an existingGrantFundsLinkentity and save it to the S/4HANA system. -
Uses of GrantFundsLink in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.grant.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.grant.link that return types with arguments of type GrantFundsLinkModifier and TypeMethodDescriptionGrantFundsLinkOneToOneLink.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.grant.link with type arguments of type GrantFundsLinkModifier and TypeMethodDescriptionprotected GrantFundsLinkLink<ObjectT>GrantFundsLinkLink.translateLinkType(EntityLink<GrantFundsLinkLink<ObjectT>, GrantFundsLink, ObjectT> link) -
Uses of GrantFundsLink in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type GrantFundsLinkModifier and TypeMethodDescriptionDefaultGrantService.deleteGrantFundsLink(GrantFundsLink grantFundsLink) Deprecated.GrantService.deleteGrantFundsLink(GrantFundsLink grantFundsLink) Deprecated.Deletes an existingGrantFundsLinkentity in the S/4HANA system.DefaultGrantService.updateGrantFundsLink(GrantFundsLink grantFundsLink) Deprecated.GrantService.updateGrantFundsLink(GrantFundsLink grantFundsLink) Deprecated.Update an existingGrantFundsLinkentity and save it to the S/4HANA system.