Klasse UpdateBlogPostRequest.UpdateBlogPostRequestBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.UpdateBlogPostRequest.UpdateBlogPostRequestBuilder
- Umschließende Klasse:
UpdateBlogPostRequest
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
Id of the blog post.ID of the containing space.The status of the blog post.Title of the blog post.toString()
version
(UpdateBlogPostRequestVersion version)
-
Methodendetails
-
id
Id of the blog post.- Gibt zurück:
this
.
-
status
public UpdateBlogPostRequest.UpdateBlogPostRequestBuilder status(UpdateBlogPostRequest.StatusEnum status) The status of the blog post.- Gibt zurück:
this
.
-
title
Title of the blog post.- Gibt zurück:
this
.
-
spaceId
ID of the containing space. This currently **does not support moving the blog post to a different space**.- Gibt zurück:
this
.
-
body
- Gibt zurück:
this
.
-
version
public UpdateBlogPostRequest.UpdateBlogPostRequestBuilder version(UpdateBlogPostRequestVersion version) - Gibt zurück:
this
.
-
build
-
toString
-