Klasse BlogPostBulk
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.BlogPostBulk
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class BlogPostBulk
extends Object
BlogPostBulk
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected AbstractPageLinksprotected StringThe account ID of the user who created this blog post originally.protected BodyBulkprotected 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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedBlogPostBulk(String id, ContentStatus status, String title, String spaceId, String authorId, OffsetDateTime createdAt, Version version, BodyBulk body, AbstractPageLinks _links) Constructs a validated instance ofBlogPostBulk.BlogPostBulk(Consumer<BlogPostBulk> spec) Constructs a validated instance ofBlogPostBulk. -
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()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
-
BlogPostBulk
Constructs a validated instance ofBlogPostBulk.- Parameter:
spec- the specification to process
-
BlogPostBulk
@Internal public BlogPostBulk(String id, ContentStatus status, String title, String spaceId, String authorId, OffsetDateTime createdAt, Version version, BodyBulk body, AbstractPageLinks _links) Constructs a validated instance ofBlogPostBulk.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
BlogPostBulk(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
-
BlogPostBulk
protected BlogPostBulk()
-
-
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
-