Klasse PageBulk
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.PageBulk
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class PageBulk
extends Object
PageBulk
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected AbstractPageLinksprotected StringThe account ID of the user who created this page originally.protected BodyBulkprotected OffsetDateTimeDate and time when the page was created.protected StringID of the page.protected StringThe account ID of the user who owned this page previously, or null if there is no previous owner.protected StringThe account ID of the user who owns this page.protected StringID of the parent page, or null if there is no parent page.protected ParentContentTypeprotected IntegerPosition of child page within the given parent page tree.protected StringID of the space the page is in.protected ContentStatusprotected StringTitle of the page.protected Version -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedPageBulk()PageBulk(String id, ContentStatus status, String title, String spaceId, String parentId, ParentContentType parentType, Integer position, String authorId, String ownerId, String lastOwnerId, OffsetDateTime createdAt, Version version, BodyBulk body, AbstractPageLinks _links) Constructs a validated instance ofPageBulk.Constructs a validated instance ofPageBulk. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung_links()_links(AbstractPageLinks _links) authorId()The account ID of the user who created this page originally.The account ID of the user who created this page originally.body()static PageBulk.PageBulkBuilderbuilder()protected booleanDate and time when the page was created.createdAt(OffsetDateTime createdAt) Date and time when the page was created.booleaninthashCode()id()ID of the page.ID of the page.The account ID of the user who owned this page previously, or null if there is no previous owner.lastOwnerId(String lastOwnerId) The account ID of the user who owned this page previously, or null if there is no previous owner.ownerId()The account ID of the user who owns this page.The account ID of the user who owns this page.parentId()ID of the parent page, or null if there is no parent page.ID of the parent page, or null if there is no parent page.parentType(ParentContentType parentType) position()Position of child page within the given parent page tree.Position of child page within the given parent page tree.spaceId()ID of the space the page is in.ID of the space the page is in.status()status(ContentStatus status) title()Title of the page.Title of the page.toString()version()
-
Felddetails
-
id
ID of the page. -
status
-
title
Title of the page. -
spaceId
ID of the space the page is in. -
parentId
ID of the parent page, or null if there is no parent page. -
parentType
-
position
Position of child page within the given parent page tree. -
authorId
The account ID of the user who created this page originally. -
ownerId
The account ID of the user who owns this page. -
lastOwnerId
The account ID of the user who owned this page previously, or null if there is no previous owner. -
createdAt
Date and time when the page was created. In format "YYYY-MM-DDTHH:mm:ss.sssZ". -
version
-
body
-
_links
-
-
Konstruktordetails
-
PageBulk
Constructs a validated instance ofPageBulk.- Parameter:
spec- the specification to process
-
PageBulk
@Internal public PageBulk(String id, ContentStatus status, String title, String spaceId, String parentId, ParentContentType parentType, Integer position, String authorId, String ownerId, String lastOwnerId, OffsetDateTime createdAt, Version version, BodyBulk body, AbstractPageLinks _links) Constructs a validated instance ofPageBulk.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
PageBulk(Consumer)instead.- Parameter:
id- ID of the page.status- statustitle- Title of the page.spaceId- ID of the space the page is in.parentId- ID of the parent page, or null if there is no parent page.parentType- parentTypeposition- Position of child page within the given parent page tree.authorId- The account ID of the user who created this page originally.ownerId- The account ID of the user who owns this page.lastOwnerId- The account ID of the user who owned this page previously, or null if there is no previous owner.createdAt- Date and time when the page was created. In format "YYYY-MM-DDTHH:mm:ss.sssZ".version- versionbody- body_links- _links
-
PageBulk
protected PageBulk()
-
-
Methodendetails
-
builder
-
id
ID of the page. -
status
-
title
Title of the page. -
spaceId
ID of the space the page is in. -
parentId
ID of the parent page, or null if there is no parent page. -
parentType
-
position
Position of child page within the given parent page tree. -
authorId
The account ID of the user who created this page originally. -
ownerId
The account ID of the user who owns this page. -
lastOwnerId
The account ID of the user who owned this page previously, or null if there is no previous owner. -
createdAt
Date and time when the page was created. In format "YYYY-MM-DDTHH:mm:ss.sssZ". -
version
-
body
-
_links
-
id
ID of the page.- Gibt zurück:
this.
-
status
- Gibt zurück:
this.
-
title
Title of the page.- Gibt zurück:
this.
-
spaceId
ID of the space the page is in.- Gibt zurück:
this.
-
parentId
ID of the parent page, or null if there is no parent page.- Gibt zurück:
this.
-
parentType
- Gibt zurück:
this.
-
position
Position of child page within the given parent page tree.- Gibt zurück:
this.
-
authorId
The account ID of the user who created this page originally.- Gibt zurück:
this.
-
ownerId
The account ID of the user who owns this page.- Gibt zurück:
this.
-
lastOwnerId
The account ID of the user who owned this page previously, or null if there is no previous owner.- Gibt zurück:
this.
-
createdAt
Date and time when the page 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
-