Class VersionRestore

java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.VersionRestore

@Generated("io.github.primelib.primecodegen") public class VersionRestore extends Object
VersionRestore
  • Field Details

    • operationKey

      protected String operationKey
      Set to 'restore'.
    • params

      protected Params params
  • Constructor Details

    • VersionRestore

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

      @Internal public VersionRestore(String operationKey, Params params)
      Constructs a validated instance of VersionRestore.

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

      Parameters:
      operationKey - Set to 'restore'.
      params - params
    • VersionRestore

      protected VersionRestore()
  • Method Details