Klasse CopyPageRequest
java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.CopyPageRequest
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CopyPageRequest
extends Object
CopyPageRequest
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected CopyPageRequestBodyprotected BooleanIf set totrue, attachments are copied to the destination page.protected BooleanIf set totrue, custom contents are copied to the destination page.protected BooleanIf set totrue, labels are copied to the destination page.protected BooleanIf set totrue, page permissions are copied to the destination page.protected BooleanIf set totrue, content properties are copied to the destination page.protected CopyPageRequestDestinationprotected StringIf defined, this will replace the title of the destination page. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedCopyPageRequest(Boolean copyAttachments, Boolean copyPermissions, Boolean copyProperties, Boolean copyLabels, Boolean copyCustomContents, CopyPageRequestDestination destination, String pageTitle, CopyPageRequestBody body) Constructs a validated instance ofCopyPageRequest.Constructs a validated instance ofCopyPageRequest. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbody()body(CopyPageRequestBody body) builder()protected booleanIf set totrue, attachments are copied to the destination page.copyAttachments(Boolean copyAttachments) If set totrue, attachments are copied to the destination page.If set totrue, custom contents are copied to the destination page.copyCustomContents(Boolean copyCustomContents) If set totrue, custom contents are copied to the destination page.If set totrue, labels are copied to the destination page.copyLabels(Boolean copyLabels) If set totrue, labels are copied to the destination page.If set totrue, page permissions are copied to the destination page.copyPermissions(Boolean copyPermissions) If set totrue, page permissions are copied to the destination page.If set totrue, content properties are copied to the destination page.copyProperties(Boolean copyProperties) If set totrue, content properties are copied to the destination page.destination(CopyPageRequestDestination destination) booleaninthashCode()If defined, this will replace the title of the destination page.If defined, this will replace the title of the destination page.toString()
-
Felddetails
-
copyAttachments
If set totrue, attachments are copied to the destination page. -
copyPermissions
If set totrue, page permissions are copied to the destination page. -
copyProperties
If set totrue, content properties are copied to the destination page. -
copyLabels
If set totrue, labels are copied to the destination page. -
copyCustomContents
If set totrue, custom contents are copied to the destination page. -
destination
-
pageTitle
If defined, this will replace the title of the destination page. -
body
-
-
Konstruktordetails
-
CopyPageRequest
Constructs a validated instance ofCopyPageRequest.- Parameter:
spec- the specification to process
-
CopyPageRequest
@Internal public CopyPageRequest(Boolean copyAttachments, Boolean copyPermissions, Boolean copyProperties, Boolean copyLabels, Boolean copyCustomContents, CopyPageRequestDestination destination, String pageTitle, CopyPageRequestBody body) Constructs a validated instance ofCopyPageRequest.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
CopyPageRequest(Consumer)instead.- Parameter:
copyAttachments- If set totrue, attachments are copied to the destination page.copyPermissions- If set totrue, page permissions are copied to the destination page.copyProperties- If set totrue, content properties are copied to the destination page.copyLabels- If set totrue, labels are copied to the destination page.copyCustomContents- If set totrue, custom contents are copied to the destination page.destination- destinationpageTitle- If defined, this will replace the title of the destination page.body- body
-
CopyPageRequest
protected CopyPageRequest()
-
-
Methodendetails
-
builder
-
copyAttachments
If set totrue, attachments are copied to the destination page. -
copyPermissions
If set totrue, page permissions are copied to the destination page. -
copyProperties
If set totrue, content properties are copied to the destination page. -
copyLabels
If set totrue, labels are copied to the destination page. -
copyCustomContents
If set totrue, custom contents are copied to the destination page. -
destination
-
pageTitle
If defined, this will replace the title of the destination page. -
body
-
copyAttachments
If set totrue, attachments are copied to the destination page.- Gibt zurück:
this.
-
copyPermissions
If set totrue, page permissions are copied to the destination page.- Gibt zurück:
this.
-
copyProperties
If set totrue, content properties are copied to the destination page.- Gibt zurück:
this.
-
copyLabels
If set totrue, labels are copied to the destination page.- Gibt zurück:
this.
-
copyCustomContents
If set totrue, custom contents are copied to the destination page.- Gibt zurück:
this.
-
destination
- Gibt zurück:
this.
-
pageTitle
If defined, this will replace the title of the destination page.- Gibt zurück:
this.
-
body
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-