Klasse DetailedVersion.DetailedVersionBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.DetailedVersion.DetailedVersionBuilder
- Umschließende Klasse:
DetailedVersion
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungThe account ID of the user who created this version.build()collaborators(List<String> collaborators) The account IDs of users that collaborated on this version.contentTypeModified(Boolean contentTypeModified) Describes if the content type is modified in this version (e.g.createdAt(OffsetDateTime createdAt) Date and time when the version was created.Message associated with the current version.Describes if this version is a minor version.nextVersion(Integer nextVersion) The version number of the version after this current content update.The current version number.prevVersion(Integer prevVersion) The version number of the version prior to this current content update.toString()
-
Methodendetails
-
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.
-
build
-
toString
-