Class ContentHistory
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.ContentHistory
ContentHistory
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Contributorsprotected Instantprotected Expandabled312Abprotected Versionprotected Booleanprotected Versionprotected Version -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedContentHistory(Boolean latest, Map<String, Object> createdBy, Map<String, Object> ownedBy, Map<String, Object> lastOwnedBy, Instant createdDate, Version lastUpdated, Version previousVersion, Contributors contributors, Version nextVersion, Expandabled312Ab Expandable, Map<String, Object> Links) Constructs a validated instance ofContentHistory.ContentHistory(Consumer<ContentHistory> spec) Constructs a validated instance ofContentHistory. -
Method Summary
Modifier and TypeMethodDescriptionprotected booleancontributors(Contributors contributors) createdDate(Instant createdDate) booleanExpandable(Expandabled312Ab Expandable) inthashCode()lastOwnedBy(Map<String, Object> lastOwnedBy) lastUpdated(Version lastUpdated) latest()Links()nextVersion(Version nextVersion) ownedBy()previousVersion(Version previousVersion) toString()
-
Field Details
-
latest
-
createdBy
-
ownedBy
-
lastOwnedBy
-
createdDate
-
lastUpdated
-
previousVersion
-
contributors
-
nextVersion
-
Expandable
-
Links
-
-
Constructor Details
-
ContentHistory
Constructs a validated instance ofContentHistory.- Parameters:
spec- the specification to process
-
ContentHistory
@Internal public ContentHistory(Boolean latest, Map<String, Object> createdBy, Map<String, Object> ownedBy, Map<String, Object> lastOwnedBy, Instant createdDate, Version lastUpdated, Version previousVersion, Contributors contributors, Version nextVersion, Expandabled312Ab Expandable, Map<String, Object> 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.- Parameters:
latest- latestcreatedBy- createdByownedBy- ownedBylastOwnedBy- lastOwnedBycreatedDate- createdDatelastUpdated- lastUpdatedpreviousVersion- previousVersioncontributors- contributorsnextVersion- nextVersionExpandable- ExpandableLinks- Links
-
ContentHistory
protected ContentHistory()
-
-
Method Details
-
latest
-
createdBy
-
ownedBy
-
lastOwnedBy
-
createdDate
-
lastUpdated
-
previousVersion
-
contributors
-
nextVersion
-
Expandable
-
Links
-
latest
- Returns:
this.
-
createdBy
- Returns:
this.
-
ownedBy
- Returns:
this.
-
lastOwnedBy
- Returns:
this.
-
createdDate
- Returns:
this.
-
lastUpdated
- Returns:
this.
-
previousVersion
- Returns:
this.
-
contributors
- Returns:
this.
-
nextVersion
- Returns:
this.
-
Expandable
- Returns:
this.
-
Links
- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-