| 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 LicenseTypeId |
LicenseTypeId.fromUri(URI uri) |
| Modifier and Type | Method and Description |
|---|---|
LicenseTypeId |
LicenseType.getId()
The unique resource identifier for the license type.
|
| Modifier and Type | Method and Description |
|---|---|
io.atlassian.fugue.Option<LicenseTypeId> |
AddonVersion.getLicenseTypeId()
The unique resource identifier for the add-on version's software license type; may be
omitted for private versions.
|
io.atlassian.fugue.Option<LicenseTypeId> |
AddonVersionBase.getLicenseTypeId()
The unique resource identifier for the software license type used by this version,
if any.
|
| Modifier and Type | Method and Description |
|---|---|
ModelBuilders.AddonVersionBuilder |
ModelBuilders.AddonVersionBuilder.licenseTypeId(io.atlassian.fugue.Option<LicenseTypeId> licenseTypeId) |
Copyright © 2019 Atlassian. All rights reserved.