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