Package com.intercom.api.types
Interface CustomerRequest.Email.EmailStage
-
- All Known Implementing Classes:
CustomerRequest.Email.Builder
- Enclosing class:
- CustomerRequest.Email
public static interface CustomerRequest.Email.EmailStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomerRequest.Email._FinalStageemail(java.lang.String email)The email you have defined for the contact who is being added as a participant.CustomerRequest.Email.Builderfrom(CustomerRequest.Email other)
-
-
-
Method Detail
-
email
CustomerRequest.Email._FinalStage email(@NotNull java.lang.String email)
The email you have defined for the contact who is being added as a participant.
-
from
CustomerRequest.Email.Builder from(CustomerRequest.Email other)
-
-