public class PoolsApi extends Object
| Constructor and Description |
|---|
PoolsApi() |
PoolsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
List<Pool> |
poolsGet()
Retrieve a list of Pools
|
com.squareup.okhttp.Call |
poolsGetAsync(ApiCallback<List<Pool>> callback)
Retrieve a list of Pools (asynchronously)
|
com.squareup.okhttp.Call |
poolsGetCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for poolsGet
|
ApiResponse<List<Pool>> |
poolsGetWithHttpInfo()
Retrieve a list of Pools
|
void |
setApiClient(ApiClient apiClient) |
public PoolsApi()
public PoolsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call poolsGetCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic List<Pool> poolsGet() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<Pool>> poolsGetWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call poolsGetAsync(ApiCallback<List<Pool>> callback) throws ApiException
callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2019. All rights reserved.