| Package | Description |
|---|---|
| com.github.jasminb.jsonapi |
| Modifier and Type | Method and Description |
|---|---|
Link |
Links.getFirst()
Convenience method for returning the
first link. |
Link |
Links.getLast()
Convenience method for returning the
last link. |
Link |
Links.getLink(String linkName)
Convenience method for returning named link.
|
Link |
Links.getNext()
Convenience method for returning the
next link. |
Link |
Links.getPrevious()
Convenience method for returning the
prev link. |
Link |
Links.getRelated()
Convenience method for returning the
related link. |
Link |
Links.getSelf()
Convenience method for returning the
self link. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Link> |
Links.getLinks()
Gets all registered links.
|
| Constructor and Description |
|---|
Links(Map<String,Link> linkMap)
Create new Links.
|
Copyright © 2017. All rights reserved.