| Package | Description |
|---|---|
| com.atlassian.marketplace.client.api |
Interfaces and immutable value classes used in the Atlassian Marketplace API.
|
| com.atlassian.marketplace.client.model |
Entities that can be returned by the Atlassian Marketplace API.
|
| Modifier and Type | Method and Description |
|---|---|
static AddonCategoryId |
AddonCategoryId.fromUri(URI uri) |
| Modifier and Type | Method and Description |
|---|---|
AddonCategoryId |
AddonCategorySummary.getId()
The unique resource identifier for the category.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<AddonCategoryId> |
AddonBase.getCategoryIds()
Same as
AddonBase.getCategories(), but returns only the AddonCategoryId
rather than the rest of the category description. |
Iterable<AddonCategoryId> |
AddonVersionBase.getFunctionalCategoryIds()
Same as
AddonVersionBase.getFunctionalCategories(), but returns only the AddonCategoryId
rather than the rest of the category description. |
| Modifier and Type | Method and Description |
|---|---|
ModelBuilders.AddonBuilder |
ModelBuilders.AddonBuilder.categories(Iterable<AddonCategoryId> categories) |
Copyright © 2019 Atlassian. All rights reserved.