public interface Link
| Modifier and Type | Method and Description | 
|---|---|
| String | getAnchor() | 
| LinkBody<?> | getBody() | 
| ResourceIdentifier | getDestinationResourceIdentifier() | 
| Optional<String> | getTarget()Returns the target attribute for the link. | 
| String | getTooltip() | 
| Link | updateDestination(ResourceIdentifier destinationResourceIdentifier)Returns a new instance of this link with an updated destination. | 
ResourceIdentifier getDestinationResourceIdentifier()
ResourceIdentifierLinkBody<?> getBody()
String getTooltip()
String getAnchor()
Optional<String> getTarget()
Link updateDestination(ResourceIdentifier destinationResourceIdentifier)
destinationResourceIdentifier - the updated destinationCopyright © 2003–2020 Atlassian. All rights reserved.