public class FetchOptions extends Object
| Constructor and Description |
|---|
FetchOptions(String url,
String apiKey,
String method,
Integer timeout) |
| Modifier and Type | Method and Description |
|---|---|
String |
fetch() |
org.apache.http.client.HttpClient |
getClient() |
String |
getMethod() |
String |
getUrl() |
void |
setClient(org.apache.http.client.HttpClient client) |
void |
setMethod(String method) |
void |
setUrl(String url) |
public String getUrl()
public void setUrl(String url)
public org.apache.http.client.HttpClient getClient()
public void setClient(org.apache.http.client.HttpClient client)
public String getMethod()
public void setMethod(String method)
public String fetch()
Copyright © 2019. All rights reserved.