Klasse UpdatePageRequest
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.UpdatePageRequest
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdatePageRequest
extends Object
UpdatePageRequest
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic enumThe updated status of the page.static class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected CreatePageRequestBodyprotected StringId of the page.protected ObjectAccount ID of the page owner.protected ObjectID of the parent page.protected ObjectID of the containing space.protected UpdatePageRequest.StatusEnumThe updated status of the page.protected StringTitle of the page.protected UpdatePageRequestVersion -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedUpdatePageRequest(String id, UpdatePageRequest.StatusEnum status, String title, Object spaceId, Object parentId, Object ownerId, CreatePageRequestBody body, UpdatePageRequestVersion version) Constructs a validated instance ofUpdatePageRequest.Constructs a validated instance ofUpdatePageRequest. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbody()body(CreatePageRequestBody body) builder()protected booleanbooleaninthashCode()id()Id of the page.Id of the page.ownerId()Account ID of the page owner.Account ID of the page owner.parentId()ID of the parent page.ID of the parent page.spaceId()ID of the containing space.ID of the containing space.status()The updated status of the page.status(UpdatePageRequest.StatusEnum status) The updated status of the page.title()Title of the page.Title of the page.toString()version()version(UpdatePageRequestVersion version)
-
Felddetails
-
id
Id of the page. -
status
The updated status of the page. Note, if you change the status of a page from 'current' to 'draft' and it has an existing draft, the existing draft will be deleted in favor of the updated draft. -
title
Title of the page. -
spaceId
ID of the containing space. This currently **does not support moving the page to a different space**. -
parentId
ID of the parent page. This allows the page to be moved under a different parent within the same space. -
ownerId
Account ID of the page owner. This allows page ownership to be transferred to another user. -
body
-
version
-
-
Konstruktordetails
-
UpdatePageRequest
Constructs a validated instance ofUpdatePageRequest.- Parameter:
spec- the specification to process
-
UpdatePageRequest
@Internal public UpdatePageRequest(String id, UpdatePageRequest.StatusEnum status, String title, Object spaceId, Object parentId, Object ownerId, CreatePageRequestBody body, UpdatePageRequestVersion version) Constructs a validated instance ofUpdatePageRequest.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
UpdatePageRequest(Consumer)instead.- Parameter:
id- Id of the page.status- The updated status of the page. Note, if you change the status of a page from 'current' to 'draft' and it has an existing draft, the existing draft will be deleted in favor of the updated draft.title- Title of the page.spaceId- ID of the containing space. This currently **does not support moving the page to a different space**.parentId- ID of the parent page. This allows the page to be moved under a different parent within the same space.ownerId- Account ID of the page owner. This allows page ownership to be transferred to another user.body- bodyversion- version
-
UpdatePageRequest
protected UpdatePageRequest()
-
-
Methodendetails
-
builder
-
id
Id of the page. -
status
The updated status of the page. Note, if you change the status of a page from 'current' to 'draft' and it has an existing draft, the existing draft will be deleted in favor of the updated draft. -
title
Title of the page. -
spaceId
ID of the containing space. This currently **does not support moving the page to a different space**. -
parentId
ID of the parent page. This allows the page to be moved under a different parent within the same space. -
ownerId
Account ID of the page owner. This allows page ownership to be transferred to another user. -
body
-
version
-
id
Id of the page.- Gibt zurück:
this.
-
status
The updated status of the page. Note, if you change the status of a page from 'current' to 'draft' and it has an existing draft, the existing draft will be deleted in favor of the updated draft.- Gibt zurück:
this.
-
title
Title of the page.- Gibt zurück:
this.
-
spaceId
ID of the containing space. This currently **does not support moving the page to a different space**.- Gibt zurück:
this.
-
parentId
ID of the parent page. This allows the page to be moved under a different parent within the same space.- Gibt zurück:
this.
-
ownerId
Account ID of the page owner. This allows page ownership to be transferred to another user.- Gibt zurück:
this.
-
body
- Gibt zurück:
this.
-
version
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-