Class MergeVisitorToContactRequest.User.UserWithId.Builder
java.lang.Object
com.intercom.api.resources.visitors.requests.MergeVisitorToContactRequest.User.UserWithId.Builder
- All Implemented Interfaces:
MergeVisitorToContactRequest.User.UserWithId._FinalStage,MergeVisitorToContactRequest.User.UserWithId.IdStage
- Enclosing class:
MergeVisitorToContactRequest.User.UserWithId
public static final class MergeVisitorToContactRequest.User.UserWithId.Builder
extends Object
implements MergeVisitorToContactRequest.User.UserWithId.IdStage, MergeVisitorToContactRequest.User.UserWithId._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionbuild()The contact's email, retained by default if one is present.The unique identifier for the contact which is given by Intercom.
-
Method Details
-
from
public MergeVisitorToContactRequest.User.UserWithId.Builder from(MergeVisitorToContactRequest.User.UserWithId other) - Specified by:
fromin interfaceMergeVisitorToContactRequest.User.UserWithId.IdStage
-
id
The unique identifier for the contact which is given by Intercom.
- Specified by:
idin interfaceMergeVisitorToContactRequest.User.UserWithId.IdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
email
The contact's email, retained by default if one is present.
- Specified by:
emailin interfaceMergeVisitorToContactRequest.User.UserWithId._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
email
- Specified by:
emailin interfaceMergeVisitorToContactRequest.User.UserWithId._FinalStage
-
build
- Specified by:
buildin interfaceMergeVisitorToContactRequest.User.UserWithId._FinalStage
-