public abstract class VendorBase extends Object implements Entity
Vendor and VendorSummary.| Constructor and Description |
|---|
VendorBase() |
| Modifier and Type | Method and Description |
|---|---|
URI |
getAlternateUri()
The address of a Marketplace page that shows details of the vendor.
|
VendorId |
getId()
The unique resource identifier for the vendor.
|
Links |
getLinks()
The top-level links for the resource.
|
abstract com.atlassian.fugue.Option<ImageInfo> |
getLogo()
The vendor logo.
|
String |
getName()
The vendor name.
|
URI |
getSelfUri()
The "self" link for the resource.
|
boolean |
isVerified()
True if the vendor has Atlassian Verified status.
|
public Links getLinks()
Entitypublic VendorId getId()
public URI getSelfUri()
EntitygetSelfUri in interface Entitypublic URI getAlternateUri()
public String getName()
public abstract com.atlassian.fugue.Option<ImageInfo> getLogo()
public boolean isVerified()
Copyright © 2016 Atlassian. All rights reserved.