@Deprecated public class Link extends Object
(https://jcp.org/en/jsr/detail?id=339)
,
Link
Modifier and Type | Field and Description |
---|---|
protected ClientExecutor |
executor
Deprecated.
|
protected MultivaluedMap<String,String> |
extensions
Deprecated.
|
protected String |
href
Deprecated.
|
protected String |
relationship
Deprecated.
|
protected String |
title
Deprecated.
|
protected String |
type
Deprecated.
|
Constructor and Description |
---|
Link()
Deprecated.
|
Link(String title,
String relationship,
String href,
String type,
MultivaluedMap<String,String> extensions)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ClientExecutor |
getExecutor()
Deprecated.
|
MultivaluedMap<String,String> |
getExtensions()
Deprecated.
|
String |
getHref()
Deprecated.
|
String |
getRelationship()
Deprecated.
|
String |
getTitle()
Deprecated.
|
String |
getType()
Deprecated.
|
ClientRequest |
request()
Deprecated.
|
ClientRequest |
request(ClientExecutor executor)
Deprecated.
|
void |
setExecutor(ClientExecutor executor)
Deprecated.
|
void |
setHref(String href)
Deprecated.
|
void |
setRelationship(String relationship)
Deprecated.
|
void |
setTitle(String title)
Deprecated.
|
void |
setType(String type)
Deprecated.
|
Link |
toJaxrsLink()
Deprecated.
|
String |
toString()
Deprecated.
|
protected String title
protected String relationship
protected String href
protected String type
protected MultivaluedMap<String,String> extensions
protected ClientExecutor executor
public Link toJaxrsLink()
public String getRelationship()
public void setRelationship(String relationship)
public String getHref()
public void setHref(String href)
public String getType()
public void setType(String type)
public String getTitle()
public void setTitle(String title)
public MultivaluedMap<String,String> getExtensions()
public ClientExecutor getExecutor()
public void setExecutor(ClientExecutor executor)
public ClientRequest request()
public ClientRequest request(ClientExecutor executor)
Copyright © 2017 JBoss by Red Hat. All rights reserved.