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 updated 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 updated status of the blog post. Note, if you change the status of a blog post from 'current' to 'draft' and it has an existing draft, the existing draft will be deleted in favor of the updated draft.- 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
-