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