Klasse CreateBlogPostRequestBody.CreateBlogPostRequestBodyBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.CreateBlogPostRequestBody.CreateBlogPostRequestBodyBuilder
- Umschließende Klasse:
CreateBlogPostRequestBody
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungatlasDocFormat
(BlogPostBodyWrite atlasDocFormat) build()
representation
(CreateBlogPostRequestBody.RepresentationEnum representation) Type of content representation used for the value field.storage
(BlogPostBodyWrite storage) toString()
Body of the blog post, in the format found in the representation field.wiki
(BlogPostBodyWrite wiki)
-
Methodendetails
-
representation
public CreateBlogPostRequestBody.CreateBlogPostRequestBodyBuilder representation(CreateBlogPostRequestBody.RepresentationEnum representation) Type of content representation used for the value field.- Gibt zurück:
this
.
-
value
Body of the blog post, in the format found in the representation field.- Gibt zurück:
this
.
-
storage
public CreateBlogPostRequestBody.CreateBlogPostRequestBodyBuilder storage(BlogPostBodyWrite storage) - Gibt zurück:
this
.
-
atlasDocFormat
public CreateBlogPostRequestBody.CreateBlogPostRequestBodyBuilder atlasDocFormat(BlogPostBodyWrite atlasDocFormat) - Gibt zurück:
this
.
-
wiki
- Gibt zurück:
this
.
-
build
-
toString
-