Interface MergeVisitorToContactRequest.TypeStage
-
- All Known Implementing Classes:
MergeVisitorToContactRequest.Builder
- Enclosing class:
- MergeVisitorToContactRequest
public static interface MergeVisitorToContactRequest.TypeStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MergeVisitorToContactRequest.Builderfrom(MergeVisitorToContactRequest other)MergeVisitorToContactRequest.UserStagetype(java.lang.String type)Represents the role of the Contact model.
-
-
-
Method Detail
-
type
MergeVisitorToContactRequest.UserStage type(@NotNull java.lang.String type)
Represents the role of the Contact model. Accepts
leadoruser.
-
from
MergeVisitorToContactRequest.Builder from(MergeVisitorToContactRequest other)
-
-