Klasse BlogPostSingle
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.BlogPostSingle
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class BlogPostSingle
extends Object
BlogPostSingle
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected AbstractPageLinksprotected StringThe account ID of the user who created this blog post originally.protected BodySingleprotected OffsetDateTimeDate and time when the blog post was created.protected StringID of the blog post.protected StringID of the space the blog post is in.protected ContentStatusprotected StringTitle of the blog post.protected Version -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedBlogPostSingle(String id, ContentStatus status, String title, String spaceId, String authorId, OffsetDateTime createdAt, Version version, BodySingle body, AbstractPageLinks _links) Constructs a validated instance ofBlogPostSingle.BlogPostSingle(Consumer<BlogPostSingle> spec) Constructs a validated instance ofBlogPostSingle. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung_links()_links(AbstractPageLinks _links) authorId()The account ID of the user who created this blog post originally.The account ID of the user who created this blog post originally.body()body(BodySingle body) builder()protected booleanDate and time when the blog post was created.createdAt(OffsetDateTime createdAt) Date and time when the blog post was created.booleaninthashCode()id()ID of the blog post.ID of the blog post.spaceId()ID of the space the blog post is in.ID of the space the blog post is in.status()status(ContentStatus status) title()Title of the blog post.Title of the blog post.toString()version()
-
Felddetails
-
id
ID of the blog post. -
status
-
title
Title of the blog post. -
spaceId
ID of the space the blog post is in. -
authorId
The account ID of the user who created this blog post originally. -
createdAt
Date and time when the blog post was created. In format "YYYY-MM-DDTHH:mm:ss.sssZ". -
version
-
body
-
_links
-
-
Konstruktordetails
-
BlogPostSingle
Constructs a validated instance ofBlogPostSingle.- Parameter:
spec- the specification to process
-
BlogPostSingle
@Internal public BlogPostSingle(String id, ContentStatus status, String title, String spaceId, String authorId, OffsetDateTime createdAt, Version version, BodySingle body, AbstractPageLinks _links) Constructs a validated instance ofBlogPostSingle.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
BlogPostSingle(Consumer)instead.- Parameter:
id- ID of the blog post.status- statustitle- Title of the blog post.spaceId- ID of the space the blog post is in.authorId- The account ID of the user who created this blog post originally.createdAt- Date and time when the blog post was created. In format "YYYY-MM-DDTHH:mm:ss.sssZ".version- versionbody- body_links- _links
-
BlogPostSingle
protected BlogPostSingle()
-
-
Methodendetails
-
builder
-
id
ID of the blog post. -
status
-
title
Title of the blog post. -
spaceId
ID of the space the blog post is in. -
authorId
The account ID of the user who created this blog post originally. -
createdAt
Date and time when the blog post was created. In format "YYYY-MM-DDTHH:mm:ss.sssZ". -
version
-
body
-
_links
-
id
ID of the blog post.- 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.- 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.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-