Interface CreateNoteRequest.BodyStage
-
- All Known Implementing Classes:
CreateNoteRequest.Builder
- Enclosing class:
- CreateNoteRequest
public static interface CreateNoteRequest.BodyStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateNoteRequest._FinalStagebody(java.lang.String body)The text of the note.
-
-
-
Method Detail
-
body
CreateNoteRequest._FinalStage body(@NotNull java.lang.String body)
The text of the note.
-
-