@Immutable public class DecoratedEntityLink extends Object implements Comparable<DecoratedEntityLink>
EntityLink| Constructor and Description |
|---|
DecoratedEntityLink(com.atlassian.core.i18n.I18nTextProvider i18nTextProvider,
com.atlassian.applinks.api.EntityLink entityLink) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(DecoratedEntityLink o) |
static com.google.common.base.Function<com.atlassian.applinks.api.EntityLink,DecoratedEntityLink> |
fromEntityLink(com.atlassian.core.i18n.I18nTextProvider i18nTextProvider) |
DecoratedApplicationLink |
getApplicationLink() |
String |
getDisplayName() |
String |
getDisplayUrl() |
String |
getIconUrl() |
String |
getId() |
com.opensymphony.webwork.dispatcher.json.JSONObject |
getJson() |
String |
getKey() |
String |
getName() |
public DecoratedEntityLink(@NotNull
com.atlassian.core.i18n.I18nTextProvider i18nTextProvider,
@NotNull
com.atlassian.applinks.api.EntityLink entityLink)
public int compareTo(DecoratedEntityLink o)
compareTo in interface Comparable<DecoratedEntityLink>public static com.google.common.base.Function<com.atlassian.applinks.api.EntityLink,DecoratedEntityLink> fromEntityLink(@NotNull com.atlassian.core.i18n.I18nTextProvider i18nTextProvider)
@NotNull
public com.opensymphony.webwork.dispatcher.json.JSONObject getJson()
throws com.opensymphony.webwork.dispatcher.json.JSONException
com.opensymphony.webwork.dispatcher.json.JSONExceptionpublic DecoratedApplicationLink getApplicationLink()
public String getKey()
public String getName()
public String getDisplayName()
public String getDisplayUrl()
public String getIconUrl()
public String getId()
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.