|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Link | |
|---|---|
| com.atlassian.plugins.rest.common | |
| Uses of Link in com.atlassian.plugins.rest.common |
|---|
| Methods in com.atlassian.plugins.rest.common that return Link | |
|---|---|
static Link |
Link.add(java.net.URI uri)
Creates a link using the given URI builder to build the URI. |
static Link |
Link.delete(java.net.URI uri)
Creates a link using the given URI builder to build the URI. |
static Link |
Link.edit(java.net.URI uri)
Creates a link using the given URI builder to build the URI. |
static Link |
Link.link(java.net.URI uri,
java.lang.String rel)
Creates a link using the given URI builder to build the URI. |
static Link |
Link.self(java.net.URI uri)
Creates a link using the given URI builder to build the URI. |
| Methods in com.atlassian.plugins.rest.common that return types with arguments of type Link | |
|---|---|
java.util.Collection<Link> |
Status.getResourcesCreated()
|
java.util.Collection<Link> |
Status.getResourcesUpdated()
|
| Methods in com.atlassian.plugins.rest.common with parameters of type Link | |
|---|---|
static Status.StatusResponseBuilder |
Status.created(Link link)
|
Status.StatusResponseBuilder |
Status.StatusResponseBuilder.created(Link link)
|
Status.StatusResponseBuilder |
Status.StatusResponseBuilder.updated(Link link)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||