| 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 |
|---|---|
Page<VendorSummary> |
Vendors.find(VendorQuery query)
Gets a list of vendors.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<VendorSummary> |
InternalModel.Vendors.getItems() |
| Modifier and Type | Method and Description |
|---|---|
static InternalModel.Vendors |
InternalModel.vendors(Links links,
com.google.common.collect.ImmutableList<VendorSummary> items,
int count) |
| Modifier and Type | Method and Description |
|---|---|
VendorSummary |
TestModelBuilders.VendorSummaryBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
abstract io.atlassian.fugue.Option<VendorSummary> |
AddonBase.getVendor()
Summary information about the add-on's vendor.
|
io.atlassian.fugue.Option<VendorSummary> |
Addon.getVendor() |
io.atlassian.fugue.Option<VendorSummary> |
AddonSummary.getVendor() |
| Modifier and Type | Method and Description |
|---|---|
TestModelBuilders.AddonBuilder |
TestModelBuilders.AddonBuilder.vendor(VendorSummary vendor)
Specifies the add-on's vendor using a
VendorSummary instance. |
ModelBuilders.AddonBuilder |
ModelBuilders.AddonBuilder.vendor(VendorSummary vendor)
Specifies the add-on's vendor using a
VendorSummary instance. |
| Modifier and Type | Method and Description |
|---|---|
TestModelBuilders.AddonSummaryBuilder |
TestModelBuilders.AddonSummaryBuilder.vendor(io.atlassian.fugue.Option<VendorSummary> vendor) |
Copyright © 2019 Atlassian. All rights reserved.