@groovy.transform.CompileStatic @groovy.transform.EqualsAndHashCode(includes = ['rel', 'href']) class Link
Represents a Link in a RESTful resource. See http://tools.ietf.org/html/draft-kelly-json-hal-05#section-5
| Type | Name and description | 
|---|---|
| java.lang.String | contentTypeThe content type of the linked resource | 
| boolean | deprecatedWhether the link is deprecated | 
| java.lang.String | hrefThe link's href | 
| java.util.Locale | hreflangThe language of the linked resource | 
| java.lang.String | relThe link relationship | 
| boolean | templatedWhether the link is a URI template | 
| java.lang.String | titleThe Human readable title of the resource | 
| Constructor and description | 
|---|
| Link
                                (java.lang.String rel, java.lang.String href) | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | static Link | createLink(java.util.Map<java.lang.String, java.lang.Object> arguments)Creates a link for the given arguments | 
| Methods inherited from class | Name | 
|---|---|
| class java.lang.Object | java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() | 
The content type of the linked resource
Whether the link is deprecated
The link's href
The language of the linked resource
The link relationship
Whether the link is a URI template
The Human readable title of the resource
Creates a link for the given arguments
arguments -  The arguments