| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<AddonCategorySummary> |
AddonCategories.findForApplication(ApplicationKey appKey)
Returns the list of all categories that are relevant to the specified application.
|
| Modifier and Type | Field and Description |
|---|---|
com.google.common.collect.ImmutableList<AddonCategorySummary> |
InternalModel.AddonCategories.Embedded.categories |
| Modifier and Type | Method and Description |
|---|---|
static InternalModel.AddonCategories |
InternalModel.addonCategories(Links links,
com.google.common.collect.ImmutableList<AddonCategorySummary> items) |
| Modifier and Type | Method and Description |
|---|---|
AddonCategorySummary |
TestModelBuilders.AddonCategorySummaryBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
abstract Iterable<AddonCategorySummary> |
AddonBase.getCategories()
Returns summaries of all logical categories that this add-on belongs to.
|
Iterable<AddonCategorySummary> |
Addon.getCategories() |
Iterable<AddonCategorySummary> |
AddonSummary.getCategories() |
Iterable<AddonCategorySummary> |
AddonVersion.getFunctionalCategories() |
abstract Iterable<AddonCategorySummary> |
AddonVersionBase.getFunctionalCategories()
Returns summaries of all functional categories that this add-on version belongs to.
|
Iterable<AddonCategorySummary> |
AddonVersionSummary.getFunctionalCategories() |
| Modifier and Type | Method and Description |
|---|---|
TestModelBuilders.AddonBuilder |
TestModelBuilders.AddonBuilder.categories(Iterable<AddonCategorySummary> categories) |
TestModelBuilders.AddonSummaryBuilder |
TestModelBuilders.AddonSummaryBuilder.categories(Iterable<AddonCategorySummary> categories) |
TestModelBuilders.AddonVersionBuilder |
TestModelBuilders.AddonVersionBuilder.functionalCategories(Iterable<AddonCategorySummary> categories) |
TestModelBuilders.AddonVersionSummaryBuilder |
TestModelBuilders.AddonVersionSummaryBuilder.functionalCategories(Iterable<AddonCategorySummary> categories) |
Copyright © 2019 Atlassian. All rights reserved.