Class ContentRestrictionArray
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.ContentRestrictionArray
ContentRestrictionArray
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs a validated instance ofContentRestrictionArray.ContentRestrictionArray(List<ContentRestriction> results, Integer start, Integer limit, Integer size, String restrictionsHash, Map<String, Object> Links) Constructs a validated instance ofContentRestrictionArray. -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()limit()Links()This property is used by the UI to figure out whether a set of restrictions has changed.restrictionsHash(String restrictionsHash) This property is used by the UI to figure out whether a set of restrictions has changed.results()results(List<ContentRestriction> results) size()start()toString()
-
Field Details
-
results
-
start
-
limit
-
size
-
restrictionsHash
This property is used by the UI to figure out whether a set of restrictions has changed. -
Links
-
-
Constructor Details
-
ContentRestrictionArray
Constructs a validated instance ofContentRestrictionArray.- Parameters:
spec- the specification to process
-
ContentRestrictionArray
@Internal public ContentRestrictionArray(List<ContentRestriction> results, Integer start, Integer limit, Integer size, String restrictionsHash, Map<String, Object> Links) Constructs a validated instance ofContentRestrictionArray.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ContentRestrictionArray(Consumer)instead.- Parameters:
results- resultsstart- startlimit- limitsize- sizerestrictionsHash- This property is used by the UI to figure out whether a set of restrictions has changed.Links- Links
-
ContentRestrictionArray
protected ContentRestrictionArray()
-
-
Method Details
-
results
-
start
-
limit
-
size
-
restrictionsHash
This property is used by the UI to figure out whether a set of restrictions has changed. -
Links
-
results
- Returns:
this.
-
start
- Returns:
this.
-
limit
- Returns:
this.
-
size
- Returns:
this.
-
restrictionsHash
This property is used by the UI to figure out whether a set of restrictions has changed.- Returns:
this.
-
Links
- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-