Klasse GetBlogPostByIdOperationSpec.GetBlogPostByIdOperationSpecBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v2.spec.GetBlogPostByIdOperationSpec.GetBlogPostByIdOperationSpecBuilder
- Umschließende Klasse:
GetBlogPostByIdOperationSpec
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbodyFormat(@Nullable PrimaryBodyRepresentationSingle bodyFormat) The content format types to be returned in thebodyfield of the response.build()Retrieve the draft version of this blog post.The ID of the blog post to be returned.toString()Allows you to retrieve a previously published version.
-
Methodendetails
-
id
public GetBlogPostByIdOperationSpec.GetBlogPostByIdOperationSpecBuilder id(@NotNull @NotNull Long id) The ID of the blog post to be returned. If you don't know the blog post ID, use Get blog posts and filter the results.- Gibt zurück:
this.
-
bodyFormat
public GetBlogPostByIdOperationSpec.GetBlogPostByIdOperationSpecBuilder bodyFormat(@Nullable @Nullable PrimaryBodyRepresentationSingle bodyFormat) The content format types to be returned in thebodyfield of the response. If available, the representation will be available under a response field of the same name under thebodyfield.- Gibt zurück:
this.
-
getDraft
public GetBlogPostByIdOperationSpec.GetBlogPostByIdOperationSpecBuilder getDraft(@Nullable @Nullable Boolean getDraft) Retrieve the draft version of this blog post.- Gibt zurück:
this.
-
version
public GetBlogPostByIdOperationSpec.GetBlogPostByIdOperationSpecBuilder version(@Nullable @Nullable Integer version) Allows you to retrieve a previously published version. Specify the previous version's number to retrieve its details.- Gibt zurück:
this.
-
build
-
toString
-