Class CustomerRequest.Email.Builder
- java.lang.Object
-
- com.intercom.api.resources.unstable.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 java.lang.Object implements CustomerRequest.Email.EmailStage, CustomerRequest.Email._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomerRequest.Emailbuild()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
-
from
public CustomerRequest.Email.Builder from(CustomerRequest.Email other)
- Specified by:
fromin interfaceCustomerRequest.Email.EmailStage
-
email
public CustomerRequest.Email._FinalStage email(@NotNull java.lang.String email)
The email you have defined for the contact who is being added as a participant.
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
public CustomerRequest.Email build()
- Specified by:
buildin interfaceCustomerRequest.Email._FinalStage
-
-