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