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

public abstract class PageableGraphList<T> extends Object
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 Details

    • PageableGraphList

      protected PageableGraphList()
    • PageableGraphList

      protected PageableGraphList(String nextLink, List<T> entries)
  • Method Details

    • getNextLink

      public String getNextLink()
    • getEntries

      public List<T> getEntries()
    • toString

      public String toString()
      Overrides:
      toString in class Object