Interface ListContactNotesRequest.ContactIdStage
-
- All Known Implementing Classes:
ListContactNotesRequest.Builder
- Enclosing class:
- ListContactNotesRequest
public static interface ListContactNotesRequest.ContactIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListContactNotesRequest._FinalStagecontactId(java.lang.String contactId)The unique identifier of a contact.ListContactNotesRequest.Builderfrom(ListContactNotesRequest other)
-
-
-
Method Detail
-
contactId
ListContactNotesRequest._FinalStage contactId(@NotNull java.lang.String contactId)
The unique identifier of a contact.
-
from
ListContactNotesRequest.Builder from(ListContactNotesRequest other)
-
-