Package com.intercom.api.types
Interface CreateContactRequest.WithRole.RoleStage
-
- All Known Implementing Classes:
CreateContactRequest.WithRole.Builder
- Enclosing class:
- CreateContactRequest.WithRole
public static interface CreateContactRequest.WithRole.RoleStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateContactRequest.WithRole.Builderfrom(CreateContactRequest.WithRole other)CreateContactRequest.WithRole._FinalStagerole(java.lang.String role)The role of the contact.
-
-
-
Method Detail
-
role
CreateContactRequest.WithRole._FinalStage role(@NotNull java.lang.String role)
The role of the contact.
-
from
CreateContactRequest.WithRole.Builder from(CreateContactRequest.WithRole other)
-
-