Class VersionRestore
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.VersionRestore
VersionRestore
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedVersionRestore(String operationKey, Params params) Constructs a validated instance ofVersionRestore.VersionRestore(Consumer<VersionRestore> spec) Constructs a validated instance ofVersionRestore. -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()Set to 'restore'.operationKey(String operationKey) Set to 'restore'.params()toString()
-
Field Details
-
operationKey
Set to 'restore'. -
params
-
-
Constructor Details
-
VersionRestore
Constructs a validated instance ofVersionRestore.- Parameters:
spec- the specification to process
-
VersionRestore
Constructs a validated instance ofVersionRestore.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