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