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