Package com.intercom.api.types
Interface CustomChannelContact.TypeStage
-
- All Known Implementing Classes:
CustomChannelContact.Builder
- Enclosing class:
- CustomChannelContact
public static interface CustomChannelContact.TypeStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomChannelContact.Builderfrom(CustomChannelContact other)CustomChannelContact.ExternalIdStagetype(CustomChannelContact.Type type)Type of contact, must be "user" or "lead".
-
-
-
Method Detail
-
type
CustomChannelContact.ExternalIdStage type(@NotNull CustomChannelContact.Type type)
Type of contact, must be "user" or "lead".
-
from
CustomChannelContact.Builder from(CustomChannelContact other)
-
-