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