public class SettingsApi extends Object
| Constructor and Description |
|---|
SettingsApi() |
SettingsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
EnvironmentListDTO |
settingsGatewayEnvironmentsGet(String apiId)
Get all gateway environments
This operation can be used to retrieve the list of gateway environments available.
|
com.squareup.okhttp.Call |
settingsGatewayEnvironmentsGetAsync(String apiId,
ApiCallback<EnvironmentListDTO> callback)
Get all gateway environments (asynchronously)
This operation can be used to retrieve the list of gateway environments available.
|
com.squareup.okhttp.Call |
settingsGatewayEnvironmentsGetCall(String apiId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for settingsGatewayEnvironmentsGet
|
ApiResponse<EnvironmentListDTO> |
settingsGatewayEnvironmentsGetWithHttpInfo(String apiId)
Get all gateway environments
This operation can be used to retrieve the list of gateway environments available.
|
SettingsDTO |
settingsGet()
Retreive publisher settings
Retreive publisher settings
|
com.squareup.okhttp.Call |
settingsGetAsync(ApiCallback<SettingsDTO> callback)
Retreive publisher settings (asynchronously)
Retreive publisher settings
|
com.squareup.okhttp.Call |
settingsGetCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for settingsGet
|
ApiResponse<SettingsDTO> |
settingsGetWithHttpInfo()
Retreive publisher settings
Retreive publisher settings
|
public SettingsApi()
public SettingsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call settingsGatewayEnvironmentsGetCall(String apiId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. The combination of the provider of the API, name of the API and the version is also accepted as a valid API I. Should be formatted as **provider-name-version**. (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic EnvironmentListDTO settingsGatewayEnvironmentsGet(String apiId) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. The combination of the provider of the API, name of the API and the version is also accepted as a valid API I. Should be formatted as **provider-name-version**. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<EnvironmentListDTO> settingsGatewayEnvironmentsGetWithHttpInfo(String apiId) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. The combination of the provider of the API, name of the API and the version is also accepted as a valid API I. Should be formatted as **provider-name-version**. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call settingsGatewayEnvironmentsGetAsync(String apiId, ApiCallback<EnvironmentListDTO> callback) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. The combination of the provider of the API, name of the API and the version is also accepted as a valid API I. Should be formatted as **provider-name-version**. (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call settingsGetCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic SettingsDTO settingsGet() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SettingsDTO> settingsGetWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call settingsGetAsync(ApiCallback<SettingsDTO> 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 © 2020 WSO2 Inc. All rights reserved.