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 status of the page.static class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected CreatePageRequestBodyprotected StringId of the page.protected ObjectID of the parent page.protected ObjectID of the containing space.protected UpdatePageRequest.StatusEnumThe status of the page.protected StringTitle of the page.protected UpdateBlogPostRequestVersion -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedUpdatePageRequest(String id, UpdatePageRequest.StatusEnum status, String title, Object spaceId, Object parentId, CreatePageRequestBody body, UpdateBlogPostRequestVersion 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.parentId()ID of the parent page.ID of the parent page.spaceId()ID of the containing space.ID of the containing space.status()The status of the page.status(UpdatePageRequest.StatusEnum status) The status of the page.title()Title of the page.Title of the page.toString()version()version(UpdateBlogPostRequestVersion version)
-
Felddetails
-
id
Id of the page. -
status
The status of the page. -
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. -
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, CreatePageRequestBody body, UpdateBlogPostRequestVersion 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 status of the page.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.body- bodyversion- version
-
UpdatePageRequest
protected UpdatePageRequest()
-
-
Methodendetails
-
builder
-
id
Id of the page. -
status
The status of the page. -
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. -
body
-
version
-
id
Id of the page.- Gibt zurück:
this.
-
status
The status of the page.- 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.
-
body
- Gibt zurück:
this.
-
version
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-