public class RequestBuilder<API> extends Object
| Constructor and Description |
|---|
RequestBuilder(FetchyEngine engine,
CallServiceDetails<API> serviceDetails) |
| Modifier and Type | Method and Description |
|---|---|
<OUTPUT,ERROR extends Exception> |
callable(Call<OUTPUT,API,ERROR> callable) |
RequestBuilder<API> |
name(String name) |
<ERROR extends Exception> |
runnable(Run<API,ERROR> runnable) |
public RequestBuilder(FetchyEngine engine, CallServiceDetails<API> serviceDetails)
public RequestBuilder<API> name(String name)
public <OUTPUT,ERROR extends Exception> CallableRequestBuilder<OUTPUT,API,ERROR> callable(Call<OUTPUT,API,ERROR> callable)
public <ERROR extends Exception> RunnableRequestBuilder<API,ERROR> runnable(Run<API,ERROR> runnable)
Copyright © 2017 Irenical. All rights reserved.