Class UserArray
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.UserArray
UserArray
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
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`. -
Links
-
-
Constructor Details
-
UserArray
Constructs a validated instance ofUserArray.- Parameters:
spec- the specification to process
-
UserArray
@Internal public UserArray(List<Map<String, Object>> results, Integer start, Integer limit, Integer size, Long totalSize, Map<String, Object> Links) 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`.Links- Links
-
UserArray
protected UserArray()
-
-
Method 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`. -
Links
-
results
- Returns:
this.
-
start
- Returns:
this.
-
limit
- Returns:
this.
-
size
- Returns:
this.
-
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:
this.
-
Links
- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-