Uses of Class
com.atlassian.confluence.rest.serialization.graphql.GraphQLPaginationEdge
-
Packages that use GraphQLPaginationEdge Package Description com.atlassian.confluence.rest.serialization.graphql -
-
Uses of GraphQLPaginationEdge in com.atlassian.confluence.rest.serialization.graphql
Methods in com.atlassian.confluence.rest.serialization.graphql that return types with arguments of type GraphQLPaginationEdge Modifier and Type Method Description protected static <T> List<GraphQLPaginationEdge<T>>
GraphQLPagination. buildEdges(List<T> nodes, BiFunction<T,Integer,String> cursorMapper)
List<GraphQLPaginationEdge<T>>
GraphQLPagination. getEdges()
Method parameters in com.atlassian.confluence.rest.serialization.graphql with type arguments of type GraphQLPaginationEdge Modifier and Type Method Description protected void
GraphQLPagination. setEdges(List<GraphQLPaginationEdge<T>> edges)
Constructor parameters in com.atlassian.confluence.rest.serialization.graphql with type arguments of type GraphQLPaginationEdge Constructor Description GraphQLPageResponse(PageResponse<T> pageResponse, List<GraphQLPaginationEdge<T>> edges)
-