Interface ArticleListItem.AuthorIdStage
-
- All Known Implementing Classes:
ArticleListItem.Builder
- Enclosing class:
- ArticleListItem
public static interface ArticleListItem.AuthorIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ArticleListItem.StateStageauthorId(int authorId)The id of the author of the article.
-
-
-
Method Detail
-
authorId
ArticleListItem.StateStage authorId(int authorId)
The id of the author of the article. For multilingual articles, this will be the id of the author of the default language's content. Must be a teammate on the help center's workspace.
-
-