| 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 VendorId |
VendorId.fromUri(URI uri) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Vendor> |
Vendors.safeGetById(VendorId id)
Queries a single vendor.
|
| Modifier and Type | Method and Description |
|---|---|
VendorId |
VendorBase.getId()
The unique resource identifier for the vendor.
|
VendorId |
AddonBase.getVendorId()
A unique resource identifier for the add-on's vendor.
|
VendorId |
AddonReference.getVendorId() |
| Modifier and Type | Method and Description |
|---|---|
ModelBuilders.AddonBuilder |
ModelBuilders.AddonBuilder.vendor(VendorId id) |
Copyright © 2019 Atlassian. All rights reserved.