Klasse VersionRestoreParams

java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.VersionRestoreParams

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class VersionRestoreParams extends Object
VersionRestoreParams
  • Felddetails

    • versionNumber

      protected Integer versionNumber
      The version number to be restored.
    • message

      protected String message
      Description for the version.
    • restoreTitle

      protected Boolean restoreTitle
      If true, the content title will be the same as the title from the version restored. Defaults to false.
  • Konstruktordetails

    • VersionRestoreParams

      public VersionRestoreParams(Consumer<VersionRestoreParams> spec)
      Constructs a validated instance of VersionRestoreParams.
      Parameter:
      spec - the specification to process
    • VersionRestoreParams

      @Internal public VersionRestoreParams(Integer versionNumber, String message, Boolean restoreTitle)
      Constructs a validated instance of VersionRestoreParams.

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

      Parameter:
      versionNumber - The version number to be restored.
      message - Description for the version.
      restoreTitle - If true, the content title will be the same as the title from the version restored. Defaults to false.
    • VersionRestoreParams

      protected VersionRestoreParams()
  • Methodendetails

    • builder

    • versionNumber

      public Integer versionNumber()
      The version number to be restored.
    • message

      public String message()
      Description for the version.
    • restoreTitle

      public Boolean restoreTitle()
      If true, the content title will be the same as the title from the version restored. Defaults to false.
    • versionNumber

      public VersionRestoreParams versionNumber(Integer versionNumber)
      The version number to be restored.
      Gibt zurück:
      this.
    • message

      public VersionRestoreParams message(String message)
      Description for the version.
      Gibt zurück:
      this.
    • restoreTitle

      public VersionRestoreParams restoreTitle(Boolean restoreTitle)
      If true, the content title will be the same as the title from the version restored. Defaults to false.
      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