See: Description
| Interface | Description |
|---|---|
| AddonCategories |
Starting point for all resources that return add-on category information.
|
| Addons |
Starting point for all resources that return add-on information.
|
| Applications |
Starting point for all resources that return application information.
|
| Assets |
Allows you to manage file-like data that can be attached to resources, such as a logo
for an add-on or vendor, or an artifact for an installable add-on.
|
| LicenseTypes |
Starting point for all resources that return software license type information.
|
| Products |
Starting point for all resources that return product information.
|
| QueryBuilderProperties.AccessToken<T extends QueryBuilderProperties.AccessToken<T>> |
Common interface for query builders that have an "access token" parameter.
|
| QueryBuilderProperties.ApplicationCriteria<T extends QueryBuilderProperties.ApplicationCriteria<T>> |
Common interface for query builders that have "application" and "application build number" parameters.
|
| QueryBuilderProperties.Bounds<T extends QueryBuilderProperties.Bounds<T>> |
Common interface for query builders that have "offset" and "limit" parameters.
|
| QueryBuilderProperties.Cost<T extends QueryBuilderProperties.Cost<T>> |
Common interface for query builders that have a "cost" parameter.
|
| QueryBuilderProperties.Hosting<T extends QueryBuilderProperties.Hosting<T>> |
Common interface for query builders that have a "hosting" parameter.
|
| QueryBuilderProperties.WithVersion<T extends QueryBuilderProperties.WithVersion<T>> |
Common interface for query builders that have a "withVersion" parameter.
|
| QueryProperties.AccessToken |
Interface for query criteria that include an "accessToken" parameter.
|
| QueryProperties.ApplicationCriteria |
Interface for query criteria that include "application" and "application build number" parameters.
|
| QueryProperties.Bounds |
Interface for query criteria that include "offset" and "limit" parameters.
|
| QueryProperties.Cost |
Interface for query criteria that include a "cost" parameter.
|
| QueryProperties.Hosting |
Interface for query criteria that include a "hosting" parameter.
|
| QueryProperties.WithVersion |
Interface for query criteria that include a "withVersion" parameter.
|
| Vendors |
Starting point for all resources that return vendor information.
|
| Class | Description |
|---|---|
| AddonCategoryId |
Simple value wrapper for a resource URI when it is used to identify an add-on category.
|
| AddonQuery |
Encapsulates search parameters that can be passed to
Addons to determine what
subset of add-on listings you are interested in and/or what information should be included
in the results. |
| AddonQuery.Builder |
Builder class for
AddonQuery. |
| AddonVersionSpecifier |
Encapsulates parameters that can be passed to
Addons.getVersion(java.lang.String, com.atlassian.marketplace.client.api.AddonVersionSpecifier, com.atlassian.marketplace.client.api.AddonVersionsQuery). |
| AddonVersionsQuery |
Encapsulates search parameters that can be passed to
Addons.getVersion(java.lang.String, com.atlassian.marketplace.client.api.AddonVersionSpecifier, com.atlassian.marketplace.client.api.AddonVersionsQuery). |
| AddonVersionsQuery.Builder |
Builder class for
AddonVersionsQuery. |
| ApplicationKey |
A string that uniquely identifies one of the applications known to the Atlassian
Marketplace.
|
| ApplicationVersionSpecifier |
Encapsulates parameters that can be passed to
Applications.getVersion(com.atlassian.marketplace.client.api.ApplicationKey, com.atlassian.marketplace.client.api.ApplicationVersionSpecifier). |
| ApplicationVersionsQuery |
Encapsulates parameters that can be passed to
Applications.getVersion(com.atlassian.marketplace.client.api.ApplicationKey, com.atlassian.marketplace.client.api.ApplicationVersionSpecifier). |
| ApplicationVersionsQuery.Builder |
Builder class for
ApplicationVersionsQuery. |
| ArtifactId |
Specifies an add-on artifact (such as a .jar file).
|
| ImageId |
Specifies an image as a property of a model object.
|
| LicenseTypeId |
Simple value wrapper for a resource URI when it is used to identify a license type.
|
| Page<T> |
A subset of items returned by a query.
|
| PageReader<T> |
Used internally in
Page to keep track of how to get additional pages of a result set. |
| PageReference<T> |
Abstraction of the URI of a set of query results that can be pulled from the server.
|
| ProductQuery |
Encapsulates search parameters that can be passed to
Products.find(ProductQuery). |
| ProductQuery.Builder |
Builder class for
ProductQuery. |
| ProductVersionSpecifier |
Encapsulates parameters that can be passed to
Products.getVersion(java.lang.String, com.atlassian.marketplace.client.api.ProductVersionSpecifier). |
| QueryBounds |
Holds the pagination parameters
offset and limit, which are supported by many queries. |
| QueryBuilderProperties |
Interfaces for common query builder criteria, allowing classes like
AddonQuery.Builder to be treated abstractly. |
| QueryProperties |
Interfaces for common query criteria, allowing classes like
AddonQuery to be treated abstractly. |
| ResourceId |
Base class for simple value types that wrap a resource URI.
|
| UriTemplate |
A simple string wrapper that represents a URI template (RFC 6570).
|
| VendorId |
Simple value wrapper for a resource URI when it is used to identify a vendor.
|
| VendorQuery |
Encapsulates search parameters that can be passed to
Vendors to determine what
subset of vendors you are interested in. |
| VendorQuery.Builder |
Builder class for
VendorQuery. |
| Enum | Description |
|---|---|
| AddonExternalLinkType |
Represents the available types of vendor-specified external links for add-ons.
|
| AddonQuery.TreatPartlyFreeAs |
Determines how paid-via-Atlassian add-ons with free tiers, such as those where the vendor has opted into the
Cloud free-for-five tier, are treated in queries.
|
| AddonsView |
Constants representing preset add-on list views, which may affect both the set of
add-ons being queried and the sort order of the results.
|
| AddonVersionExternalLinkType |
Represents the available types of vendor-specified external links for add-on versions.
|
| Cost |
Constants for querying add-ons according to their paid/free attributes.
|
| ImagePurpose |
Constants representing preset sizes for images.
|
| PricingType |
Represents the available types of pricing for Atlassian applications.
|
| VendorExternalLinkType |
Represents the available types of vendor-specified external links for vendors.
|
This package includes interfaces for groups of related API methods that are accessed through
MarketplaceClient (Addons, etc.); classes
representing complex parameters for API methods (AddonQuery, etc.); and interfaces
for opaque objects returned by API methods (Page).
Classes that correspond to JSON objects returned by the server's REST API are in
the com.atlassian.marketplace.client.model package.
Copyright © 2016 Atlassian. All rights reserved.