Class PageableGraphList<T>
java.lang.Object
com.atlassian.crowd.directory.rest.entity.PageableGraphList<T>
- Type Parameters:
T
- The type of results
- Direct Known Subclasses:
GraphDirectoryObjectList
,GraphGroupList
,GraphUsersList
,PageableDeltaQueryGraphList
Represents a pageable list of results obtained from Microsoft Entra ID. In addition
to results it can optionally contain a link to the next page.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
protected
PageableGraphList
(String nextLink, List<T> entries) -
Method Summary