| Package | Description |
|---|---|
| com.atlassian.marketplace.client |
Top-level interfaces and value classes for the Atlassian Marketplace API.
|
| com.atlassian.marketplace.client.api |
Interfaces and immutable value classes used in the Atlassian Marketplace API.
|
| com.atlassian.marketplace.client.impl |
Internal implementation of Marketplace client APIs.
|
| com.atlassian.marketplace.client.model |
Entities that can be returned by the Atlassian Marketplace API.
|
| Class and 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.
|
| Page
A subset of items returned by a query.
|
| PageReference
Abstraction of the URI of a set of query results that can be pulled from the server.
|
| Products
Starting point for all resources that return product information.
|
| Vendors
Starting point for all resources that return vendor information.
|
| Class and Description |
|---|
| AddonCategoryId
Simple value wrapper for a resource URI when it is used to identify an add-on category.
|
| AddonExternalLinkType
Represents the available types of vendor-specified external links for add-ons.
|
| 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. |
| AddonQuery.IncludeHiddenType
Constants representing subsets of add-ons that are normally hidden but may still be queried.
|
| 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.
|
| AddonQuery.View
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.
|
| AddonVersionSpecifier
Encapsulates parameters that can be passed to
Addons.safeGetVersion(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.safeGetVersion(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.safeGetVersion(ApplicationKey, ApplicationVersionSpecifier). |
| ApplicationVersionsQuery
Encapsulates parameters that can be passed to
Applications.safeGetVersion(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).
|
| Cost
Constants for querying add-ons according to their paid/free attributes.
|
| EnumWithKey
Common interface for
enum types that have a unique string key for each possible value. |
| EnumWithKey.Parser
Helper class that can get allowable values or match a key string for any
EnumWithKey type. |
| HostingType
Represents the available hosting models for Atlassian applications.
|
| ImageId
Specifies an image as a property of a model object.
|
| ImagePurpose
Constants representing preset sizes for images.
|
| LicenseTypeId
Simple value wrapper for a resource URI when it is used to identify a license type.
|
| Page
A subset of items returned by a query.
|
| PageReader
Used internally in
Page to keep track of how to get additional pages of a result set. |
| PageReference
Abstraction of the URI of a set of query results that can be pulled from the server.
|
| PricingType
Represents the available types of pricing for Atlassian applications.
|
| 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.safeGetVersion(java.lang.String, com.atlassian.marketplace.client.api.ProductVersionSpecifier). |
| QueryBounds
Holds the pagination parameters
offset and limit, which are supported by many queries. |
| QueryBuilderProperties.AccessToken
Common interface for query builders that have an "access token" parameter.
|
| QueryBuilderProperties.ApplicationCriteria
Common interface for query builders that have "application" and "application build number" parameters.
|
| QueryBuilderProperties.Bounds
Common interface for query builders that have "offset" and "limit" parameters.
|
| QueryBuilderProperties.Cost
Common interface for query builders that have a "cost" parameter.
|
| QueryBuilderProperties.Hosting
Common interface for query builders that have a "hosting" parameter.
|
| QueryBuilderProperties.IncludePrivate
Common interface for query builders that have an "includePrivate" parameter.
|
| QueryBuilderProperties.MultiHosting
Common interface for query builders that have a multi-valued "hosting" parameter.
|
| QueryBuilderProperties.WithVersion
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.IncludePrivate
Interface for query criteria that include a "includePrivate" parameter.
|
| QueryProperties.MultiHosting
Interface for query criteria that include a multi-valued "hosting" parameter.
|
| QueryProperties.WithVersion
Interface for query criteria that include a "withVersion" parameter.
|
| ResourceId
Base class for simple value types that wrap a resource URI.
|
| UriTemplate
A simple string wrapper that represents a URI template (RFC 6570).
|
| VendorExternalLinkType
Represents the available types of vendor-specified external links for vendors.
|
| 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. |
| Class and 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.
|
| Page
A subset of items returned by a query.
|
| PageReference
Abstraction of the URI of a set of query results that can be pulled from the server.
|
| Products
Starting point for all resources that return product information.
|
| Vendors
Starting point for all resources that return vendor information.
|
| Class and Description |
|---|
| AddonCategoryId
Simple value wrapper for a resource URI when it is used to identify an add-on category.
|
| AddonExternalLinkType
Represents the available types of vendor-specified external links for add-ons.
|
| AddonVersionExternalLinkType
Represents the available types of vendor-specified external links for add-on versions.
|
| ApplicationKey
A string that uniquely identifies one of the applications known to the Atlassian
Marketplace.
|
| ArtifactId
Specifies an add-on artifact (such as a .jar file).
|
| EnumWithKey
Common interface for
enum types that have a unique string key for each possible value. |
| HostingType
Represents the available hosting models for Atlassian applications.
|
| 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.
|
| PricingType
Represents the available types of pricing for Atlassian applications.
|
| UriTemplate
A simple string wrapper that represents a URI template (RFC 6570).
|
| VendorExternalLinkType
Represents the available types of vendor-specified external links for vendors.
|
| VendorId
Simple value wrapper for a resource URI when it is used to identify a vendor.
|
Copyright © 2019 Atlassian. All rights reserved.