@Deprecated public interface RestRequest
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsAttachments()
Deprecated.
|
Map<String,File> |
getAttachments()
Deprecated.
|
Map<String,String> |
getHeaders()
Deprecated.
Gets headers to add in request.
|
RestMethod |
getMethod()
Deprecated.
The method to use for this request.
|
String[] |
getParameters()
Deprecated.
|
String[] |
getPath()
Deprecated.
|
String |
toPath(String baseUrl)
Deprecated.
Obtain the full url of the request.
|
String[] getPath()
String[] getParameters()
boolean containsAttachments()
true if request has some attachments.Map<String,File> getAttachments()
String toPath(String baseUrl)
baseUrl - the base url to useRestMethod getMethod()
Copyright © 2009-2012 CodeLutin. All Rights Reserved.