Class GroupArray
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.GroupArray
GroupArray
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProtected no-args constructor for use by serialization frameworks.GroupArray(Consumer<GroupArray> spec) Constructs a validated instance ofGroupArray.Constructs a validated instance ofGroupArray. -
Method Summary
Modifier and TypeMethodDescriptionbooleangetLimit()Gets the value of limit.Gets the value of results.getSize()Gets the value of size.getStart()Gets the value of start.inthashCode()limit()Fluent getter for limit.Fluent setter for limit.results()Fluent getter for results.Fluent setter for results.voidSets the value of limit.voidsetResults(List<Group> results) Sets the value of results.voidSets the value of size.voidSets the value of start.size()Fluent getter for size.Fluent setter for size.start()Fluent getter for start.Fluent setter for start.toString()
-
Field Details
-
results
-
start
-
limit
-
size
-
-
Constructor Details
-
GroupArray
Constructs a validated instance ofGroupArray.- Parameters:
spec- the specification to process
-
GroupArray
@Internal protected GroupArray()Protected no-args constructor for use by serialization frameworks. -
GroupArray
Constructs a validated instance ofGroupArray.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
GroupArray(Consumer)instead.- Parameters:
results- resultsstart- startlimit- limitsize- size
-
-
Method Details
-
results
-
results
Fluent setter for results.- Parameters:
results- results- Returns:
- this
-
getResults
-
setResults
-
start
-
start
Fluent setter for start.- Parameters:
start- start- Returns:
- this
-
getStart
-
setStart
-
limit
-
limit
Fluent setter for limit.- Parameters:
limit- limit- Returns:
- this
-
getLimit
-
setLimit
-
size
-
size
-
getSize
-
setSize
-
equals
-
hashCode
-
toString
-