public class DecoratedApplicationLink extends Object implements Comparable<DecoratedApplicationLink>
ApplicationLink
Note: this class has a natural ordering that is inconsistent with equalsConstructor 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.JSONException
public String getId()
public DecoratedApplicationType getType()
public String getDisplayName()
public String getDisplayUrl()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.