Interface FindNoteRequest.NoteIdStage
-
- All Known Implementing Classes:
FindNoteRequest.Builder
- Enclosing class:
- FindNoteRequest
public static interface FindNoteRequest.NoteIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FindNoteRequest.Builderfrom(FindNoteRequest other)FindNoteRequest._FinalStagenoteId(int noteId)The unique identifier of a given note
-
-
-
Method Detail
-
noteId
FindNoteRequest._FinalStage noteId(int noteId)
The unique identifier of a given note
-
from
FindNoteRequest.Builder from(FindNoteRequest other)
-
-