Interface ContactsFindResponse.IdStage
-
- All Known Implementing Classes:
ContactsFindResponse.Builder
- Enclosing class:
- ContactsFindResponse
public static interface ContactsFindResponse.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContactsFindResponse.Builderfrom(ContactsFindResponse other)ContactsFindResponse.WorkspaceIdStageid(java.lang.String id)The unique identifier for the contact which is given by Intercom.
-
-
-
Method Detail
-
id
ContactsFindResponse.WorkspaceIdStage id(@NotNull java.lang.String id)
The unique identifier for the contact which is given by Intercom.
-
from
ContactsFindResponse.Builder from(ContactsFindResponse other)
-
-