Interface Note._FinalStage
-
- All Known Implementing Classes:
Note.Builder
- Enclosing class:
- Note
public static interface Note._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Note._FinalStageauthor(Admin author)Note._FinalStageauthor(java.util.Optional<Admin> author)Optional.Notebuild()Note._FinalStagecontact(Note.Contact contact)Note._FinalStagecontact(java.util.Optional<Note.Contact> contact)Represents the contact that the note was created about.
-
-
-
Method Detail
-
build
Note build()
-
contact
Note._FinalStage contact(java.util.Optional<Note.Contact> contact)
Represents the contact that the note was created about.
-
contact
Note._FinalStage contact(Note.Contact contact)
-
author
Note._FinalStage author(java.util.Optional<Admin> author)
Optional. Represents the Admin that created the note.
-
author
Note._FinalStage author(Admin author)
-
-