| Package | Description |
|---|---|
| com.atlassian.confluence.api.model.content | |
| com.atlassian.confluence.api.model.link |
| Modifier and Type | Method and Description |
|---|---|
Map<LinkType,Link> |
Content.getLinks() |
| Modifier and Type | Method and Description |
|---|---|
Content.ContentBuilder |
Content.ContentBuilder.addLink(LinkType type,
String path) |
| Modifier and Type | Field and Description |
|---|---|
static LinkType |
LinkType.DOWNLOAD |
static LinkType |
LinkType.TINY_UI |
static LinkType |
LinkType.WEB_UI |
| Modifier and Type | Field and Description |
|---|---|
static List<LinkType> |
LinkType.BUILT_IN |
| Modifier and Type | Method and Description |
|---|---|
LinkType |
Link.getType() |
static LinkType |
LinkType.valueOf(String type) |
| Constructor and Description |
|---|
Link(LinkType type,
String path) |
Copyright © 2003–2016 Atlassian. All rights reserved.