@Produces(value={"application/json","application/xml"})
public class Link
extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
getHref() |
String |
getRel() |
String |
rfc5988String()
Return the link in the format of RFC 5988 Web Linking.
|
void |
setHref(String href) |
void |
setRel(String rel) |
String |
toString() |
public String getRel()
public void setRel(String rel)
public String getHref()
public void setHref(String href)
public String rfc5988String()
Copyright © 2016–2017 Red Hat. All rights reserved.