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