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