Class GraphDeltaQueryGroupList
java.lang.Object
com.atlassian.crowd.directory.rest.entity.PageableGraphList<T>
com.atlassian.crowd.directory.rest.entity.delta.PageableDeltaQueryGraphList<GraphDeltaQueryGroup>
com.atlassian.crowd.directory.rest.entity.delta.GraphDeltaQueryGroupList
Represents a collection of groups returned from the /groups/delta endpoint.
-
Constructor Summary
ConstructorDescriptionGraphDeltaQueryGroupList
(String nextLink, List<GraphDeltaQueryGroup> entries) GraphDeltaQueryGroupList
(String nextLink, List<GraphDeltaQueryGroup> entries, String deltaLink) -
Method Summary
Methods inherited from class com.atlassian.crowd.directory.rest.entity.delta.PageableDeltaQueryGraphList
getDeltaLink
Methods inherited from class com.atlassian.crowd.directory.rest.entity.PageableGraphList
getEntries, getNextLink, toString
-
Constructor Details
-
GraphDeltaQueryGroupList
-
GraphDeltaQueryGroupList
public GraphDeltaQueryGroupList(String nextLink, List<GraphDeltaQueryGroup> entries, String deltaLink)
-