Class GenericPage<N>
- java.lang.Object
-
- io.leangen.graphql.execution.relay.generic.GenericPage<N>
-
- All Implemented Interfaces:
Connection<graphql.relay.Edge<N>>,Page<N>
public class GenericPage<N> extends Object implements Page<N>
Created by bojan.tomic on 5/16/16.
-
-
Constructor Summary
Constructors Constructor Description GenericPage(List<graphql.relay.Edge<N>> edges, graphql.relay.PageInfo pageInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<graphql.relay.Edge<N>>getEdges()graphql.relay.PageInfogetPageInfo()
-
-
-
Method Detail
-
getPageInfo
public graphql.relay.PageInfo getPageInfo()
- Specified by:
getPageInfoin interfaceConnection<N>- Specified by:
getPageInfoin interfacePage<N>
-
-