Klasse ContentHistory
java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.ContentHistory
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ContentHistory
extends Object
ContentHistory
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected ContentHistoryExpandableprotected ContentHistoryContributorsprotected Userprotected OffsetDateTimeprotected Userprotected Versionprotected Booleanprotected Versionprotected Userprotected Version -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedContentHistory(Boolean latest, User createdBy, User ownedBy, User lastOwnedBy, OffsetDateTime createdDate, Version lastUpdated, Version previousVersion, ContentHistoryContributors contributors, Version nextVersion, ContentHistoryExpandable _expandable, Map<String, String> _links) Constructs a validated instance ofContentHistory.ContentHistory(Consumer<ContentHistory> spec) Constructs a validated instance ofContentHistory. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung_expandable(ContentHistoryExpandable _expandable) _links()builder()protected booleancontributors(ContentHistoryContributors contributors) createdDate(OffsetDateTime createdDate) booleaninthashCode()lastOwnedBy(User lastOwnedBy) lastUpdated(Version lastUpdated) latest()nextVersion(Version nextVersion) ownedBy()previousVersion(Version previousVersion) toString()
-
Felddetails
-
latest
-
createdBy
-
ownedBy
-
lastOwnedBy
-
createdDate
-
lastUpdated
-
previousVersion
-
contributors
-
nextVersion
-
_expandable
-
_links
-
-
Konstruktordetails
-
ContentHistory
Constructs a validated instance ofContentHistory.- Parameter:
spec- the specification to process
-
ContentHistory
@Internal public ContentHistory(Boolean latest, User createdBy, User ownedBy, User lastOwnedBy, OffsetDateTime createdDate, Version lastUpdated, Version previousVersion, ContentHistoryContributors contributors, Version nextVersion, ContentHistoryExpandable _expandable, Map<String, String> _links) Constructs a validated instance ofContentHistory.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ContentHistory(Consumer)instead.- Parameter:
latest- latestcreatedBy- createdByownedBy- ownedBylastOwnedBy- lastOwnedBycreatedDate- createdDatelastUpdated- lastUpdatedpreviousVersion- previousVersioncontributors- contributorsnextVersion- nextVersion_expandable- _expandable_links- _links
-
ContentHistory
protected ContentHistory()
-
-
Methodendetails
-
builder
-
latest
-
createdBy
-
ownedBy
-
lastOwnedBy
-
createdDate
-
lastUpdated
-
previousVersion
-
contributors
-
nextVersion
-
_expandable
-
_links
-
latest
- Gibt zurück:
this.
-
createdBy
- Gibt zurück:
this.
-
ownedBy
- Gibt zurück:
this.
-
lastOwnedBy
- Gibt zurück:
this.
-
createdDate
- Gibt zurück:
this.
-
lastUpdated
- Gibt zurück:
this.
-
previousVersion
- Gibt zurück:
this.
-
contributors
- Gibt zurück:
this.
-
nextVersion
- Gibt zurück:
this.
-
_expandable
- Gibt zurück:
this.
-
_links
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-