public class DecoratedApplicationLink extends Object implements Comparable<DecoratedApplicationLink>
ApplicationLink
Note: this class has a natural ordering that is inconsistent with equals| Constructor and Description |
|---|
DecoratedApplicationLink(com.atlassian.core.i18n.I18nTextProvider i18nTextProvider,
com.atlassian.applinks.api.ApplicationLink applicationLink) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(DecoratedApplicationLink o) |
boolean |
equals(Object o) |
String |
getDisplayName() |
String |
getDisplayUrl() |
String |
getId() |
com.opensymphony.webwork.dispatcher.json.JSONObject |
getJson() |
DecoratedApplicationType |
getType() |
int |
hashCode() |
public DecoratedApplicationLink(@NotNull
com.atlassian.core.i18n.I18nTextProvider i18nTextProvider,
@NotNull
com.atlassian.applinks.api.ApplicationLink applicationLink)
public int compareTo(DecoratedApplicationLink o)
compareTo in interface Comparable<DecoratedApplicationLink>@NotNull
public com.opensymphony.webwork.dispatcher.json.JSONObject getJson()
throws com.opensymphony.webwork.dispatcher.json.JSONException
com.opensymphony.webwork.dispatcher.json.JSONExceptionpublic String getId()
public DecoratedApplicationType getType()
public String getDisplayName()
public String getDisplayUrl()
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.