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