Class VersionRestore
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.VersionRestore
VersionRestore
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProtected no-args constructor for use by serialization frameworks.VersionRestore(String operationKey, Params params) Constructs a validated instance ofVersionRestore.VersionRestore(Consumer<VersionRestore> spec) Constructs a validated instance ofVersionRestore. -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of operationKey.Gets the value of params.inthashCode()Fluent getter for operationKey.operationKey(String operationKey) Fluent setter for operationKey.params()Fluent getter for params.Fluent setter for params.voidsetOperationKey(String operationKey) Sets the value of operationKey.voidSets the value of params.toString()
-
Field Details
-
operationKey
Set to 'restore'. -
params
-
-
Constructor Details
-
VersionRestore
Constructs a validated instance ofVersionRestore.- Parameters:
spec- the specification to process
-
VersionRestore
@Internal protected VersionRestore()Protected no-args constructor for use by serialization frameworks. -
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
-
-
Method Details
-
operationKey
Fluent getter for operationKey.Set to 'restore'.
- Returns:
- operationKey
-
operationKey
Fluent setter for operationKey.Set to 'restore'.
- Parameters:
operationKey- operationKey- Returns:
- this
-
getOperationKey
Gets the value of operationKey.Set to 'restore'.
- Returns:
- operationKey
-
setOperationKey
Sets the value of operationKey.Set to 'restore'.
- Parameters:
operationKey- operationKey
-
params
-
params
Fluent setter for params.- Parameters:
params- params- Returns:
- this
-
getParams
-
setParams
-
equals
-
hashCode
-
toString
-