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