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