| Package | Description |
|---|---|
| com.atlassian.marketplace.client.api |
Interfaces and immutable value classes used in the Atlassian Marketplace API.
|
| com.atlassian.marketplace.client.model |
Entities that can be returned by the Atlassian Marketplace API.
|
| Modifier and Type | Method and Description |
|---|---|
static UriTemplate |
UriTemplate.create(String value) |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.fugue.Either<UriTemplate,URI> |
Link.getTemplateOrUri() |
com.atlassian.fugue.Option<UriTemplate> |
Link.getUriTemplate()
Returns the link URI template if it is a template, or
Option.none() if it is a
normal URI. |
com.atlassian.fugue.Option<UriTemplate> |
Links.getUriTemplate(String rel)
Shortcut for getting the template of the first
Link that matches the given key,
if it is a template. |
com.atlassian.fugue.Option<UriTemplate> |
Links.getUriTemplate(String rel,
String contentType)
Shortcut for getting the template of the first
Link that matches the given key
and content type, if it is a template. |
| Modifier and Type | Method and Description |
|---|---|
static Link |
Link.fromUriTemplate(UriTemplate ut,
com.atlassian.fugue.Option<String> type) |
| Constructor and Description |
|---|
Link(com.atlassian.fugue.Either<UriTemplate,URI> templateOrUri,
com.atlassian.fugue.Option<String> type) |
Copyright © 2019 Atlassian. All rights reserved.