| Package | Description |
|---|---|
| com.atlassian.marketplace.client |
Top-level interfaces and value classes for 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.
|
| com.atlassian.marketplace.client.util |
Miscellaneous helper classes and methods.
|
| Modifier and Type | Method and Description |
|---|---|
Links |
MarketplaceClient.getRootLinks()
Returns the top-level API resource links, such as "addons".
|
| Modifier and Type | Field and Description |
|---|---|
Links |
InternalModel.AddonCategories._links |
Links |
InternalModel.Applications._links |
| Modifier and Type | Method and Description |
|---|---|
Links |
InternalModel.EntityCollection.getLinks()
The top-level links for the resource.
|
Links |
InternalModel.MinimalLinks.getLinks() |
Links |
DefaultMarketplaceClient.getRootLinks() |
| Modifier and Type | Method and Description |
|---|---|
static InternalModel.AddonCategories |
InternalModel.addonCategories(Links links,
com.google.common.collect.ImmutableList<AddonCategorySummary> items) |
static InternalModel.AddonReferences |
InternalModel.addonReferences(Links links,
com.google.common.collect.ImmutableList<AddonReference> items,
int count) |
static InternalModel.Addons |
InternalModel.addons(Links links,
com.google.common.collect.ImmutableList<AddonSummary> items,
int count) |
static InternalModel.AddonVersions |
InternalModel.addonVersions(Links links,
com.google.common.collect.ImmutableList<AddonVersionSummary> items,
int count) |
static InternalModel.Applications |
InternalModel.applications(Links links,
com.google.common.collect.ImmutableList<Application> items) |
static InternalModel.ApplicationVersions |
InternalModel.applicationVersions(Links links,
com.google.common.collect.ImmutableList<ApplicationVersion> items,
int count) |
static InternalModel.MinimalLinks |
InternalModel.minimalLinks(Links links) |
static InternalModel.Products |
InternalModel.products(Links links,
com.google.common.collect.ImmutableList<Product> items,
int count) |
static InternalModel.Vendors |
InternalModel.vendors(Links links,
com.google.common.collect.ImmutableList<VendorSummary> items,
int count) |
| Constructor and Description |
|---|
EntityCollection(Links links,
int count) |
MinimalLinks(Links _links) |
| Modifier and Type | Method and Description |
|---|---|
Links |
ModelBuilders.LinksBuilder.build() |
Links |
ArtifactInfo.getLinks() |
Links |
VendorBase.getLinks() |
Links |
Entity.getLinks()
The top-level links for the resource.
|
Links |
LicenseType.getLinks() |
Links |
ApplicationVersion.getLinks() |
Links |
AddonBase.getLinks() |
Links |
Highlight.getLinks() |
Links |
AddonVersionBase.getLinks() |
Links |
Product.getLinks() |
Links |
AddonPricing.getLinks() |
Links |
Screenshot.getLinks() |
Links |
ConnectScope.getLinks() |
Links |
AddonReference.getLinks() |
Links |
AddonCategorySummary.getLinks() |
Links |
ImageInfo.getLinks() |
Links |
Application.getLinks() |
| Modifier and Type | Method and Description |
|---|---|
T |
ModelBuilders.BuilderWithLinks.addLinks(Links links) |
T |
ModelBuilders.BuilderWithLinks.links(Links links) |
ModelBuilders.LinksBuilder |
ModelBuilders.LinksBuilder.put(Links from)
Copies all the links from another
Links object, replacing any links with the same
key. |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Entity> |
EntityFunctions.links() |
Copyright © 2019 Atlassian. All rights reserved.