@Immutable public class DecoratedEntityLink extends Object implements Comparable<DecoratedEntityLink>
EntityLink
Constructor and Description |
---|
DecoratedEntityLink(@NotNull com.atlassian.core.i18n.I18nTextProvider i18nTextProvider,
@NotNull 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(@NotNull com.atlassian.core.i18n.I18nTextProvider i18nTextProvider) |
DecoratedApplicationLink |
getApplicationLink() |
String |
getDisplayName() |
String |
getDisplayUrl() |
String |
getIconUrl() |
String |
getId() |
@NotNull com.opensymphony.webwork.dispatcher.json.JSONObject |
getJson() |
String |
getKey() |
String |
getName() |
public DecoratedEntityLink(@NotNull @NotNull com.atlassian.core.i18n.I18nTextProvider i18nTextProvider, @NotNull @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 @NotNull com.atlassian.core.i18n.I18nTextProvider i18nTextProvider)
@NotNull public @NotNull com.opensymphony.webwork.dispatcher.json.JSONObject getJson() throws com.opensymphony.webwork.dispatcher.json.JSONException
com.opensymphony.webwork.dispatcher.json.JSONException
public DecoratedApplicationLink getApplicationLink()
public String getKey()
public String getName()
public String getDisplayName()
public String getDisplayUrl()
public String getIconUrl()
public String getId()
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.