public final class Highlight extends Object
AddonVersion details.| Constructor and Description |
|---|
Highlight() |
| Modifier and Type | Method and Description |
|---|---|
HtmlString |
getBody()
The HTML content for the highlight.
|
com.atlassian.fugue.Option<String> |
getExplanation()
The optional image subtitle for the highlight.
|
ImageInfo |
getFullImage()
The full-sized image for the highlight.
|
Links |
getLinks() |
ImageInfo |
getThumbnailImage()
The reduced-size image for the highlight.
|
String |
getTitle()
The caption for the highlight.
|
public Links getLinks()
public String getTitle()
public HtmlString getBody()
public com.atlassian.fugue.Option<String> getExplanation()
public ImageInfo getFullImage()
public ImageInfo getThumbnailImage()
Copyright © 2016 Atlassian. All rights reserved.