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