| Modifier and Type | Class and Description |
|---|---|
static class |
WebserviceSave.Builder<T> |
| Modifier and Type | Method and Description |
|---|---|
static <T> WebserviceSave.Builder<T> |
newBuilder() |
static <T> WebserviceSave.Builder<T> |
newBuilder(WebserviceSave<T> copy) |
void |
save(com.mashape.unirest.http.HttpResponse<T> response,
OutputStream output) |
public static <T> WebserviceSave.Builder<T> newBuilder()
public static <T> WebserviceSave.Builder<T> newBuilder(WebserviceSave<T> copy)
public void save(com.mashape.unirest.http.HttpResponse<T> response, OutputStream output) throws IOException
save in interface Save<com.mashape.unirest.http.HttpResponse<T>>IOExceptionCopyright © 2017. All rights reserved.