Class SourcingProjectNote.SourcingProjectNoteBuilder
- Enclosing class:
- SourcingProjectNote
-
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 SourcingProjectNote to single SourcingProject.sourcingProjectUUID(UUID sourcingProjectUUID) Constraints: Not nullablesrcPrjNoteTypeIsInternal(Boolean srcPrjNoteTypeIsInternal) Constraints: Not nullabletoString()
-
Method Details
-
sourcingProject
@Nonnull public SourcingProjectNote.SourcingProjectNoteBuilder sourcingProject(SourcingProject value) Navigation property _SourcingProject for SourcingProjectNote to single SourcingProject.- Parameters:
value- The SourcingProject to build this SourcingProjectNote with.- Returns:
- This Builder to allow for a fluent interface.
-
noteBasicUUID
@Nonnull public SourcingProjectNote.SourcingProjectNoteBuilder noteBasicUUID(@Nullable UUID noteBasicUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: NoteBasicUUID
- Returns:
this.
-
sourcingProjectUUID
@Nonnull public SourcingProjectNote.SourcingProjectNoteBuilder sourcingProjectUUID(@Nullable UUID sourcingProjectUUID) Constraints: Not nullableOriginal property name from the Odata EDM: SourcingProjectUUID
- Returns:
this.
-
noteBasicLanguage
@Nonnull public SourcingProjectNote.SourcingProjectNoteBuilder noteBasicLanguage(@Nullable String noteBasicLanguage) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: NoteBasicLanguage
- Returns:
this.
-
noteBasicType
@Nonnull public SourcingProjectNote.SourcingProjectNoteBuilder noteBasicType(@Nullable String noteBasicType) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: NoteBasicType
- Returns:
this.
-
noteBasicTitle
@Nonnull public SourcingProjectNote.SourcingProjectNoteBuilder noteBasicTitle(@Nullable String noteBasicTitle) Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: NoteBasicTitle
- Returns:
this.
-
noteBasicMimeType
@Nonnull public SourcingProjectNote.SourcingProjectNoteBuilder noteBasicMimeType(@Nullable String noteBasicMimeType) Constraints: Not nullable, Maximum length: 127Original property name from the Odata EDM: NoteBasicMimeType
- Returns:
this.
-
noteBasicCreatedByUser
@Nonnull public SourcingProjectNote.SourcingProjectNoteBuilder noteBasicCreatedByUser(@Nullable String noteBasicCreatedByUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: NoteBasicCreatedByUser
- Returns:
this.
-
noteBasicCreationDateTime
@Nonnull public SourcingProjectNote.SourcingProjectNoteBuilder noteBasicCreationDateTime(@Nullable OffsetDateTime noteBasicCreationDateTime) Constraints: Nullable, Precision: 7Original property name from the Odata EDM: NoteBasicCreationDateTime
- Returns:
this.
-
noteBasicChangedByUser
@Nonnull public SourcingProjectNote.SourcingProjectNoteBuilder noteBasicChangedByUser(@Nullable String noteBasicChangedByUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: NoteBasicChangedByUser
- Returns:
this.
-
noteBasicChangeDateTime
@Nonnull public SourcingProjectNote.SourcingProjectNoteBuilder noteBasicChangeDateTime(@Nullable OffsetDateTime noteBasicChangeDateTime) Constraints: Nullable, Precision: 7Original property name from the Odata EDM: NoteBasicChangeDateTime
- Returns:
this.
-
noteBasicContent
@Nonnull public SourcingProjectNote.SourcingProjectNoteBuilder noteBasicContent(@Nullable String noteBasicContent) Constraints: Not nullableOriginal property name from the Odata EDM: NoteBasicContent
- Returns:
this.
-
srcPrjNoteTypeIsInternal
@Nonnull public SourcingProjectNote.SourcingProjectNoteBuilder srcPrjNoteTypeIsInternal(@Nullable Boolean srcPrjNoteTypeIsInternal) Constraints: Not nullableOriginal property name from the Odata EDM: SrcPrjNoteTypeIsInternal
- Returns:
this.
-
build
-
toString
-