public final class Vendor extends VendorBase
| Constructor and Description |
|---|
Vendor() |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.fugue.Option<Address> |
getAddress() |
com.atlassian.fugue.Option<String> |
getDescription() |
String |
getEmail() |
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() |
com.atlassian.fugue.Option<String> |
getPhone() |
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()
getLogo in class VendorBaseCopyright © 2016 Atlassian. All rights reserved.