| 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 AddonQuery.TreatPartlyFreeAs |
AddonQuery.TreatPartlyFreeAs.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AddonQuery.TreatPartlyFreeAs[] |
AddonQuery.TreatPartlyFreeAs.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<AddonQuery.TreatPartlyFreeAs> |
AddonQuery.getTreatPartlyFreeAs()
The
AddonQuery.TreatPartlyFreeAs value, if any, that the client has specified to determine how
free-tier listings will be treated in the query. |
| Modifier and Type | Method and Description |
|---|---|
AddonQuery.Builder |
AddonQuery.Builder.treatPartlyFreeAs(com.atlassian.fugue.Option<AddonQuery.TreatPartlyFreeAs> treatPartlyFreeAs)
Specify how partly free, paid via Atlassian add-ons (those with a free tier) should be treated.
|
Copyright © 2019 Atlassian. All rights reserved.