Class SettingsApi
java.lang.Object
org.wso2.am.integration.clients.admin.api.SettingsApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetApiClient(ApiClient apiClient) Retreive Admin Settings Retreive admin settingsokhttp3.CallsettingsGetAsync(ApiCallback<SettingsDTO> _callback) Retreive Admin Settings (asynchronously) Retreive admin settingsokhttp3.CallsettingsGetCall(ApiCallback _callback) Build call for settingsGetRetreive Admin Settings Retreive admin settings
-
Constructor Details
-
SettingsApi
public SettingsApi() -
SettingsApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
settingsGetCall
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
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
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
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
-