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