Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.grant.GrantCostSharingLink
Packages that use GrantCostSharingLink
Package
Description
-
Uses of GrantCostSharingLink 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 GrantCostSharingLinkModifier and TypeFieldDescriptionstatic final GrantCoreLink<GrantCostSharingLink>GrantCore.TO_GRANT_COST_SHARING_LINKUse with available fluent helpers to apply the to_GrantCostSharingLink navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.grant that return GrantCostSharingLinkModifier and TypeMethodDescriptionGrantCostSharingLink.GrantCostSharingLinkBuilder.build()protected GrantCostSharingLinkGrantCostSharingLinkDeleteFluentHelper.getEntity()protected GrantCostSharingLinkGrantCostSharingLinkUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.grant that return types with arguments of type GrantCostSharingLinkModifier and TypeMethodDescriptionGrantCore.fetchGrantCostSharingLink()Fetches the GrantCostSharingLink entities (one to many) associated with this entity.protected Class<GrantCostSharingLink>GrantCostSharingLinkByKeyFluentHelper.getEntityClass()protected Class<GrantCostSharingLink>GrantCostSharingLinkFluentHelper.getEntityClass()io.vavr.control.Option<List<GrantCostSharingLink>>GrantCore.getGrantCostSharingLinkIfPresent()Retrieval of associated GrantCostSharingLink entities (one to many).GrantCore.getGrantCostSharingLinkOrFetch()Retrieval of associated GrantCostSharingLink entities (one to many).GrantCostSharingLink.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.grant with parameters of type GrantCostSharingLinkModifier and TypeMethodDescriptionvoidGrantCore.addGrantCostSharingLink(GrantCostSharingLink... entity) Adds elements to the list of associated GrantCostSharingLink entities.GrantCore.GrantCoreBuilder.grantCostSharingLink(GrantCostSharingLink... value) Navigation property to_GrantCostSharingLink for GrantCore to multiple GrantCostSharingLink.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.grant with type arguments of type GrantCostSharingLinkModifier and TypeMethodDescriptionvoidGrantCore.setGrantCostSharingLink(List<GrantCostSharingLink> value) Overwrites the list of associated GrantCostSharingLink entities for the loaded navigation property to_GrantCostSharingLink.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.grant with parameters of type GrantCostSharingLinkModifierConstructorDescriptionGrantCostSharingLinkDeleteFluentHelper(String servicePath, GrantCostSharingLink entity, String entityCollection) Creates a fluent helper object that will delete aGrantCostSharingLinkentity on the OData endpoint.GrantCostSharingLinkUpdateFluentHelper(String servicePath, GrantCostSharingLink entity, String entityCollection) Creates a fluent helper object that will update aGrantCostSharingLinkentity on the OData endpoint. -
Uses of GrantCostSharingLink 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 GrantCostSharingLinkModifier and TypeMethodDescriptionDefaultGrantServiceBatchChangeSet.deleteGrantCostSharingLink(GrantCostSharingLink grantCostSharingLink) GrantServiceBatchChangeSet.deleteGrantCostSharingLink(GrantCostSharingLink grantCostSharingLink) Deletes an existingGrantCostSharingLinkentity in the S/4HANA system.DefaultGrantServiceBatchChangeSet.updateGrantCostSharingLink(GrantCostSharingLink grantCostSharingLink) GrantServiceBatchChangeSet.updateGrantCostSharingLink(GrantCostSharingLink grantCostSharingLink) Update an existingGrantCostSharingLinkentity and save it to the S/4HANA system. -
Uses of GrantCostSharingLink 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 GrantCostSharingLinkModifier and TypeMethodDescriptionGrantCostSharingLinkOneToOneLink.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 GrantCostSharingLinkModifier and TypeMethodDescriptionprotected GrantCostSharingLinkLink<ObjectT>GrantCostSharingLinkLink.translateLinkType(EntityLink<GrantCostSharingLinkLink<ObjectT>, GrantCostSharingLink, ObjectT> link) -
Uses of GrantCostSharingLink in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type GrantCostSharingLinkModifier and TypeMethodDescriptionDefaultGrantService.deleteGrantCostSharingLink(GrantCostSharingLink grantCostSharingLink) Deprecated.GrantService.deleteGrantCostSharingLink(GrantCostSharingLink grantCostSharingLink) Deprecated.Deletes an existingGrantCostSharingLinkentity in the S/4HANA system.DefaultGrantService.updateGrantCostSharingLink(GrantCostSharingLink grantCostSharingLink) Deprecated.GrantService.updateGrantCostSharingLink(GrantCostSharingLink grantCostSharingLink) Deprecated.Update an existingGrantCostSharingLinkentity and save it to the S/4HANA system.