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