Klasse CopyPageHierarchyRequest
java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.CopyPageHierarchyRequest
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CopyPageHierarchyRequest
extends Object
CopyPageHierarchyRequest
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected 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, descendants 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 Stringprotected CopyPageHierarchyTitleOptions -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedCopyPageHierarchyRequest(Boolean copyAttachments, Boolean copyPermissions, Boolean copyProperties, Boolean copyLabels, Boolean copyCustomContents, Boolean copyDescendants, String destinationPageId, CopyPageHierarchyTitleOptions titleOptions) Constructs a validated instance ofCopyPageHierarchyRequest.Constructs a validated instance ofCopyPageHierarchyRequest. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()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, descendants are copied to the destination page.copyDescendants(Boolean copyDescendants) If set totrue, descendants 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.destinationPageId(String destinationPageId) booleaninthashCode()titleOptions(CopyPageHierarchyTitleOptions titleOptions) 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. -
copyDescendants
If set totrue, descendants are copied to the destination page. -
destinationPageId
-
titleOptions
-
-
Konstruktordetails
-
CopyPageHierarchyRequest
Constructs a validated instance ofCopyPageHierarchyRequest.- Parameter:
spec- the specification to process
-
CopyPageHierarchyRequest
@Internal public CopyPageHierarchyRequest(Boolean copyAttachments, Boolean copyPermissions, Boolean copyProperties, Boolean copyLabels, Boolean copyCustomContents, Boolean copyDescendants, String destinationPageId, CopyPageHierarchyTitleOptions titleOptions) Constructs a validated instance ofCopyPageHierarchyRequest.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
CopyPageHierarchyRequest(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.copyDescendants- If set totrue, descendants are copied to the destination page.destinationPageId- destinationPageIdtitleOptions- titleOptions
-
CopyPageHierarchyRequest
protected CopyPageHierarchyRequest()
-
-
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. -
copyDescendants
If set totrue, descendants are copied to the destination page. -
destinationPageId
-
titleOptions
-
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.
-
copyDescendants
If set totrue, descendants are copied to the destination page.- Gibt zurück:
this.
-
destinationPageId
- Gibt zurück:
this.
-
titleOptions
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-