Klasse CreatePageRequest
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.CreatePageRequest
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreatePageRequest
extends Object
CreatePageRequest
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classstatic enumThe status of the page, published or draft. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected CreatePageRequestBodyprotected StringThe parent content ID of the page.protected StringID of the spaceprotected CreatePageRequest.StatusEnumThe status of the page, published or draft.protected StringTitle of the page, required if page status is not draft. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedCreatePageRequest(String spaceId, CreatePageRequest.StatusEnum status, String title, String parentId, CreatePageRequestBody body) Constructs a validated instance ofCreatePageRequest.Constructs a validated instance ofCreatePageRequest. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbody()body(CreatePageRequestBody body) builder()protected booleanbooleaninthashCode()parentId()The parent content ID of the page.The parent content ID of the page.spaceId()ID of the spaceID of the spacestatus()The status of the page, published or draft.status(CreatePageRequest.StatusEnum status) The status of the page, published or draft.title()Title of the page, required if page status is not draft.Title of the page, required if page status is not draft.toString()
-
Felddetails
-
spaceId
ID of the space -
status
The status of the page, published or draft. -
title
Title of the page, required if page status is not draft. -
parentId
The parent content ID of the page. -
body
-
-
Konstruktordetails
-
CreatePageRequest
Constructs a validated instance ofCreatePageRequest.- Parameter:
spec- the specification to process
-
CreatePageRequest
@Internal public CreatePageRequest(String spaceId, CreatePageRequest.StatusEnum status, String title, String parentId, CreatePageRequestBody body) Constructs a validated instance ofCreatePageRequest.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
CreatePageRequest(Consumer)instead.- Parameter:
spaceId- ID of the spacestatus- The status of the page, published or draft.title- Title of the page, required if page status is not draft.parentId- The parent content ID of the page.body- body
-
CreatePageRequest
protected CreatePageRequest()
-
-
Methodendetails
-
builder
-
spaceId
ID of the space -
status
The status of the page, published or draft. -
title
Title of the page, required if page status is not draft. -
parentId
The parent content ID of the page. -
body
-
spaceId
ID of the space- Gibt zurück:
this.
-
status
The status of the page, published or draft.- Gibt zurück:
this.
-
title
Title of the page, required if page status is not draft.- Gibt zurück:
this.
-
parentId
The parent content ID of the page.- Gibt zurück:
this.
-
body
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-