Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.sourcingproject.SourcingProjectItemNote
Packages that use SourcingProjectItemNote
Package
Description
-
Uses of SourcingProjectItemNote 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 SourcingProjectItemNoteModifier and TypeFieldDescriptionstatic final SimpleProperty<SourcingProjectItemNote>SourcingProjectItemNote.ALL_FIELDSSelector for all available fields of SourcingProjectItemNote.static final SimpleProperty.DateTime<SourcingProjectItemNote>SourcingProjectItemNote.NOTE_BASIC_CHANGE_DATE_TIMEstatic final SimpleProperty.String<SourcingProjectItemNote>SourcingProjectItemNote.NOTE_BASIC_CHANGED_BY_USERstatic final SimpleProperty.String<SourcingProjectItemNote>SourcingProjectItemNote.NOTE_BASIC_CONTENTstatic final SimpleProperty.String<SourcingProjectItemNote>SourcingProjectItemNote.NOTE_BASIC_CREATED_BY_USERstatic final SimpleProperty.DateTime<SourcingProjectItemNote>SourcingProjectItemNote.NOTE_BASIC_CREATION_DATE_TIMEstatic final SimpleProperty.String<SourcingProjectItemNote>SourcingProjectItemNote.NOTE_BASIC_LANGUAGEstatic final SimpleProperty.String<SourcingProjectItemNote>SourcingProjectItemNote.NOTE_BASIC_MIME_TYPEstatic final SimpleProperty.String<SourcingProjectItemNote>SourcingProjectItemNote.NOTE_BASIC_TITLEstatic final SimpleProperty.String<SourcingProjectItemNote>SourcingProjectItemNote.NOTE_BASIC_TYPEstatic final SimpleProperty.Guid<SourcingProjectItemNote>SourcingProjectItemNote.NOTE_BASIC_UUIDstatic final SimpleProperty.Guid<SourcingProjectItemNote>SourcingProjectItemNote.SOURCING_PROJECT_ITEM_UUIDstatic final SimpleProperty.Guid<SourcingProjectItemNote>SourcingProjectItemNote.SOURCING_PROJECT_UUIDstatic final SimpleProperty.Boolean<SourcingProjectItemNote>SourcingProjectItemNote.SRC_PRJ_ITEM_NOTE_TYPE_IS_INTERNALstatic final NavigationProperty.Single<SourcingProjectItemNote,SourcingProject> SourcingProjectItemNote.TO__SOURCING_PROJECTUse with available request builders to apply the _SourcingProject navigation property to query operations.SourcingProjectItemNote.TO__SOURCING_PROJECT_ITEMUse with available request builders to apply the _SourcingProjectItem navigation property to query operations.SourcingProjectItem.TO__SOURCING_PROJECT_ITEM_NOTEUse with available request builders to apply the _SourcingProjectItemNote navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.sourcingproject that return SourcingProjectItemNoteMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.sourcingproject that return types with arguments of type SourcingProjectItemNoteModifier and TypeMethodDescriptionio.vavr.control.Option<List<SourcingProjectItemNote>>SourcingProjectItem.getSourcingProjectItemNoteIfPresent()Retrieval of associated SourcingProjectItemNote entities (one to many).SourcingProjectItemNote.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.sourcingproject with parameters of type SourcingProjectItemNoteModifier and TypeMethodDescriptionvoidSourcingProjectItem.addSourcingProjectItemNote(SourcingProjectItemNote... entity) Adds elements to the list of associated SourcingProjectItemNote entities.SourcingProjectItem.SourcingProjectItemBuilder.sourcingProjectItemNote(SourcingProjectItemNote... value) Navigation property _SourcingProjectItemNote for SourcingProjectItem to multiple SourcingProjectItemNote.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.sourcingproject with type arguments of type SourcingProjectItemNoteModifier and TypeMethodDescriptionvoidSourcingProjectItem.setSourcingProjectItemNote(List<SourcingProjectItemNote> value) Overwrites the list of associated SourcingProjectItemNote entities for the loaded navigation property _SourcingProjectItemNote. -
Uses of SourcingProjectItemNote 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 SourcingProjectItemNoteModifier and TypeMethodDescriptionDefaultSourcingProjectService.countSourcingProjectItemNote()Deprecated.SourcingProjectService.countSourcingProjectItemNote()Deprecated.Fetch the number of entries from theSourcingProjectItemNoteentity collection matching the filter and search expressions.DefaultSourcingProjectService.deleteSourcingProjectItemNote(SourcingProjectItemNote sourcingProjectItemNote) Deprecated.SourcingProjectService.deleteSourcingProjectItemNote(SourcingProjectItemNote sourcingProjectItemNote) Deprecated.Deletes an existingSourcingProjectItemNoteentity in the S/4HANA system.DefaultSourcingProjectService.getAllSourcingProjectItemNote()Deprecated.SourcingProjectService.getAllSourcingProjectItemNote()Deprecated.Fetch multipleSourcingProjectItemNoteentities.DefaultSourcingProjectService.getSourcingProjectItemNoteByKey(UUID noteBasicUUID) Deprecated.SourcingProjectService.getSourcingProjectItemNoteByKey(UUID noteBasicUUID) Deprecated.Fetch a singleSourcingProjectItemNoteentity using key fields.DefaultSourcingProjectService.updateSourcingProjectItemNote(SourcingProjectItemNote sourcingProjectItemNote) Deprecated.SourcingProjectService.updateSourcingProjectItemNote(SourcingProjectItemNote sourcingProjectItemNote) Deprecated.Update an existingSourcingProjectItemNoteentity and save it to the S/4HANA system.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services with parameters of type SourcingProjectItemNoteModifier and TypeMethodDescriptionDefaultSourcingProjectService.deleteSourcingProjectItemNote(SourcingProjectItemNote sourcingProjectItemNote) Deprecated.SourcingProjectService.deleteSourcingProjectItemNote(SourcingProjectItemNote sourcingProjectItemNote) Deprecated.Deletes an existingSourcingProjectItemNoteentity in the S/4HANA system.DefaultSourcingProjectService.updateSourcingProjectItemNote(SourcingProjectItemNote sourcingProjectItemNote) Deprecated.SourcingProjectService.updateSourcingProjectItemNote(SourcingProjectItemNote sourcingProjectItemNote) Deprecated.Update an existingSourcingProjectItemNoteentity and save it to the S/4HANA system.