public class RootApi
extends java.lang.Object
| Modifier and Type | Method | Description |
|---|---|---|
ApiClient |
getApiClient() |
|
Links |
getRoot() |
You can issue a GET request to the root resource to find all of the resource categories supported by the API.
|
com.squareup.okhttp.Call |
getRootAsync(ApiCallback<Links> callback) |
(asynchronously)
You can issue a GET request to the root resource to find all of the resource categories supported by the API.
|
com.squareup.okhttp.Call |
getRootCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getRoot
|
ApiResponse<Links> |
getRootWithHttpInfo() |
You can issue a GET request to the root resource to find all of the resource categories supported by the API.
|
void |
setApiClient(ApiClient apiClient) |
public RootApi()
public RootApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call getRootCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic Links getRoot() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Links> getRootWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getRootAsync(ApiCallback<Links> 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 object