public interface

SimpleLink

implements SimpleLinkSection
com.atlassian.jira.plugin.webfragment.model.SimpleLink
Known Indirect Subclasses

Class Overview

A simple link representation.

Summary

Public Methods
String getAccessKey()
The access key used to quickly select link
@Nonnull String getUrl()
The URL that the link points to.
[Expand]
Inherited Methods
From interface com.atlassian.jira.plugin.webfragment.model.SimpleLinkSection

Public Methods

public String getAccessKey ()

The access key used to quickly select link

Returns
  • The access key used to quickly select link

@Nonnull public String getUrl ()

The URL that the link points to. This should never be null.

Returns
  • The URL that the link points to