public class ExportConfigurationApi extends Object
| Constructor and Description |
|---|
ExportConfigurationApi() |
ExportConfigurationApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
File |
exportApisGet(String query,
Integer limit,
Integer offset)
Export information related to an API.
|
com.squareup.okhttp.Call |
exportApisGetAsync(String query,
Integer limit,
Integer offset,
ApiCallback<File> callback)
Export information related to an API.
|
com.squareup.okhttp.Call |
exportApisGetCall(String query,
Integer limit,
Integer offset,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for exportApisGet
|
ApiResponse<File> |
exportApisGetWithHttpInfo(String query,
Integer limit,
Integer offset)
Export information related to an API.
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public ExportConfigurationApi()
public ExportConfigurationApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call exportApisGetCall(String query, Integer limit, Integer offset, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
query - API search query (required)limit - Maximum size of resource array to return. (optional, default to 25)offset - Starting point within the complete list of items qualified. (optional, default to 0)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic File exportApisGet(String query, Integer limit, Integer offset) throws ApiException
query - API search query (required)limit - Maximum size of resource array to return. (optional, default to 25)offset - Starting point within the complete list of items qualified. (optional, default to 0)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> exportApisGetWithHttpInfo(String query, Integer limit, Integer offset) throws ApiException
query - API search query (required)limit - Maximum size of resource array to return. (optional, default to 25)offset - Starting point within the complete list of items qualified. (optional, default to 0)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call exportApisGetAsync(String query, Integer limit, Integer offset, ApiCallback<File> callback) throws ApiException
query - API search query (required)limit - Maximum size of resource array to return. (optional, default to 25)offset - Starting point within the complete list of items qualified. (optional, default to 0)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 © 2018 WSO2. All rights reserved.