Class SrcgProjAwardingScenNote.SrcgProjAwardingScenNoteBuilder
- Enclosing class:
- SrcgProjAwardingScenNote
-
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: 127noteBasicObjectNodeType(String noteBasicObjectNodeType) Constraints: Not nullable, Maximum length: 30noteBasicTitle(String noteBasicTitle) Constraints: Not nullable, Maximum length: 255noteBasicType(String noteBasicType) Constraints: Not nullable, Maximum length: 20noteBasicUUID(UUID noteBasicUUID) (Key Field) Constraints: Not nullableNavigation property _SrcgProjAwardingScenario for SrcgProjAwardingScenNote to single SrcgProjectAwardingScenario.srcgProjAwardingScenarioUUID(UUID srcgProjAwardingScenarioUUID) Constraints: Not nullabletoString()
-
Method Details
-
srcgProjAwardingScenario
@Nonnull public SrcgProjAwardingScenNote.SrcgProjAwardingScenNoteBuilder srcgProjAwardingScenario(SrcgProjectAwardingScenario value) Navigation property _SrcgProjAwardingScenario for SrcgProjAwardingScenNote to single SrcgProjectAwardingScenario.- Parameters:
value- The SrcgProjectAwardingScenario to build this SrcgProjAwardingScenNote with.- Returns:
- This Builder to allow for a fluent interface.
-
noteBasicUUID
@Nonnull public SrcgProjAwardingScenNote.SrcgProjAwardingScenNoteBuilder noteBasicUUID(@Nullable UUID noteBasicUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: NoteBasicUUID
- Returns:
this.
-
srcgProjAwardingScenarioUUID
@Nonnull public SrcgProjAwardingScenNote.SrcgProjAwardingScenNoteBuilder srcgProjAwardingScenarioUUID(@Nullable UUID srcgProjAwardingScenarioUUID) Constraints: Not nullableOriginal property name from the Odata EDM: SrcgProjAwardingScenarioUUID
- Returns:
this.
-
noteBasicLanguage
@Nonnull public SrcgProjAwardingScenNote.SrcgProjAwardingScenNoteBuilder noteBasicLanguage(@Nullable String noteBasicLanguage) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: NoteBasicLanguage
- Returns:
this.
-
noteBasicObjectNodeType
@Nonnull public SrcgProjAwardingScenNote.SrcgProjAwardingScenNoteBuilder noteBasicObjectNodeType(@Nullable String noteBasicObjectNodeType) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: NoteBasicObjectNodeType
- Returns:
this.
-
noteBasicType
@Nonnull public SrcgProjAwardingScenNote.SrcgProjAwardingScenNoteBuilder noteBasicType(@Nullable String noteBasicType) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: NoteBasicType
- Returns:
this.
-
noteBasicTitle
@Nonnull public SrcgProjAwardingScenNote.SrcgProjAwardingScenNoteBuilder noteBasicTitle(@Nullable String noteBasicTitle) Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: NoteBasicTitle
- Returns:
this.
-
noteBasicMIMEType
@Nonnull public SrcgProjAwardingScenNote.SrcgProjAwardingScenNoteBuilder noteBasicMIMEType(@Nullable String noteBasicMIMEType) Constraints: Not nullable, Maximum length: 127Original property name from the Odata EDM: NoteBasicMIMEType
- Returns:
this.
-
noteBasicCreatedByUser
@Nonnull public SrcgProjAwardingScenNote.SrcgProjAwardingScenNoteBuilder noteBasicCreatedByUser(@Nullable String noteBasicCreatedByUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: NoteBasicCreatedByUser
- Returns:
this.
-
noteBasicCreationDateTime
@Nonnull public SrcgProjAwardingScenNote.SrcgProjAwardingScenNoteBuilder noteBasicCreationDateTime(@Nullable OffsetDateTime noteBasicCreationDateTime) Constraints: Nullable, Precision: 7Original property name from the Odata EDM: NoteBasicCreationDateTime
- Returns:
this.
-
noteBasicChangedByUser
@Nonnull public SrcgProjAwardingScenNote.SrcgProjAwardingScenNoteBuilder noteBasicChangedByUser(@Nullable String noteBasicChangedByUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: NoteBasicChangedByUser
- Returns:
this.
-
noteBasicChangeDateTime
@Nonnull public SrcgProjAwardingScenNote.SrcgProjAwardingScenNoteBuilder noteBasicChangeDateTime(@Nullable OffsetDateTime noteBasicChangeDateTime) Constraints: Nullable, Precision: 7Original property name from the Odata EDM: NoteBasicChangeDateTime
- Returns:
this.
-
noteBasicContent
@Nonnull public SrcgProjAwardingScenNote.SrcgProjAwardingScenNoteBuilder noteBasicContent(@Nullable String noteBasicContent) Constraints: Not nullableOriginal property name from the Odata EDM: NoteBasicContent
- Returns:
this.
-
build
-
toString
-