Klasse CopyPageHierarchyRequest.CopyPageHierarchyRequestBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.CopyPageHierarchyRequest.CopyPageHierarchyRequestBuilder
- Umschließende Klasse:
CopyPageHierarchyRequest
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
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.copyDescendants
(Boolean copyDescendants) If set totrue
, descendants 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.destinationPageId
(String destinationPageId) titleOptions
(CopyPageHierarchyTitleOptions titleOptions) toString()
-
Methodendetails
-
copyAttachments
public CopyPageHierarchyRequest.CopyPageHierarchyRequestBuilder copyAttachments(Boolean copyAttachments) If set totrue
, attachments are copied to the destination page.- Gibt zurück:
this
.
-
copyPermissions
public CopyPageHierarchyRequest.CopyPageHierarchyRequestBuilder copyPermissions(Boolean copyPermissions) If set totrue
, page permissions are copied to the destination page.- Gibt zurück:
this
.
-
copyProperties
public CopyPageHierarchyRequest.CopyPageHierarchyRequestBuilder copyProperties(Boolean 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
public CopyPageHierarchyRequest.CopyPageHierarchyRequestBuilder copyCustomContents(Boolean copyCustomContents) If set totrue
, custom contents are copied to the destination page.- Gibt zurück:
this
.
-
copyDescendants
public CopyPageHierarchyRequest.CopyPageHierarchyRequestBuilder copyDescendants(Boolean copyDescendants) If set totrue
, descendants are copied to the destination page.- Gibt zurück:
this
.
-
destinationPageId
public CopyPageHierarchyRequest.CopyPageHierarchyRequestBuilder destinationPageId(String destinationPageId) - Gibt zurück:
this
.
-
titleOptions
public CopyPageHierarchyRequest.CopyPageHierarchyRequestBuilder titleOptions(CopyPageHierarchyTitleOptions titleOptions) - Gibt zurück:
this
.
-
build
-
toString
-