| Package | Description |
|---|---|
| com.atlassian.plugins.rest.common |
| Modifier and Type | Method and Description |
|---|---|
static Link |
Link.add(URI uri)
Creates a link using the given URI builder to build the URI.
|
static Link |
Link.delete(URI uri)
Creates a link using the given URI builder to build the URI.
|
static Link |
Link.edit(URI uri)
Creates a link using the given URI builder to build the URI.
|
static Link |
Link.link(URI uri,
String rel)
Creates a link using the specified uri and rel values
|
static Link |
Link.link(URI uri,
String rel,
String type)
Creates a link using the given URI builder to build the URI.
|
static Link |
Link.self(URI uri)
Creates a link using the given URI builder to build the URI.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Link> |
Status.getResourcesCreated() |
Collection<Link> |
Status.getResourcesUpdated() |
| Modifier and Type | Method and Description |
|---|---|
static Status.StatusResponseBuilder |
Status.created(Link link) |
Status.StatusResponseBuilder |
Status.StatusResponseBuilder.created(Link link) |
Status.StatusResponseBuilder |
Status.StatusResponseBuilder.updated(Link link) |
Copyright © 2014 Atlassian. All rights reserved.