Interface CreateArticleRequest.TitleStage
-
- All Known Implementing Classes:
CreateArticleRequest.Builder
- Enclosing class:
- CreateArticleRequest
public static interface CreateArticleRequest.TitleStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateArticleRequest.Builderfrom(CreateArticleRequest other)CreateArticleRequest.AuthorIdStagetitle(java.lang.String title)The title of the article.For multilingual articles, this will be the title of the default language's content.
-
-
-
Method Detail
-
title
CreateArticleRequest.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.
-
from
CreateArticleRequest.Builder from(CreateArticleRequest other)
-
-