Interface ArticleListItem.WorkspaceIdStage
-
- All Known Implementing Classes:
ArticleListItem.Builder
- Enclosing class:
- ArticleListItem
public static interface ArticleListItem.WorkspaceIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ArticleListItem.TitleStageworkspaceId(java.lang.String workspaceId)The id of the workspace which the article belongs to.
-
-
-
Method Detail
-
workspaceId
ArticleListItem.TitleStage workspaceId(@NotNull java.lang.String workspaceId)
The id of the workspace which the article belongs to.
-
-