| 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 AddonQuery.View |
AddonQuery.View.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AddonQuery.View[] |
AddonQuery.View.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.fugue.Option<AddonQuery.View> |
AddonQuery.getView()
The
AddonQuery.View value, if any, that the client has specified as a filter and/or sort order
for the query. |
| Modifier and Type | Method and Description |
|---|---|
AddonQuery.Builder |
AddonQuery.Builder.view(com.atlassian.fugue.Option<AddonQuery.View> view)
Specifies an
AddonQuery.View which determines the overall sort order and/or subset of
add-ons to be queried. |
Copyright © 2019 Atlassian. All rights reserved.