Class SettingsApi
- java.lang.Object
-
- org.wso2.am.integration.clients.admin.api.SettingsApi
-
public class SettingsApi extends Object
-
-
Constructor Summary
Constructors Constructor Description SettingsApi()SettingsApi(ApiClient apiClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiClientgetApiClient()voidsetApiClient(ApiClient apiClient)SettingsDTOsettingsGet()Retreive Admin Settings Retreive admin settingsokhttp3.CallsettingsGetAsync(ApiCallback<SettingsDTO> _callback)Retreive Admin Settings (asynchronously) Retreive admin settingsokhttp3.CallsettingsGetCall(ApiCallback _callback)Build call for settingsGetApiResponse<SettingsDTO>settingsGetWithHttpInfo()Retreive Admin Settings Retreive admin settings
-
-
-
Constructor Detail
-
SettingsApi
public SettingsApi()
-
SettingsApi
public SettingsApi(ApiClient apiClient)
-
-
Method Detail
-
getApiClient
public ApiClient getApiClient()
-
setApiClient
public void setApiClient(ApiClient apiClient)
-
settingsGetCall
public okhttp3.Call settingsGetCall(ApiCallback _callback) throws ApiException
Build call for settingsGet- Parameters:
_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
settingsGet
public SettingsDTO settingsGet() throws ApiException
Retreive Admin Settings Retreive admin settings- Returns:
- SettingsDTO
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
settingsGetWithHttpInfo
public ApiResponse<SettingsDTO> settingsGetWithHttpInfo() throws ApiException
Retreive Admin Settings Retreive admin settings- Returns:
- ApiResponse<SettingsDTO>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
settingsGetAsync
public okhttp3.Call settingsGetAsync(ApiCallback<SettingsDTO> _callback) throws ApiException
Retreive Admin Settings (asynchronously) Retreive admin settings- Parameters:
_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
-