| 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 VendorExternalLinkType |
VendorExternalLinkType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VendorExternalLinkType[] |
VendorExternalLinkType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TestModelBuilders.VendorBuilder |
TestModelBuilders.VendorBuilder.externalLinkUri(VendorExternalLinkType type,
io.atlassian.fugue.Option<URI> uri) |
ModelBuilders.VendorBuilder |
ModelBuilders.VendorBuilder.externalLinkUri(VendorExternalLinkType type,
io.atlassian.fugue.Option<URI> uri)
Sets one of the vendor-specified external links for the vendor.
|
io.atlassian.fugue.Option<URI> |
Vendor.getExternalLinkUri(VendorExternalLinkType type)
Returns one of the optional vendor-specified external links for the vendor.
|
Copyright © 2019 Atlassian. All rights reserved.