| 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<Product> |
Products.find(ProductQuery query)
Returns a list of products.
|
com.atlassian.fugue.Option<Product> |
Products.getByKey(String productKey,
ProductQuery query)
Queries a single product.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<Product> |
InternalModel.Products.getItems() |
| Modifier and Type | Method and Description |
|---|---|
static InternalModel.Products |
InternalModel.products(Links links,
com.google.common.collect.ImmutableList<Product> items,
int count) |
| Modifier and Type | Method and Description |
|---|---|
Product |
TestModelBuilders.ProductBuilder.build() |
Copyright © 2019 Atlassian. All rights reserved.