Modifier and Type | Method and Description |
---|---|
<V extends PageableGraphList<T>,T> |
AzureAdPagingWrapper.fetchAllMatchingResults(V firstPage,
Predicate<T> filter)
Will fetch all results from Microsoft Graph that match the specified predicate
|
<V extends PageableGraphList<T>,T> |
AzureAdPagingWrapper.fetchAllResults(V firstPage)
Will fetch all results from Microsoft Graph
|
<V extends PageableGraphList<T>,T> |
AzureAdPagingWrapper.fetchAppropriateAmountOfResults(V firstPage,
int startIndex,
int maxResults)
Will fetch results from Microsoft Graph until the desired amount of results is reached or until the results are exhausted
|
<T extends PageableGraphList> |
AzureAdRestClient.getNextPage(String nextLink,
Class<T> resultsClass) |
<T extends PageableGraphList> |
AzureAdRestClient.getNextPage(String nextLink,
Class<T> resultsClass,
ODataTop limit) |
<V extends PageableGraphList<T>,T> |
AzureAdPagingWrapper.pageForElement(V firstPage,
Predicate<T> predicate)
Retrieves the first element matching the specified predicate, if any, paging for it if necessary
|
Modifier and Type | Class and Description |
---|---|
class |
GraphDirectoryObjectList
Represents a collection of directory objects, returned from the members and memberOf navigational property endpoints,
which may be either of the generic
DirectoryObject type or more concrete types |
Modifier and Type | Class and Description |
---|---|
class |
GraphDeltaQueryGroupList
Represents a collection of groups returned from the /groups/delta endpoint.
|
class |
GraphDeltaQueryUserList
Represents a collection of groups returned from the /users/delta endpoint
|
class |
PageableDeltaQueryGraphList<T>
Represents a pageable list of results obtained from an Azure AD delta.
|
Modifier and Type | Class and Description |
---|---|
class |
GraphGroupList
Represents a collection of groups returned from the /groups endpoint
|
Modifier and Type | Class and Description |
---|---|
class |
GraphUsersList
Represents a collection of users returned from the /users endpoint
|
Copyright © 2021 Atlassian. All rights reserved.