Interface CreateInternalArticleRequest.AuthorIdStage
-
- All Known Implementing Classes:
CreateInternalArticleRequest.Builder
- Enclosing class:
- CreateInternalArticleRequest
public static interface CreateInternalArticleRequest.AuthorIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateInternalArticleRequest.OwnerIdStageauthorId(int authorId)The id of the author of the article.
-
-
-
Method Detail
-
authorId
CreateInternalArticleRequest.OwnerIdStage authorId(int authorId)
The id of the author of the article.
-
-