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

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

    • PageableDeltaQueryGraphList

      protected PageableDeltaQueryGraphList()
    • PageableDeltaQueryGraphList

      protected PageableDeltaQueryGraphList(String nextLink, List<T> entries)
    • PageableDeltaQueryGraphList

      public PageableDeltaQueryGraphList(String nextLink, List<T> entries, String deltaLink)
  • Method Details

    • getDeltaLink

      public String getDeltaLink()