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