Klasse CopyPageRequest.CopyPageRequestBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.CopyPageRequest.CopyPageRequestBuilder
- Umschließende Klasse:
CopyPageRequest
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbody(CopyPageRequestBody body) build()copyAttachments(Boolean copyAttachments) If set totrue, attachments are copied to the destination page.copyCustomContents(Boolean copyCustomContents) If set totrue, custom contents are copied to the destination page.copyLabels(Boolean copyLabels) If set totrue, labels are copied to the destination page.copyPermissions(Boolean copyPermissions) If set totrue, page permissions are copied to the destination page.copyProperties(Boolean copyProperties) If set totrue, content properties are copied to the destination page.destination(CopyPageRequestDestination destination) If defined, this will replace the title of the destination page.toString()
-
Methodendetails
-
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.
-
build
-
toString
-