| 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 |
|---|---|
Page<AddonSummary> |
Addons.find(AddonQuery query)
Returns a list of add-ons.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<AddonSummary> |
InternalModel.Addons.getItems() |
| Modifier and Type | Method and Description |
|---|---|
static InternalModel.Addons |
InternalModel.addons(Links links,
com.google.common.collect.ImmutableList<AddonSummary> items,
int count) |
| Modifier and Type | Method and Description |
|---|---|
AddonSummary |
TestModelBuilders.AddonSummaryBuilder.build() |
Copyright © 2019 Atlassian. All rights reserved.