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