Interface Article.AuthorIdStage
-
- All Known Implementing Classes:
Article.Builder
- Enclosing class:
- Article
public static interface Article.AuthorIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Article.StateStageauthorId(int authorId)The id of the author of the article.
-
-
-
Method Detail
-
authorId
Article.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.
-
-