| Package | Description |
|---|---|
| com.atlassian.confluence.rest.serialization.graphql |
| Modifier and Type | Method and Description |
|---|---|
protected static <T> List<GraphQLPaginationEdge<T>> |
GraphQLPagination.buildEdges(List<T> nodes,
BiFunction<T,Integer,String> cursorMapper) |
List<GraphQLPaginationEdge<T>> |
GraphQLPagination.getEdges() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GraphQLPagination.setEdges(List<GraphQLPaginationEdge<T>> edges) |
| Constructor and Description |
|---|
GraphQLPageResponse(PageResponse<T> pageResponse,
List<GraphQLPaginationEdge<T>> edges) |
GraphQLPagination(List<T> nodes,
List<GraphQLPaginationEdge<T>> edges,
boolean hasNextPage) |
Copyright © 2003–2022 Atlassian. All rights reserved.