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