public static class TestRequest.PutWithBody extends TestRequest.Put
Request.Method, Request.Priority
Constructor and Description |
---|
PutWithBody() |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getParams()
Returns a Map of parameters to be used for a POST or PUT request.
|
addMarker, cancel, compareTo, deliverError, getBody, getBodyContentType, getCacheEntry, getCacheKey, getErrorListener, getHeaders, getMethod, getParamsEncoding, getPostBody, getPostBodyContentType, getPostParams, getPostParamsEncoding, getPriority, getRetryPolicy, getSequence, getTag, getTimeoutMs, getTrafficStatsTag, getUrl, hasHadResponseDelivered, isCanceled, markDelivered, parseNetworkError, setCacheEntry, setRequestQueue, setRetryPolicy, setSequence, setShouldCache, setTag, shouldCache, toString
public Map<String,String> getParams()
Request
AuthFailureError
as authentication may be required to provide these values.
Note that you can directly override Request.getBody()
for custom data.