| Package | Description |
|---|---|
| com.atlassian.marketplace.client.api |
Interfaces and immutable value classes used in the Atlassian Marketplace API.
|
| Modifier and Type | Method and Description |
|---|---|
static QueryBounds |
QueryBounds.defaultBounds()
|
static QueryBounds |
QueryBounds.empty()
Returns a
QueryBounds instance with limit set to some(0), so that the
result set will always be empty. |
QueryBounds |
AddonVersionsQuery.getBounds() |
QueryBounds |
PageReference.getBounds()
The starting offset and limit of the result page.
|
QueryBounds |
ProductQuery.getBounds() |
QueryBounds |
AddonQuery.getBounds() |
QueryBounds |
VendorQuery.getBounds() |
QueryBounds |
QueryProperties.Bounds.getBounds()
The offset/limit parameters attached to this query.
|
QueryBounds |
ApplicationVersionsQuery.getBounds() |
static QueryBounds |
QueryBounds.limit(com.atlassian.fugue.Option<Integer> limit)
Constructs a new
QueryBounds instance that optionally specifies the maximum number of items
to be included in each page of the result set. |
static QueryBounds |
QueryBounds.offset(int offset)
Constructs a new
QueryBounds instance that specifies some number of items to skip past at the
start of the result set. |
QueryBounds |
QueryBounds.withLimit(com.atlassian.fugue.Option<Integer> limit)
Returns a copy of this QueryBounds instance with the limit property changed.
|
QueryBounds |
QueryBounds.withOffset(int offset)
Returns a copy of this QueryBounds instance with the offset property changed.
|
| Modifier and Type | Method and Description |
|---|---|
AddonVersionsQuery.Builder |
AddonVersionsQuery.Builder.bounds(QueryBounds bounds) |
ProductQuery.Builder |
ProductQuery.Builder.bounds(QueryBounds bounds) |
AddonQuery.Builder |
AddonQuery.Builder.bounds(QueryBounds bounds) |
VendorQuery.Builder |
VendorQuery.Builder.bounds(QueryBounds bounds) |
T |
QueryBuilderProperties.Bounds.bounds(QueryBounds bounds)
Sets the starting offset and/or the maximum result page size for the query, from a
QueryBounds instance. |
ApplicationVersionsQuery.Builder |
ApplicationVersionsQuery.Builder.bounds(QueryBounds bounds) |
| Constructor and Description |
|---|
PageReference(URI uri,
QueryBounds bounds,
PageReader<T> reader) |
Copyright © 2019 Atlassian. All rights reserved.