public class AddonReference extends Object implements Entity
AddonSummary.| Constructor and Description |
|---|
AddonReference() |
| Modifier and Type | Method and Description |
|---|---|
URI |
getAlternateUri() |
com.atlassian.fugue.Option<ImageInfo> |
getImage()
The addon logo.
|
String |
getKey() |
Links |
getLinks()
The top-level links for the resource.
|
String |
getName() |
com.atlassian.fugue.Option<AddonReviewsSummary> |
getReviews() |
URI |
getSelfUri()
The "self" link for the resource.
|
URI |
getVendorUri() |
public Links getLinks()
Entitypublic String getName()
public String getKey()
public URI getSelfUri()
EntitygetSelfUri in interface Entitypublic URI getAlternateUri()
public URI getVendorUri()
public com.atlassian.fugue.Option<ImageInfo> getImage()
public com.atlassian.fugue.Option<AddonReviewsSummary> getReviews()
Copyright © 2016 Atlassian. All rights reserved.