| Package | Description |
|---|---|
| com.atlassian.marketplace.client.api |
Interfaces and immutable value classes used in the Atlassian Marketplace API.
|
| Modifier and Type | Field and Description |
|---|---|
protected PageReader<T> |
Page.reader |
| Modifier and Type | Method and Description |
|---|---|
PageReader<T> |
PageReference.getReader() |
static <T> PageReader<T> |
PageReader.stub() |
| Constructor and Description |
|---|
Page(Iterable<T> items,
int totalSize,
PageReader<T> reader) |
PageReference(URI uri,
QueryBounds bounds,
PageReader<T> reader) |
Copyright © 2019 Atlassian. All rights reserved.