@Deprecated public class LinkHeader extends Object
Constructor and Description |
---|
LinkHeader()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LinkHeader |
addLink(Link link)
Deprecated.
|
LinkHeader |
addLink(String title,
String rel,
String href,
String type)
Deprecated.
|
Link |
getLinkByRelationship(String rel)
Deprecated.
|
Link |
getLinkByTitle(String title)
Deprecated.
|
List<Link> |
getLinks()
Deprecated.
All the links defined
|
Map<String,Link> |
getLinksByRelationship()
Deprecated.
Index of links by relationship "rel" or "rev"
|
Map<String,Link> |
getLinksByTitle()
Deprecated.
Index of links by title
|
String |
toString()
Deprecated.
|
static LinkHeader |
valueOf(String val)
Deprecated.
|
public LinkHeader addLink(Link link)
public LinkHeader addLink(String title, String rel, String href, String type)
public Map<String,Link> getLinksByRelationship()
public Map<String,Link> getLinksByTitle()
public static LinkHeader valueOf(String val)
Copyright © 2017 JBoss by Red Hat. All rights reserved.