| Package | Description |
|---|---|
| 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.
|
| com.atlassian.marketplace.client.util |
Miscellaneous helper classes and methods.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
InternalModel.AddonReferences |
static class |
InternalModel.Addons |
static class |
InternalModel.AddonVersions |
static class |
InternalModel.ApplicationVersions |
static class |
InternalModel.EntityCollection<T>
Common properties for resource collections.
|
static class |
InternalModel.Products |
static class |
InternalModel.Vendors |
| Modifier and Type | Class and Description |
|---|---|
class |
Addon
Information about an add-on.
|
class |
AddonBase
Properties that exist in both
Addon and AddonSummary. |
class |
AddonCategorySummary
Describes a category that add-ons can be listed in.
|
class |
AddonReference
Minimal data about an add-on listing, even less detailed than
AddonSummary. |
class |
AddonSummary
A more concise representation of an
Addon when it is embedded in another response. |
class |
AddonVersion
Information about a specific version of an
Addon. |
class |
AddonVersionBase
Properties that exist in both
AddonVersion and AddonVersionSummary. |
class |
AddonVersionSummary
A more concise representation of an
AddonVersion when it is embedded in another response. |
class |
Application
Information about an Atlassian application/platform, such as JIRA.
|
class |
ApplicationVersion
Information about a specific version of an
Application. |
class |
ArtifactInfo
Information about an installable file hosted by Marketplace.
|
class |
ImageInfo
Represents an image hosted by Marketplace, such as an add-on logo.
|
class |
LicenseType
Information about a type of software license.
|
class |
Vendor
Details about a vendor.
|
class |
VendorBase
Properties that exist in both
Vendor and VendorSummary. |
class |
VendorSummary
A concise representation of a
Vendor when it is embedded in another response. |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Entity> |
EntityFunctions.entityLinks(Iterable<T> entities) |
static <T extends Entity> |
EntityFunctions.links() |
static <T extends Entity> |
EntityFunctions.selfUri() |
static <T extends Entity> |
EntityFunctions.selfUri(T entity) |
Copyright © 2019 Atlassian. All rights reserved.