Interface Page<N>
-
- All Superinterfaces:
Connection<graphql.relay.Edge<N>>
- All Known Implementing Classes:
GenericPage
public interface Page<N> extends Connection<graphql.relay.Edge<N>>
Created by bojan.tomic on 4/6/16.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<graphql.relay.Edge<N>>getEdges()graphql.relay.PageInfogetPageInfo()
-
-
-
Method Detail
-
getEdges
List<graphql.relay.Edge<N>> getEdges()
- Specified by:
getEdgesin interfaceConnection<N>
-
getPageInfo
graphql.relay.PageInfo getPageInfo()
- Specified by:
getPageInfoin interfaceConnection<N>
-
-