Interface AttachContactToCompanyRequest.CompanyIdStage
-
- All Known Implementing Classes:
AttachContactToCompanyRequest.Builder
- Enclosing class:
- AttachContactToCompanyRequest
public static interface AttachContactToCompanyRequest.CompanyIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttachContactToCompanyRequest._FinalStagecompanyId(java.lang.String companyId)The unique identifier for the company which is given by Intercom
-
-
-
Method Detail
-
companyId
AttachContactToCompanyRequest._FinalStage companyId(@NotNull java.lang.String companyId)
The unique identifier for the company which is given by Intercom
-
-