public final class ApplicationVersionsQuery extends Object implements QueryProperties.Bounds
Applications.getVersion(com.atlassian.marketplace.client.api.ApplicationKey, com.atlassian.marketplace.client.api.ApplicationVersionSpecifier).| Modifier and Type | Class and Description |
|---|---|
static class |
ApplicationVersionsQuery.Builder
Builder class for
ApplicationVersionsQuery. |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationVersionsQuery |
any()
Returns an ApplicationsQuery with no criteria, which will query the most recent application versions.
|
static ApplicationVersionsQuery.Builder |
builder()
Returns a new
ApplicationVersionsQuery.Builder for constructing an ApplicationVersionsQuery. |
static ApplicationVersionsQuery.Builder |
builder(ApplicationVersionsQuery query)
Returns a new
ApplicationVersionsQuery.Builder for constructing an ApplicationVersionsQuery based on an existing ApplicationVersionsQuery. |
boolean |
equals(Object other) |
com.atlassian.fugue.Option<Integer> |
getAfterBuildNumber()
The version build number, if any, that the client has specified in order to search for
later versions.
|
QueryBounds |
getBounds()
The offset/limit parameters attached to this query.
|
int |
hashCode() |
String |
toString() |
public static ApplicationVersionsQuery.Builder builder()
ApplicationVersionsQuery.Builder for constructing an ApplicationVersionsQuery.public static ApplicationVersionsQuery any()
public static ApplicationVersionsQuery.Builder builder(ApplicationVersionsQuery query)
ApplicationVersionsQuery.Builder for constructing an ApplicationVersionsQuery based on an existing ApplicationVersionsQuery.public com.atlassian.fugue.Option<Integer> getAfterBuildNumber()
public QueryBounds getBounds()
QueryProperties.BoundsgetBounds in interface QueryProperties.BoundsQueryBuilderProperties.Bounds.bounds(QueryBounds)Copyright © 2016 Atlassian. All rights reserved.