Class GroupArrayWithLinks
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.GroupArrayWithLinks
GroupArrayWithLinks
Same as GroupArray but with `_links` property.
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs a validated instance ofGroupArrayWithLinks.GroupArrayWithLinks(List<Group> results, Integer start, Integer limit, Integer size, Long totalSize, Map<String, Object> Links) Constructs a validated instance ofGroupArrayWithLinks. -
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
-
GroupArrayWithLinks
Constructs a validated instance ofGroupArrayWithLinks.- Parameters:
spec- the specification to process
-
GroupArrayWithLinks
@Internal public GroupArrayWithLinks(List<Group> results, Integer start, Integer limit, Integer size, Long totalSize, Map<String, Object> Links) Constructs a validated instance ofGroupArrayWithLinks.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
GroupArrayWithLinks(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
-
GroupArrayWithLinks
protected GroupArrayWithLinks()
-
-
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
-