Interface Article.TitleStage
-
- All Known Implementing Classes:
Article.Builder
- Enclosing class:
- Article
public static interface Article.TitleStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Article.AuthorIdStagetitle(java.lang.String title)The title of the article.
-
-
-
Method Detail
-
title
Article.AuthorIdStage title(@NotNull java.lang.String title)
The title of the article. For multilingual articles, this will be the title of the default language's content.
-
-