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
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedVersionRestoreParams(Integer versionNumber, String message, Boolean restoreTitle) Constructs a validated instance ofVersionRestoreParams.Constructs a validated instance ofVersionRestoreParams. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()message()Description for the version.Description for the version.If true, the content title will be the same as the title from the version restored.restoreTitle(Boolean restoreTitle) If true, the content title will be the same as the title from the version restored.toString()The version number to be restored.versionNumber(Integer versionNumber) The version number to be restored.
-
Felddetails
-
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 tofalse.
-
-
Konstruktordetails
-
VersionRestoreParams
Constructs a validated instance ofVersionRestoreParams.- Parameter:
spec- the specification to process
-
VersionRestoreParams
Constructs a validated instance ofVersionRestoreParams.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 tofalse.
-
VersionRestoreParams
protected VersionRestoreParams()
-
-
Methodendetails
-
builder
-
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 tofalse. -
versionNumber
The version number to be restored.- Gibt zurück:
this.
-
message
Description for the version.- Gibt zurück:
this.
-
restoreTitle
If true, the content title will be the same as the title from the version restored. Defaults tofalse.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-