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