Klasse BlogPostSingle.BlogPostSingleBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.BlogPostSingle.BlogPostSingleBuilder
- Umschließende Klasse:
BlogPostSingle
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibung_links(AbstractPageLinks _links) The account ID of the user who created this blog post originally.body(BodySingle body) build()createdAt(OffsetDateTime createdAt) Date and time when the blog post was created.ID of the blog post.ID of the space the blog post is in.status(ContentStatus status) Title of the blog post.toString()
-
Methodendetails
-
id
ID of the blog post. Due to JavaScript's max integer representation of 2^53-1, the type of this field will be changed from a numeric type to a string type at the end of the deprecation period. In the meantime,serialize-ids-as-strings=truecan be passed as a query param to any v2 endpoint to opt-in to this change now. See this [changelog](https://developer.atlassian.com/cloud/confluence/changelog/#CHANGE-905) for more detail.- Gibt zurück:
this.
-
status
- Gibt zurück:
this.
-
title
Title of the blog post.- Gibt zurück:
this.
-
spaceId
ID of the space the blog post is in. Due to JavaScript's max integer representation of 2^53-1, the type of this field will be changed from a numeric type to a string type at the end of the deprecation period. In the meantime,serialize-ids-as-strings=truecan be passed as a query param to any v2 endpoint to opt-in to this change now. See this [changelog](https://developer.atlassian.com/cloud/confluence/changelog/#CHANGE-905) for more detail.- Gibt zurück:
this.
-
authorId
The account ID of the user who created this blog post originally.- Gibt zurück:
this.
-
createdAt
Date and time when the blog post was created. In format "YYYY-MM-DDTHH:mm:ss.sssZ".- Gibt zurück:
this.
-
version
- Gibt zurück:
this.
-
body
- Gibt zurück:
this.
-
_links
- Gibt zurück:
this.
-
build
-
toString
-