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