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