public class Response extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
addErrors(List<String> errors) |
static String |
getBody(InputStream stream) |
List<String> |
getErrors() |
int |
getStatusCode() |
void |
setStatusCode(int statusCode) |
public int getStatusCode()
public void setStatusCode(int statusCode)
public static String getBody(InputStream stream) throws IOException
IOExceptionCopyright © 2018. All rights reserved.