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