Class UserArray
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.UserArray
UserArray
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProtected no-args constructor for use by serialization frameworks.Constructs a validated instance ofUserArray.UserArray(List<Map<String, Object>> results, Integer start, Integer limit, Integer size, Long totalSize, Map<String, Object> additionalLinks) Constructs a validated instance ofUserArray. -
Method Summary
Modifier and TypeMethodDescriptionFluent getter for additionalLinks.additionalLinks(Map<String, Object> additionalLinks) Fluent setter for additionalLinks.booleanGets the value of additionalLinks.getLimit()Gets the value of limit.Gets the value of results.getSize()Gets the value of size.getStart()Gets the value of start.Gets the value of totalSize.inthashCode()limit()Fluent getter for limit.Fluent setter for limit.results()Fluent getter for results.Fluent setter for results.voidsetAdditionalLinks(Map<String, Object> additionalLinks) Sets the value of additionalLinks.voidSets the value of limit.voidsetResults(List<Map<String, Object>> results) Sets the value of results.voidSets the value of size.voidSets the value of start.voidsetTotalSize(Long totalSize) Sets the value of totalSize.size()Fluent getter for size.Fluent setter for size.start()Fluent getter for start.Fluent setter for start.toString()Fluent getter for totalSize.Fluent setter for totalSize.
-
Field Details
-
results
-
start
-
limit
-
size
-
totalSize
This property will return total count of the objects before pagination is applied. This value is returned if `shouldReturnTotalSize` is set to `true`. -
additionalLinks
-
-
Constructor Details
-
UserArray
-
UserArray
@Internal protected UserArray()Protected no-args constructor for use by serialization frameworks. -
UserArray
@Internal public UserArray(List<Map<String, Object>> results, Integer start, Integer limit, Integer size, Long totalSize, Map<String, Object> additionalLinks) Constructs a validated instance ofUserArray.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
UserArray(Consumer)instead.- Parameters:
results- resultsstart- startlimit- limitsize- sizetotalSize- This property will return total count of the objects before pagination is applied. This value is returned if `shouldReturnTotalSize` is set to `true`.additionalLinks- additionalLinks
-
-
Method Details
-
results
-
results
-
getResults
-
setResults
-
start
-
start
-
getStart
-
setStart
-
limit
-
limit
-
getLimit
-
setLimit
-
size
-
size
-
getSize
-
setSize
-
totalSize
Fluent getter for totalSize.This property will return total count of the objects before pagination is applied. This value is returned if `shouldReturnTotalSize` is set to `true`.
- Returns:
- totalSize
-
totalSize
-
getTotalSize
Gets the value of totalSize.This property will return total count of the objects before pagination is applied. This value is returned if `shouldReturnTotalSize` is set to `true`.
- Returns:
- totalSize
-
setTotalSize
Sets the value of totalSize.This property will return total count of the objects before pagination is applied. This value is returned if `shouldReturnTotalSize` is set to `true`.
- Parameters:
totalSize- totalSize
-
additionalLinks
-
additionalLinks
-
getAdditionalLinks
-
setAdditionalLinks
-
equals
-
hashCode
-
toString
-