| 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 Cost |
Cost.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Cost[] |
Cost.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<Cost> |
AddonQuery.safeGetCost() |
Optional<Cost> |
QueryProperties.Cost.safeGetCost()
The
Cost filter, if any, that the client is using to restrict the query results. |
Optional<Cost> |
AddonVersionsQuery.safeGetCost() |
Optional<Cost> |
ProductQuery.safeGetCost() |
| Modifier and Type | Method and Description |
|---|---|
T |
QueryBuilderProperties.Cost.cost(Optional<Cost> cost)
Restricts the query to add-ons/products that match the given
Cost criteria. |
AddonQuery.Builder |
AddonQuery.Builder.cost(Optional<Cost> cost) |
AddonVersionsQuery.Builder |
AddonVersionsQuery.Builder.cost(Optional<Cost> cost) |
ProductQuery.Builder |
ProductQuery.Builder.cost(Optional<Cost> cost) |
Copyright © 2019 Atlassian. All rights reserved.