Klasse CustomContentBulk
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.CustomContentBulk
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CustomContentBulk
extends Object
CustomContentBulk
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected CustomContentLinksprotected StringThe account ID of the user who created this custom content originally.protected StringID of the containing blog post.protected CustomContentBodyBulkprotected OffsetDateTimeDate and time when the custom content was created.protected StringID of the containing custom content.protected StringID of the custom content.protected StringID of the containing page.protected StringID of the space the custom content is in.protected ContentStatusprotected StringTitle of the custom content.protected StringThe type of custom content.protected Version -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedCustomContentBulk(String id, String type, ContentStatus status, String title, String spaceId, String pageId, String blogPostId, String customContentId, String authorId, OffsetDateTime createdAt, Version version, CustomContentBodyBulk body, CustomContentLinks _links) Constructs a validated instance ofCustomContentBulk.Constructs a validated instance ofCustomContentBulk. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung_links()_links(CustomContentLinks _links) authorId()The account ID of the user who created this custom content originally.The account ID of the user who created this custom content originally.ID of the containing blog post.blogPostId(String blogPostId) ID of the containing blog post.body()body(CustomContentBodyBulk body) builder()protected booleanDate and time when the custom content was created.createdAt(OffsetDateTime createdAt) Date and time when the custom content was created.ID of the containing custom content.customContentId(String customContentId) ID of the containing custom content.booleaninthashCode()id()ID of the custom content.ID of the custom content.pageId()ID of the containing page.ID of the containing page.spaceId()ID of the space the custom content is in.ID of the space the custom content is in.status()status(ContentStatus status) title()Title of the custom content.Title of the custom content.toString()type()The type of custom content.The type of custom content.version()
-
Felddetails
-
id
ID of the custom content. -
type
The type of custom content. -
status
-
title
Title of the custom content. -
spaceId
ID of the space the custom content is in. Note: This is always returned, regardless of if the custom content has a container that is a space. -
pageId
ID of the containing page. Note: This is only returned if the custom content has a container that is a page. -
blogPostId
ID of the containing blog post. Note: This is only returned if the custom content has a container that is a blog post. -
customContentId
ID of the containing custom content. Note: This is only returned if the custom content has a container that is custom content. -
authorId
The account ID of the user who created this custom content originally. -
createdAt
Date and time when the custom content was created. In format "YYYY-MM-DDTHH:mm:ss.sssZ". -
version
-
body
-
_links
-
-
Konstruktordetails
-
CustomContentBulk
Constructs a validated instance ofCustomContentBulk.- Parameter:
spec- the specification to process
-
CustomContentBulk
@Internal public CustomContentBulk(String id, String type, ContentStatus status, String title, String spaceId, String pageId, String blogPostId, String customContentId, String authorId, OffsetDateTime createdAt, Version version, CustomContentBodyBulk body, CustomContentLinks _links) Constructs a validated instance ofCustomContentBulk.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
CustomContentBulk(Consumer)instead.- Parameter:
id- ID of the custom content.type- The type of custom content.status- statustitle- Title of the custom content.spaceId- ID of the space the custom content is in. Note: This is always returned, regardless of if the custom content has a container that is a space.pageId- ID of the containing page. Note: This is only returned if the custom content has a container that is a page.blogPostId- ID of the containing blog post. Note: This is only returned if the custom content has a container that is a blog post.customContentId- ID of the containing custom content. Note: This is only returned if the custom content has a container that is custom content.authorId- The account ID of the user who created this custom content originally.createdAt- Date and time when the custom content was created. In format "YYYY-MM-DDTHH:mm:ss.sssZ".version- versionbody- body_links- _links
-
CustomContentBulk
protected CustomContentBulk()
-
-
Methodendetails
-
builder
-
id
ID of the custom content. -
type
The type of custom content. -
status
-
title
Title of the custom content. -
spaceId
ID of the space the custom content is in. Note: This is always returned, regardless of if the custom content has a container that is a space. -
pageId
ID of the containing page. Note: This is only returned if the custom content has a container that is a page. -
blogPostId
ID of the containing blog post. Note: This is only returned if the custom content has a container that is a blog post. -
customContentId
ID of the containing custom content. Note: This is only returned if the custom content has a container that is custom content. -
authorId
The account ID of the user who created this custom content originally. -
createdAt
Date and time when the custom content was created. In format "YYYY-MM-DDTHH:mm:ss.sssZ". -
version
-
body
-
_links
-
id
ID of the custom content.- Gibt zurück:
this.
-
type
The type of custom content.- Gibt zurück:
this.
-
status
- Gibt zurück:
this.
-
title
Title of the custom content.- Gibt zurück:
this.
-
spaceId
ID of the space the custom content is in. Note: This is always returned, regardless of if the custom content has a container that is a space.- Gibt zurück:
this.
-
pageId
ID of the containing page. Note: This is only returned if the custom content has a container that is a page.- Gibt zurück:
this.
-
blogPostId
ID of the containing blog post. Note: This is only returned if the custom content has a container that is a blog post.- Gibt zurück:
this.
-
customContentId
ID of the containing custom content. Note: This is only returned if the custom content has a container that is custom content.- Gibt zurück:
this.
-
authorId
The account ID of the user who created this custom content originally.- Gibt zurück:
this.
-
createdAt
Date and time when the custom content 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
-