Class SourcingProjectItemNote.SourcingProjectItemNoteBuilder
- Enclosing class:
- SourcingProjectItemNote
-
Method Summary
Modifier and TypeMethodDescriptionbuild()noteBasicChangeDateTime(OffsetDateTime noteBasicChangeDateTime) Constraints: Nullable, Precision: 7noteBasicChangedByUser(String noteBasicChangedByUser) Constraints: Not nullable, Maximum length: 12noteBasicContent(String noteBasicContent) Constraints: Not nullablenoteBasicCreatedByUser(String noteBasicCreatedByUser) Constraints: Not nullable, Maximum length: 12noteBasicCreationDateTime(OffsetDateTime noteBasicCreationDateTime) Constraints: Nullable, Precision: 7noteBasicLanguage(String noteBasicLanguage) Constraints: Not nullable, Maximum length: 2noteBasicMimeType(String noteBasicMimeType) Constraints: Not nullable, Maximum length: 127noteBasicTitle(String noteBasicTitle) Constraints: Not nullable, Maximum length: 255noteBasicType(String noteBasicType) Constraints: Not nullable, Maximum length: 20noteBasicUUID(UUID noteBasicUUID) (Key Field) Constraints: Not nullablesourcingProject(SourcingProject value) Navigation property _SourcingProject for SourcingProjectItemNote to single SourcingProject.Navigation property _SourcingProjectItem for SourcingProjectItemNote to single SourcingProjectItem.sourcingProjectItemUUID(UUID sourcingProjectItemUUID) Constraints: Not nullablesourcingProjectUUID(UUID sourcingProjectUUID) Constraints: Not nullablesrcPrjItemNoteTypeIsInternal(Boolean srcPrjItemNoteTypeIsInternal) Constraints: Not nullabletoString()
-
Method Details
-
sourcingProject
@Nonnull public SourcingProjectItemNote.SourcingProjectItemNoteBuilder sourcingProject(SourcingProject value) Navigation property _SourcingProject for SourcingProjectItemNote to single SourcingProject.- Parameters:
value- The SourcingProject to build this SourcingProjectItemNote with.- Returns:
- This Builder to allow for a fluent interface.
-
sourcingProjectItem
@Nonnull public SourcingProjectItemNote.SourcingProjectItemNoteBuilder sourcingProjectItem(SourcingProjectItem value) Navigation property _SourcingProjectItem for SourcingProjectItemNote to single SourcingProjectItem.- Parameters:
value- The SourcingProjectItem to build this SourcingProjectItemNote with.- Returns:
- This Builder to allow for a fluent interface.
-
noteBasicUUID
@Nonnull public SourcingProjectItemNote.SourcingProjectItemNoteBuilder noteBasicUUID(@Nullable UUID noteBasicUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: NoteBasicUUID
- Returns:
this.
-
sourcingProjectItemUUID
@Nonnull public SourcingProjectItemNote.SourcingProjectItemNoteBuilder sourcingProjectItemUUID(@Nullable UUID sourcingProjectItemUUID) Constraints: Not nullableOriginal property name from the Odata EDM: SourcingProjectItemUUID
- Returns:
this.
-
noteBasicType
@Nonnull public SourcingProjectItemNote.SourcingProjectItemNoteBuilder noteBasicType(@Nullable String noteBasicType) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: NoteBasicType
- Returns:
this.
-
noteBasicLanguage
@Nonnull public SourcingProjectItemNote.SourcingProjectItemNoteBuilder noteBasicLanguage(@Nullable String noteBasicLanguage) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: NoteBasicLanguage
- Returns:
this.
-
noteBasicTitle
@Nonnull public SourcingProjectItemNote.SourcingProjectItemNoteBuilder noteBasicTitle(@Nullable String noteBasicTitle) Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: NoteBasicTitle
- Returns:
this.
-
noteBasicMimeType
@Nonnull public SourcingProjectItemNote.SourcingProjectItemNoteBuilder noteBasicMimeType(@Nullable String noteBasicMimeType) Constraints: Not nullable, Maximum length: 127Original property name from the Odata EDM: NoteBasicMimeType
- Returns:
this.
-
noteBasicCreatedByUser
@Nonnull public SourcingProjectItemNote.SourcingProjectItemNoteBuilder noteBasicCreatedByUser(@Nullable String noteBasicCreatedByUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: NoteBasicCreatedByUser
- Returns:
this.
-
noteBasicCreationDateTime
@Nonnull public SourcingProjectItemNote.SourcingProjectItemNoteBuilder noteBasicCreationDateTime(@Nullable OffsetDateTime noteBasicCreationDateTime) Constraints: Nullable, Precision: 7Original property name from the Odata EDM: NoteBasicCreationDateTime
- Returns:
this.
-
noteBasicChangedByUser
@Nonnull public SourcingProjectItemNote.SourcingProjectItemNoteBuilder noteBasicChangedByUser(@Nullable String noteBasicChangedByUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: NoteBasicChangedByUser
- Returns:
this.
-
noteBasicChangeDateTime
@Nonnull public SourcingProjectItemNote.SourcingProjectItemNoteBuilder noteBasicChangeDateTime(@Nullable OffsetDateTime noteBasicChangeDateTime) Constraints: Nullable, Precision: 7Original property name from the Odata EDM: NoteBasicChangeDateTime
- Returns:
this.
-
noteBasicContent
@Nonnull public SourcingProjectItemNote.SourcingProjectItemNoteBuilder noteBasicContent(@Nullable String noteBasicContent) Constraints: Not nullableOriginal property name from the Odata EDM: NoteBasicContent
- Returns:
this.
-
sourcingProjectUUID
@Nonnull public SourcingProjectItemNote.SourcingProjectItemNoteBuilder sourcingProjectUUID(@Nullable UUID sourcingProjectUUID) Constraints: Not nullableOriginal property name from the Odata EDM: SourcingProjectUUID
- Returns:
this.
-
srcPrjItemNoteTypeIsInternal
@Nonnull public SourcingProjectItemNote.SourcingProjectItemNoteBuilder srcPrjItemNoteTypeIsInternal(@Nullable Boolean srcPrjItemNoteTypeIsInternal) Constraints: Not nullableOriginal property name from the Odata EDM: SrcPrjItemNoteTypeIsInternal
- Returns:
this.
-
build
-
toString
-