| Package | Description |
|---|---|
| com.atlassian.marketplace.client.api |
Interfaces and immutable value classes used in the Atlassian Marketplace API.
|
| Modifier and Type | Method and Description |
|---|---|
static ProductQuery |
ProductQuery.any()
Returns a ProductQuery with no criteria, which will match any available product.
|
ProductQuery |
ProductQuery.Builder.build()
Returns an immutable
ProductQuery based on the current builder properties. |
| Modifier and Type | Method and Description |
|---|---|
static ProductQuery.Builder |
ProductQuery.builder(ProductQuery query)
Returns a new
ProductQuery.Builder for constructing a ProductQuery based on an existing ProductQuery. |
Page<Product> |
Products.find(ProductQuery query)
Returns a list of products.
|
Optional<Product> |
Products.safeGetByKey(String productKey,
ProductQuery query)
Queries a single product.
|
Copyright © 2019 Atlassian. All rights reserved.