| Constructor and Description |
|---|
PageReference(URI uri,
QueryBounds bounds,
PageReader<T> reader) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
QueryBounds |
getBounds()
The starting offset and limit of the result page.
|
PageReader<T> |
getReader() |
URI |
getUri()
The REST URI of the result page.
|
int |
hashCode() |
public PageReference(URI uri, QueryBounds bounds, PageReader<T> reader)
public URI getUri()
public QueryBounds getBounds()
public PageReader<T> getReader()
Copyright © 2016 Atlassian. All rights reserved.