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
  • Felddetails

    • copyAttachments

      protected Boolean copyAttachments
      If set to true, attachments are copied to the destination page.
    • copyPermissions

      protected Boolean copyPermissions
      If set to true, page permissions are copied to the destination page.
    • copyProperties

      protected Boolean copyProperties
      If set to true, content properties are copied to the destination page.
    • copyLabels

      protected Boolean copyLabels
      If set to true, labels are copied to the destination page.
    • copyCustomContents

      protected Boolean copyCustomContents
      If set to true, custom contents are copied to the destination page.
    • destination

      protected CopyPageRequestDestination destination
    • pageTitle

      protected String pageTitle
      If defined, this will replace the title of the destination page.
    • body

      protected CopyPageRequestBody body
  • Konstruktordetails

    • CopyPageRequest

      public CopyPageRequest(Consumer<CopyPageRequest> spec)
      Constructs a validated instance of CopyPageRequest.
      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 of CopyPageRequest.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using CopyPageRequest(Consumer) instead.

      Parameter:
      copyAttachments - If set to true, attachments are copied to the destination page.
      copyPermissions - If set to true, page permissions are copied to the destination page.
      copyProperties - If set to true, content properties are copied to the destination page.
      copyLabels - If set to true, labels are copied to the destination page.
      copyCustomContents - If set to true, custom contents are copied to the destination page.
      destination - destination
      pageTitle - If defined, this will replace the title of the destination page.
      body - body
    • CopyPageRequest

      protected CopyPageRequest()
  • Methodendetails

    • builder

      public static CopyPageRequest.CopyPageRequestBuilder builder()
    • copyAttachments

      public Boolean copyAttachments()
      If set to true, attachments are copied to the destination page.
    • copyPermissions

      public Boolean copyPermissions()
      If set to true, page permissions are copied to the destination page.
    • copyProperties

      public Boolean copyProperties()
      If set to true, content properties are copied to the destination page.
    • copyLabels

      public Boolean copyLabels()
      If set to true, labels are copied to the destination page.
    • copyCustomContents

      public Boolean copyCustomContents()
      If set to true, custom contents are copied to the destination page.
    • destination

      public CopyPageRequestDestination destination()
    • pageTitle

      public String pageTitle()
      If defined, this will replace the title of the destination page.
    • body

      public CopyPageRequestBody body()
    • copyAttachments

      public CopyPageRequest copyAttachments(Boolean copyAttachments)
      If set to true, attachments are copied to the destination page.
      Gibt zurück:
      this.
    • copyPermissions

      public CopyPageRequest copyPermissions(Boolean copyPermissions)
      If set to true, page permissions are copied to the destination page.
      Gibt zurück:
      this.
    • copyProperties

      public CopyPageRequest copyProperties(Boolean copyProperties)
      If set to true, content properties are copied to the destination page.
      Gibt zurück:
      this.
    • copyLabels

      public CopyPageRequest copyLabels(Boolean copyLabels)
      If set to true, labels are copied to the destination page.
      Gibt zurück:
      this.
    • copyCustomContents

      public CopyPageRequest copyCustomContents(Boolean copyCustomContents)
      If set to true, custom contents are copied to the destination page.
      Gibt zurück:
      this.
    • destination

      public CopyPageRequest destination(CopyPageRequestDestination destination)
      Gibt zurück:
      this.
    • pageTitle

      public CopyPageRequest pageTitle(String pageTitle)
      If defined, this will replace the title of the destination page.
      Gibt zurück:
      this.
    • body

      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object