Package com.intercom.api.types
Interface DeletedObject.IdStage
-
- All Known Implementing Classes:
DeletedObject.Builder
- Enclosing class:
- DeletedObject
public static interface DeletedObject.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeletedObject.Builderfrom(DeletedObject other)DeletedObject.DeletedStageid(java.lang.String id)The unique identifier for the news item which you provided in the URL.
-
-
-
Method Detail
-
id
DeletedObject.DeletedStage id(@NotNull java.lang.String id)
The unique identifier for the news item which you provided in the URL.
-
from
DeletedObject.Builder from(DeletedObject other)
-
-