Class GraphDeltaQueryResult<T>

java.lang.Object
com.atlassian.crowd.directory.rest.delta.GraphDeltaQueryResult<T>
Type Parameters:
T - the type of the results

public class GraphDeltaQueryResult<T> extends Object
Represents a mapped result from a Graph delta query. In addition to the results theirselves, a link for tracking changes is present
  • Constructor Details

    • GraphDeltaQueryResult

      public GraphDeltaQueryResult(List<T> results, String deltaLink)
  • Method Details

    • getResults

      public List<T> getResults()
    • getDeltaLink

      public String getDeltaLink()