Uses of Class
com.atlassian.crowd.directory.rest.entity.PageableGraphList
Packages that use PageableGraphList
Package
Description
-
Uses of PageableGraphList in com.atlassian.crowd.directory.rest
Methods in com.atlassian.crowd.directory.rest with type parameters of type PageableGraphListModifier and TypeMethodDescription<V extends PageableGraphList<T>,T>
List<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>
List<T>AzureAdPagingWrapper.fetchAllResults(V firstPage) Will fetch all results from Microsoft Graph<V extends PageableGraphList<T>,T>
List<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>
TAzureAdRestClient.getNextPage(String nextLink, Class<T> resultsClass) <T extends PageableGraphList>
TAzureAdRestClient.getNextPage(String nextLink, Class<T> resultsClass, ODataTop limit) <V extends PageableGraphList<T>,T>
Optional<T>AzureAdPagingWrapper.pageForElement(V firstPage, Predicate<T> predicate) Retrieves the first element matching the specified predicate, if any, paging for it if necessary -
Uses of PageableGraphList in com.atlassian.crowd.directory.rest.entity
Subclasses of PageableGraphList in com.atlassian.crowd.directory.rest.entityModifier and TypeClassDescriptionclassRepresents a collection of directory objects, returned from the members and memberOf navigational property endpoints, which may be either of the genericDirectoryObjecttype or more concrete types -
Uses of PageableGraphList in com.atlassian.crowd.directory.rest.entity.delta
Subclasses of PageableGraphList in com.atlassian.crowd.directory.rest.entity.deltaModifier and TypeClassDescriptionclassRepresents a collection of groups returned from the /groups/delta endpoint.classRepresents a collection of groups returned from the /users/delta endpointclassRepresents a pageable list of results obtained from an Microsoft Entra ID delta. -
Uses of PageableGraphList in com.atlassian.crowd.directory.rest.entity.group
Subclasses of PageableGraphList in com.atlassian.crowd.directory.rest.entity.groupModifier and TypeClassDescriptionclassRepresents a collection of groups returned from the /groups endpoint -
Uses of PageableGraphList in com.atlassian.crowd.directory.rest.entity.user
Subclasses of PageableGraphList in com.atlassian.crowd.directory.rest.entity.userModifier and TypeClassDescriptionclassRepresents a collection of users returned from the /users endpoint