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