Interface AttachContactToCompanyRequest.ContactIdStage
-
- All Known Implementing Classes:
AttachContactToCompanyRequest.Builder
- Enclosing class:
- AttachContactToCompanyRequest
public static interface AttachContactToCompanyRequest.ContactIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttachContactToCompanyRequest.CompanyIdStagecontactId(java.lang.String contactId)The unique identifier for the contact which is given by IntercomAttachContactToCompanyRequest.Builderfrom(AttachContactToCompanyRequest other)
-
-
-
Method Detail
-
contactId
AttachContactToCompanyRequest.CompanyIdStage contactId(@NotNull java.lang.String contactId)
The unique identifier for the contact which is given by Intercom
-
from
AttachContactToCompanyRequest.Builder from(AttachContactToCompanyRequest other)
-
-