| Package | Description |
|---|---|
| com.atlassian.marketplace.client.api |
Interfaces and immutable value classes used in the Atlassian Marketplace API.
|
| com.atlassian.marketplace.client.impl |
Internal implementation of Marketplace client APIs.
|
| com.atlassian.marketplace.client.model |
Entities that can be returned by the Atlassian Marketplace API.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<LicenseType> |
LicenseTypes.getAllLicenseTypes()
Returns all of the available license types.
|
com.atlassian.fugue.Option<LicenseType> |
LicenseTypes.getByKey(String licenseKey)
Searches for a license type by its "key" property - for instance, "gpl" or "commercial".
|
| Modifier and Type | Field and Description |
|---|---|
com.google.common.collect.ImmutableList<LicenseType> |
InternalModel.LicenseTypes.Embedded.types |
| Modifier and Type | Method and Description |
|---|---|
Iterable<LicenseType> |
InternalModel.LicenseTypes.getItems() |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.fugue.Option<LicenseType> |
AddonVersion.getLicenseType()
Information about the add-on version's software license type; may be omitted for
private versions.
|
| Modifier and Type | Method and Description |
|---|---|
ModelBuilders.AddonVersionBuilder |
ModelBuilders.AddonVersionBuilder.licenseType(com.atlassian.fugue.Option<LicenseType> licenseType) |
TestModelBuilders.AddonVersionBuilder |
TestModelBuilders.AddonVersionBuilder.licenseType(com.atlassian.fugue.Option<LicenseType> licenseType) |
Copyright © 2019 Atlassian. All rights reserved.