Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.sourcingproject.SourcingProjectMilestone
Packages that use SourcingProjectMilestone
Package
Description
-
Uses of SourcingProjectMilestone in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.sourcingproject
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.sourcingproject with type parameters of type SourcingProjectMilestoneModifier and TypeFieldDescriptionstatic final SimpleProperty<SourcingProjectMilestone>SourcingProjectMilestone.ALL_FIELDSSelector for all available fields of SourcingProjectMilestone.static final SimpleProperty.String<SourcingProjectMilestone>SourcingProjectMilestone.SOURCING_ORIGINstatic final SimpleProperty.String<SourcingProjectMilestone>SourcingProjectMilestone.SOURCING_PROJECT_MILESTONEstatic final SimpleProperty.String<SourcingProjectMilestone>SourcingProjectMilestone.SOURCING_PROJECT_MILESTONE_STATUSstatic final SimpleProperty.Guid<SourcingProjectMilestone>SourcingProjectMilestone.SOURCING_PROJECT_MILESTONE_UUIDstatic final SimpleProperty.Guid<SourcingProjectMilestone>SourcingProjectMilestone.SOURCING_PROJECT_UUIDstatic final SimpleProperty.String<SourcingProjectMilestone>SourcingProjectMilestone.SOURCING_SCENARIOstatic final SimpleProperty.DateTime<SourcingProjectMilestone>SourcingProjectMilestone.SRCG_PROJ_MILESTONE_DATE_TIMEstatic final NavigationProperty.Single<SourcingProjectMilestone,SourcingProject> SourcingProjectMilestone.TO__SOURCING_PROJECTUse with available request builders to apply the _SourcingProject navigation property to query operations.SourcingProject.TO__SOURCING_PROJECT_MILESTONEUse with available request builders to apply the _SourcingProjectMilestone navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.sourcingproject that return SourcingProjectMilestoneModifier and TypeMethodDescriptionSourcingProjectMilestone.SourcingProjectMilestoneBuilder.build()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.sourcingproject that return types with arguments of type SourcingProjectMilestoneModifier and TypeMethodDescriptionio.vavr.control.Option<List<SourcingProjectMilestone>>SourcingProject.getSourcingProjectMilestoneIfPresent()Retrieval of associated SourcingProjectMilestone entities (one to many).SourcingProjectMilestone.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.sourcingproject with parameters of type SourcingProjectMilestoneModifier and TypeMethodDescriptionvoidSourcingProject.addSourcingProjectMilestone(SourcingProjectMilestone... entity) Adds elements to the list of associated SourcingProjectMilestone entities.SourcingProject.SourcingProjectBuilder.sourcingProjectMilestone(SourcingProjectMilestone... value) Navigation property _SourcingProjectMilestone for SourcingProject to multiple SourcingProjectMilestone.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.sourcingproject with type arguments of type SourcingProjectMilestoneModifier and TypeMethodDescriptionvoidSourcingProject.setSourcingProjectMilestone(List<SourcingProjectMilestone> value) Overwrites the list of associated SourcingProjectMilestone entities for the loaded navigation property _SourcingProjectMilestone. -
Uses of SourcingProjectMilestone in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services that return types with arguments of type SourcingProjectMilestoneModifier and TypeMethodDescriptionDefaultSourcingProjectService.countSourcingProjectMilestone()Deprecated.SourcingProjectService.countSourcingProjectMilestone()Deprecated.Fetch the number of entries from theSourcingProjectMilestoneentity collection matching the filter and search expressions.DefaultSourcingProjectService.deleteSourcingProjectMilestone(SourcingProjectMilestone sourcingProjectMilestone) Deprecated.SourcingProjectService.deleteSourcingProjectMilestone(SourcingProjectMilestone sourcingProjectMilestone) Deprecated.Deletes an existingSourcingProjectMilestoneentity in the S/4HANA system.DefaultSourcingProjectService.getAllSourcingProjectMilestone()Deprecated.SourcingProjectService.getAllSourcingProjectMilestone()Deprecated.Fetch multipleSourcingProjectMilestoneentities.DefaultSourcingProjectService.getSourcingProjectMilestoneByKey(UUID sourcingProjectMilestoneUUID) Deprecated.SourcingProjectService.getSourcingProjectMilestoneByKey(UUID sourcingProjectMilestoneUUID) Deprecated.Fetch a singleSourcingProjectMilestoneentity using key fields.DefaultSourcingProjectService.updateSourcingProjectMilestone(SourcingProjectMilestone sourcingProjectMilestone) Deprecated.SourcingProjectService.updateSourcingProjectMilestone(SourcingProjectMilestone sourcingProjectMilestone) Deprecated.Update an existingSourcingProjectMilestoneentity and save it to the S/4HANA system.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services with parameters of type SourcingProjectMilestoneModifier and TypeMethodDescriptionDefaultSourcingProjectService.deleteSourcingProjectMilestone(SourcingProjectMilestone sourcingProjectMilestone) Deprecated.SourcingProjectService.deleteSourcingProjectMilestone(SourcingProjectMilestone sourcingProjectMilestone) Deprecated.Deletes an existingSourcingProjectMilestoneentity in the S/4HANA system.DefaultSourcingProjectService.updateSourcingProjectMilestone(SourcingProjectMilestone sourcingProjectMilestone) Deprecated.SourcingProjectService.updateSourcingProjectMilestone(SourcingProjectMilestone sourcingProjectMilestone) Deprecated.Update an existingSourcingProjectMilestoneentity and save it to the S/4HANA system.