| 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 PricingType |
PricingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PricingType[] |
PricingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.fugue.Option<AddonPricing> |
Addons.getPricing(String addonKey,
PricingType pricingType)
Queries the current pricing (the prices that are publicly visible on the Marketplace site) for
an add-on.
|
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.fugue.Option<URI> |
AddonBase.getPricingUri(PricingType pricingType)
Returns a resource URI for retrieving the add-on's current pricing.
|
Copyright © 2019 Atlassian. All rights reserved.