Klasse ChildPage
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.ChildPage
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ChildPage
extends Object
ChildPage
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected IntegerPosition of child page within the given parent page tree.protected StringID of the page.protected StringID of the space the page is in.protected OnlyArchivedAndCurrentContentStatusprotected StringTitle of the page. -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ChildPage.ChildPageBuilderbuilder()protected booleanPosition of child page within the given parent page tree.childPosition(Integer childPosition) Position of child page within the given parent page tree.booleaninthashCode()id()ID of the page.ID of the page.spaceId()ID of the space the page is in.ID of the space the page is in.status()title()Title of the page.Title of the page.toString()
-
Felddetails
-
id
ID of the page. -
status
-
title
Title of the page. -
spaceId
ID of the space the page is in. -
childPosition
Position of child page within the given parent page tree.
-
-
Konstruktordetails
-
ChildPage
Constructs a validated instance ofChildPage.- Parameter:
spec- the specification to process
-
ChildPage
@Internal public ChildPage(String id, OnlyArchivedAndCurrentContentStatus status, String title, String spaceId, Integer childPosition) Constructs a validated instance ofChildPage.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ChildPage(Consumer)instead.- Parameter:
id- ID of the page.status- statustitle- Title of the page.spaceId- ID of the space the page is in.childPosition- Position of child page within the given parent page tree.
-
ChildPage
protected ChildPage()
-
-
Methodendetails
-
builder
-
id
ID of the page. -
status
-
title
Title of the page. -
spaceId
ID of the space the page is in. -
childPosition
Position of child page within the given parent page tree. -
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.
-
childPosition
Position of child page within the given parent page tree.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-