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