Interface CreateInternalArticleRequest.TitleStage
-
- All Known Implementing Classes:
CreateInternalArticleRequest.Builder
- Enclosing class:
- CreateInternalArticleRequest
public static interface CreateInternalArticleRequest.TitleStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateInternalArticleRequest.Builderfrom(CreateInternalArticleRequest other)CreateInternalArticleRequest.AuthorIdStagetitle(java.lang.String title)The title of the article.
-
-
-
Method Detail
-
title
CreateInternalArticleRequest.AuthorIdStage title(@NotNull java.lang.String title)
The title of the article.
-
from
CreateInternalArticleRequest.Builder from(CreateInternalArticleRequest other)
-
-