Class SettingsApi

java.lang.Object
org.wso2.am.integration.clients.admin.api.SettingsApi

public class SettingsApi extends Object
  • Constructor Details

    • SettingsApi

      public SettingsApi()
    • SettingsApi

      public SettingsApi(ApiClient apiClient)
  • Method Details

    • 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