Package com.intercom.api.types
Class CustomerRequest.Email.Builder
java.lang.Object
com.intercom.api.types.CustomerRequest.Email.Builder
- All Implemented Interfaces:
CustomerRequest.Email._FinalStage,CustomerRequest.Email.EmailStage
- Enclosing class:
CustomerRequest.Email
public static final class CustomerRequest.Email.Builder
extends Object
implements CustomerRequest.Email.EmailStage, CustomerRequest.Email._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionbuild()The email you have defined for the contact who is being added as a participant.from(CustomerRequest.Email other)
-
Method Details
-
from
- Specified by:
fromin interfaceCustomerRequest.Email.EmailStage
-
email
The email you have defined for the contact who is being added as a participant.
- Specified by:
emailin interfaceCustomerRequest.Email.EmailStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
- Specified by:
buildin interfaceCustomerRequest.Email._FinalStage
-