Interface UpdateInternalArticleRequestBody._FinalStage
-
- All Known Implementing Classes:
UpdateInternalArticleRequestBody.Builder
- Enclosing class:
- UpdateInternalArticleRequestBody
public static interface UpdateInternalArticleRequestBody._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateInternalArticleRequestBody._FinalStageauthorId(java.lang.Integer authorId)UpdateInternalArticleRequestBody._FinalStageauthorId(java.util.Optional<java.lang.Integer> authorId)The id of the author of the article.UpdateInternalArticleRequestBody._FinalStagebody(java.lang.String body)UpdateInternalArticleRequestBody._FinalStagebody(java.util.Optional<java.lang.String> body)The content of the article.UpdateInternalArticleRequestBodybuild()UpdateInternalArticleRequestBody._FinalStageownerId(java.lang.Integer ownerId)UpdateInternalArticleRequestBody._FinalStageownerId(java.util.Optional<java.lang.Integer> ownerId)The id of the author of the article.UpdateInternalArticleRequestBody._FinalStagetitle(java.lang.String title)UpdateInternalArticleRequestBody._FinalStagetitle(java.util.Optional<java.lang.String> title)The title of the article.
-
-
-
Method Detail
-
build
UpdateInternalArticleRequestBody build()
-
title
UpdateInternalArticleRequestBody._FinalStage title(java.util.Optional<java.lang.String> title)
The title of the article.
-
title
UpdateInternalArticleRequestBody._FinalStage title(java.lang.String title)
-
body
UpdateInternalArticleRequestBody._FinalStage body(java.util.Optional<java.lang.String> body)
The content of the article.
-
body
UpdateInternalArticleRequestBody._FinalStage body(java.lang.String body)
-
authorId
UpdateInternalArticleRequestBody._FinalStage authorId(java.util.Optional<java.lang.Integer> authorId)
The id of the author of the article.
-
authorId
UpdateInternalArticleRequestBody._FinalStage authorId(java.lang.Integer authorId)
-
ownerId
UpdateInternalArticleRequestBody._FinalStage ownerId(java.util.Optional<java.lang.Integer> ownerId)
The id of the author of the article.
-
ownerId
UpdateInternalArticleRequestBody._FinalStage ownerId(java.lang.Integer ownerId)
-
-