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