public final class Vendor extends VendorBase
VendorBase, but adds
further details; to get these details, you will need to query the vendor individually
with Vendors.getById(com.atlassian.marketplace.client.api.VendorId).VendorSummary| Constructor and Description |
|---|
Vendor() |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.fugue.Option<Address> |
getAddress()
The vendor's public contact address.
|
com.atlassian.fugue.Option<String> |
getDescription()
Short introductory text that appears on the vendor's Marketplace page.
|
String |
getEmail()
The vendor's public contact email.
|
com.atlassian.fugue.Option<URI> |
getExternalLinkUri(VendorExternalLinkType type)
Returns one of the optional vendor-specified external links for the vendor.
|
com.atlassian.fugue.Option<ImageInfo> |
getLogo()
The vendor logo.
|
com.atlassian.fugue.Option<String> |
getOtherContactDetails()
Any other public contact information the vendor wishes to provide.
|
com.atlassian.fugue.Option<String> |
getPhone()
The vendor's public phone number.
|
getAlternateUri, getId, getLinks, getName, getSelfUri, isVerifiedpublic com.atlassian.fugue.Option<String> getDescription()
public String getEmail()
public com.atlassian.fugue.Option<Address> getAddress()
public com.atlassian.fugue.Option<String> getPhone()
public com.atlassian.fugue.Option<String> getOtherContactDetails()
public com.atlassian.fugue.Option<URI> getExternalLinkUri(VendorExternalLinkType type)
type - specifies which type of link to getOption.none() if there is no such linkpublic com.atlassian.fugue.Option<ImageInfo> getLogo()
VendorBasegetLogo in class VendorBaseCopyright © 2016 Atlassian. All rights reserved.