Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.sourcingproject.SourcingProjectNote
Packages that use SourcingProjectNote
Package
Description
-
Uses of SourcingProjectNote 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 SourcingProjectNoteModifier and TypeFieldDescriptionstatic final SimpleProperty<SourcingProjectNote>SourcingProjectNote.ALL_FIELDSSelector for all available fields of SourcingProjectNote.static final SimpleProperty.DateTime<SourcingProjectNote>SourcingProjectNote.NOTE_BASIC_CHANGE_DATE_TIMEstatic final SimpleProperty.String<SourcingProjectNote>SourcingProjectNote.NOTE_BASIC_CHANGED_BY_USERstatic final SimpleProperty.String<SourcingProjectNote>SourcingProjectNote.NOTE_BASIC_CONTENTstatic final SimpleProperty.String<SourcingProjectNote>SourcingProjectNote.NOTE_BASIC_CREATED_BY_USERstatic final SimpleProperty.DateTime<SourcingProjectNote>SourcingProjectNote.NOTE_BASIC_CREATION_DATE_TIMEstatic final SimpleProperty.String<SourcingProjectNote>SourcingProjectNote.NOTE_BASIC_LANGUAGEstatic final SimpleProperty.String<SourcingProjectNote>SourcingProjectNote.NOTE_BASIC_MIME_TYPEstatic final SimpleProperty.String<SourcingProjectNote>SourcingProjectNote.NOTE_BASIC_TITLEstatic final SimpleProperty.String<SourcingProjectNote>SourcingProjectNote.NOTE_BASIC_TYPEstatic final SimpleProperty.Guid<SourcingProjectNote>SourcingProjectNote.NOTE_BASIC_UUIDstatic final SimpleProperty.Guid<SourcingProjectNote>SourcingProjectNote.SOURCING_PROJECT_UUIDstatic final SimpleProperty.Boolean<SourcingProjectNote>SourcingProjectNote.SRC_PRJ_NOTE_TYPE_IS_INTERNALstatic final NavigationProperty.Single<SourcingProjectNote,SourcingProject> SourcingProjectNote.TO__SOURCING_PROJECTUse with available request builders to apply the _SourcingProject navigation property to query operations.static final NavigationProperty.Collection<SourcingProject,SourcingProjectNote> SourcingProject.TO__SOURCING_PROJECT_NOTEUse with available request builders to apply the _SourcingProjectNote navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.sourcingproject that return SourcingProjectNoteMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.sourcingproject that return types with arguments of type SourcingProjectNoteModifier and TypeMethodDescriptionio.vavr.control.Option<List<SourcingProjectNote>>SourcingProject.getSourcingProjectNoteIfPresent()Retrieval of associated SourcingProjectNote entities (one to many).SourcingProjectNote.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.sourcingproject with parameters of type SourcingProjectNoteModifier and TypeMethodDescriptionvoidSourcingProject.addSourcingProjectNote(SourcingProjectNote... entity) Adds elements to the list of associated SourcingProjectNote entities.SourcingProject.SourcingProjectBuilder.sourcingProjectNote(SourcingProjectNote... value) Navigation property _SourcingProjectNote for SourcingProject to multiple SourcingProjectNote.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.sourcingproject with type arguments of type SourcingProjectNoteModifier and TypeMethodDescriptionvoidSourcingProject.setSourcingProjectNote(List<SourcingProjectNote> value) Overwrites the list of associated SourcingProjectNote entities for the loaded navigation property _SourcingProjectNote. -
Uses of SourcingProjectNote 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 SourcingProjectNoteModifier and TypeMethodDescriptionDefaultSourcingProjectService.countSourcingProjectNote()Deprecated.SourcingProjectService.countSourcingProjectNote()Deprecated.Fetch the number of entries from theSourcingProjectNoteentity collection matching the filter and search expressions.DefaultSourcingProjectService.deleteSourcingProjectNote(SourcingProjectNote sourcingProjectNote) Deprecated.SourcingProjectService.deleteSourcingProjectNote(SourcingProjectNote sourcingProjectNote) Deprecated.Deletes an existingSourcingProjectNoteentity in the S/4HANA system.DefaultSourcingProjectService.getAllSourcingProjectNote()Deprecated.SourcingProjectService.getAllSourcingProjectNote()Deprecated.Fetch multipleSourcingProjectNoteentities.DefaultSourcingProjectService.getSourcingProjectNoteByKey(UUID noteBasicUUID) Deprecated.SourcingProjectService.getSourcingProjectNoteByKey(UUID noteBasicUUID) Deprecated.Fetch a singleSourcingProjectNoteentity using key fields.DefaultSourcingProjectService.updateSourcingProjectNote(SourcingProjectNote sourcingProjectNote) Deprecated.SourcingProjectService.updateSourcingProjectNote(SourcingProjectNote sourcingProjectNote) Deprecated.Update an existingSourcingProjectNoteentity and save it to the S/4HANA system.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services with parameters of type SourcingProjectNoteModifier and TypeMethodDescriptionDefaultSourcingProjectService.deleteSourcingProjectNote(SourcingProjectNote sourcingProjectNote) Deprecated.SourcingProjectService.deleteSourcingProjectNote(SourcingProjectNote sourcingProjectNote) Deprecated.Deletes an existingSourcingProjectNoteentity in the S/4HANA system.DefaultSourcingProjectService.updateSourcingProjectNote(SourcingProjectNote sourcingProjectNote) Deprecated.SourcingProjectService.updateSourcingProjectNote(SourcingProjectNote sourcingProjectNote) Deprecated.Update an existingSourcingProjectNoteentity and save it to the S/4HANA system.