Klasse DetailedVersion
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.DetailedVersion
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DetailedVersion
extends Object
DetailedVersion
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected StringThe account ID of the user who created this version.The account IDs of users that collaborated on this version.protected BooleanDescribes if the content type is modified in this version (e.g.protected OffsetDateTimeDate and time when the version was created.protected StringMessage associated with the current version.protected BooleanDescribes if this version is a minor version.protected IntegerThe version number of the version after this current content update.protected IntegerThe current version number.protected IntegerThe version number of the version prior to this current content update. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedDetailedVersion(Integer number, String authorId, String message, OffsetDateTime createdAt, Boolean minorEdit, Boolean contentTypeModified, List<String> collaborators, Integer prevVersion, Integer nextVersion) Constructs a validated instance ofDetailedVersion.Constructs a validated instance ofDetailedVersion. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungauthorId()The account ID of the user who created this version.The account ID of the user who created this version.builder()protected booleanThe account IDs of users that collaborated on this version.collaborators(List<String> collaborators) The account IDs of users that collaborated on this version.Describes if the content type is modified in this version (e.g.contentTypeModified(Boolean contentTypeModified) Describes if the content type is modified in this version (e.g.Date and time when the version was created.createdAt(OffsetDateTime createdAt) Date and time when the version was created.booleaninthashCode()message()Message associated with the current version.Message associated with the current version.Describes if this version is a minor version.Describes if this version is a minor version.The version number of the version after this current content update.nextVersion(Integer nextVersion) The version number of the version after this current content update.number()The current version number.The current version number.The version number of the version prior to this current content update.prevVersion(Integer prevVersion) The version number of the version prior to this current content update.toString()
-
Felddetails
-
number
The current version number. -
authorId
The account ID of the user who created this version. -
message
Message associated with the current version. -
createdAt
Date and time when the version was created. In format "YYYY-MM-DDTHH:mm:ss.sssZ". -
minorEdit
Describes if this version is a minor version. Email notifications and activity stream updates are not created for minor versions. -
contentTypeModified
Describes if the content type is modified in this version (e.g. page to blog) -
collaborators
The account IDs of users that collaborated on this version. -
prevVersion
The version number of the version prior to this current content update. -
nextVersion
The version number of the version after this current content update.
-
-
Konstruktordetails
-
DetailedVersion
Constructs a validated instance ofDetailedVersion.- Parameter:
spec- the specification to process
-
DetailedVersion
@Internal public DetailedVersion(Integer number, String authorId, String message, OffsetDateTime createdAt, Boolean minorEdit, Boolean contentTypeModified, List<String> collaborators, Integer prevVersion, Integer nextVersion) Constructs a validated instance ofDetailedVersion.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
DetailedVersion(Consumer)instead.- Parameter:
number- The current version number.authorId- The account ID of the user who created this version.message- Message associated with the current version.createdAt- Date and time when the version was created. In format "YYYY-MM-DDTHH:mm:ss.sssZ".minorEdit- Describes if this version is a minor version. Email notifications and activity stream updates are not created for minor versions.contentTypeModified- Describes if the content type is modified in this version (e.g. page to blog)collaborators- The account IDs of users that collaborated on this version.prevVersion- The version number of the version prior to this current content update.nextVersion- The version number of the version after this current content update.
-
DetailedVersion
protected DetailedVersion()
-
-
Methodendetails
-
builder
-
number
The current version number. -
authorId
The account ID of the user who created this version. -
message
Message associated with the current version. -
createdAt
Date and time when the version was created. In format "YYYY-MM-DDTHH:mm:ss.sssZ". -
minorEdit
Describes if this version is a minor version. Email notifications and activity stream updates are not created for minor versions. -
contentTypeModified
Describes if the content type is modified in this version (e.g. page to blog) -
collaborators
The account IDs of users that collaborated on this version. -
prevVersion
The version number of the version prior to this current content update. -
nextVersion
The version number of the version after this current content update. -
number
The current version number.- Gibt zurück:
this.
-
authorId
The account ID of the user who created this version.- Gibt zurück:
this.
-
message
Message associated with the current version.- Gibt zurück:
this.
-
createdAt
Date and time when the version was created. In format "YYYY-MM-DDTHH:mm:ss.sssZ".- Gibt zurück:
this.
-
minorEdit
Describes if this version is a minor version. Email notifications and activity stream updates are not created for minor versions.- Gibt zurück:
this.
-
contentTypeModified
Describes if the content type is modified in this version (e.g. page to blog)- Gibt zurück:
this.
-
collaborators
The account IDs of users that collaborated on this version.- Gibt zurück:
this.
-
prevVersion
The version number of the version prior to this current content update.- Gibt zurück:
this.
-
nextVersion
The version number of the version after this current content update.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-