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