Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.grant.GrantOverHeadCostLink
Packages that use GrantOverHeadCostLink
Package
Description
-
Uses of GrantOverHeadCostLink 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 GrantOverHeadCostLinkModifier and TypeFieldDescriptionstatic final GrantCoreLink<GrantOverHeadCostLink>GrantCore.TO_GRANT_OVER_HEAD_COST_LINKUse with available fluent helpers to apply the to_GrantOverHeadCostLink navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.grant that return GrantOverHeadCostLinkModifier and TypeMethodDescriptionGrantOverHeadCostLink.GrantOverHeadCostLinkBuilder.build()protected GrantOverHeadCostLinkGrantOverHeadCostLinkDeleteFluentHelper.getEntity()protected GrantOverHeadCostLinkGrantOverHeadCostLinkUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.grant that return types with arguments of type GrantOverHeadCostLinkModifier and TypeMethodDescriptionGrantCore.fetchGrantOverHeadCostLink()Fetches the GrantOverHeadCostLink entities (one to many) associated with this entity.protected Class<GrantOverHeadCostLink>GrantOverHeadCostLinkByKeyFluentHelper.getEntityClass()protected Class<GrantOverHeadCostLink>GrantOverHeadCostLinkFluentHelper.getEntityClass()io.vavr.control.Option<List<GrantOverHeadCostLink>>GrantCore.getGrantOverHeadCostLinkIfPresent()Retrieval of associated GrantOverHeadCostLink entities (one to many).GrantCore.getGrantOverHeadCostLinkOrFetch()Retrieval of associated GrantOverHeadCostLink entities (one to many).GrantOverHeadCostLink.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.grant with parameters of type GrantOverHeadCostLinkModifier and TypeMethodDescriptionvoidGrantCore.addGrantOverHeadCostLink(GrantOverHeadCostLink... entity) Adds elements to the list of associated GrantOverHeadCostLink entities.GrantCore.GrantCoreBuilder.grantOverHeadCostLink(GrantOverHeadCostLink... value) Navigation property to_GrantOverHeadCostLink for GrantCore to multiple GrantOverHeadCostLink.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.grant with type arguments of type GrantOverHeadCostLinkModifier and TypeMethodDescriptionvoidGrantCore.setGrantOverHeadCostLink(List<GrantOverHeadCostLink> value) Overwrites the list of associated GrantOverHeadCostLink entities for the loaded navigation property to_GrantOverHeadCostLink.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.grant with parameters of type GrantOverHeadCostLinkModifierConstructorDescriptionGrantOverHeadCostLinkDeleteFluentHelper(String servicePath, GrantOverHeadCostLink entity, String entityCollection) Creates a fluent helper object that will delete aGrantOverHeadCostLinkentity on the OData endpoint.GrantOverHeadCostLinkUpdateFluentHelper(String servicePath, GrantOverHeadCostLink entity, String entityCollection) Creates a fluent helper object that will update aGrantOverHeadCostLinkentity on the OData endpoint. -
Uses of GrantOverHeadCostLink 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 GrantOverHeadCostLinkModifier and TypeMethodDescriptionDefaultGrantServiceBatchChangeSet.deleteGrantOverHeadCostLink(GrantOverHeadCostLink grantOverHeadCostLink) GrantServiceBatchChangeSet.deleteGrantOverHeadCostLink(GrantOverHeadCostLink grantOverHeadCostLink) Deletes an existingGrantOverHeadCostLinkentity in the S/4HANA system.DefaultGrantServiceBatchChangeSet.updateGrantOverHeadCostLink(GrantOverHeadCostLink grantOverHeadCostLink) GrantServiceBatchChangeSet.updateGrantOverHeadCostLink(GrantOverHeadCostLink grantOverHeadCostLink) Update an existingGrantOverHeadCostLinkentity and save it to the S/4HANA system. -
Uses of GrantOverHeadCostLink 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 GrantOverHeadCostLinkModifier and TypeMethodDescriptionGrantOverHeadCostLinkOneToOneLink.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 GrantOverHeadCostLinkModifier and TypeMethodDescriptionprotected GrantOverHeadCostLinkLink<ObjectT>GrantOverHeadCostLinkLink.translateLinkType(EntityLink<GrantOverHeadCostLinkLink<ObjectT>, GrantOverHeadCostLink, ObjectT> link) -
Uses of GrantOverHeadCostLink in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type GrantOverHeadCostLinkModifier and TypeMethodDescriptionDefaultGrantService.deleteGrantOverHeadCostLink(GrantOverHeadCostLink grantOverHeadCostLink) Deprecated.GrantService.deleteGrantOverHeadCostLink(GrantOverHeadCostLink grantOverHeadCostLink) Deprecated.Deletes an existingGrantOverHeadCostLinkentity in the S/4HANA system.DefaultGrantService.updateGrantOverHeadCostLink(GrantOverHeadCostLink grantOverHeadCostLink) Deprecated.GrantService.updateGrantOverHeadCostLink(GrantOverHeadCostLink grantOverHeadCostLink) Deprecated.Update an existingGrantOverHeadCostLinkentity and save it to the S/4HANA system.