| Package | Description |
|---|---|
| com.atlassian.marketplace.client.model |
Entities that can be returned by the Atlassian Marketplace API.
|
| Modifier and Type | Method and Description |
|---|---|
static LicenseEditionType |
LicenseEditionType.getDefault() |
LicenseEditionType |
AddonPricingItem.getEditionType()
The type of tier that this is (per-user versus per-role).
|
static LicenseEditionType |
LicenseEditionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LicenseEditionType[] |
LicenseEditionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TestModelBuilders.AddonPricingItemBuilder |
TestModelBuilders.AddonPricingItemBuilder.editionType(LicenseEditionType editionType) |
Copyright © 2019 Atlassian. All rights reserved.