Class PageableDeltaQueryGraphList<T>
java.lang.Object
com.atlassian.crowd.directory.rest.entity.PageableGraphList<T>
com.atlassian.crowd.directory.rest.entity.delta.PageableDeltaQueryGraphList<T>
- Type Parameters:
T
- The type of results
- Direct Known Subclasses:
GraphDeltaQueryGroupList
,GraphDeltaQueryUserList
Represents a pageable list of results obtained from an Microsoft Entra ID delta. In addition
to results and the optional next page link it will contain a link for change tracking if the page of results represented
by this object is the last one.
-
Constructor Summary
ModifierConstructorDescriptionprotected
protected
PageableDeltaQueryGraphList
(String nextLink, List<T> entries) PageableDeltaQueryGraphList
(String nextLink, List<T> entries, String deltaLink) -
Method Summary
Methods inherited from class com.atlassian.crowd.directory.rest.entity.PageableGraphList
getEntries, getNextLink, toString
-
Constructor Details
-
PageableDeltaQueryGraphList
protected PageableDeltaQueryGraphList() -
PageableDeltaQueryGraphList
-
PageableDeltaQueryGraphList
-
-
Method Details
-
getDeltaLink
-