Class SettingsApi
java.lang.Object
org.wso2.am.integration.clients.publisher.api.v1.SettingsApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetreive Publisher Settings Retreive publisher settingsokhttp3.CallgetSettingsAsync(ApiCallback<SettingsDTO> _callback) Retreive Publisher Settings (asynchronously) Retreive publisher settingsokhttp3.CallgetSettingsCall(ApiCallback _callback) Build call for getSettingsRetreive Publisher Settings Retreive publisher settingsvoidsetApiClient(ApiClient apiClient)
-
Constructor Details
-
SettingsApi
public SettingsApi() -
SettingsApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
getSettingsCall
Build call for getSettings- Parameters:
_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
getSettings
Retreive Publisher Settings Retreive publisher settings- Returns:
- SettingsDTO
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getSettingsWithHttpInfo
Retreive Publisher Settings Retreive publisher settings- Returns:
- ApiResponse<SettingsDTO>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getSettingsAsync
Retreive Publisher Settings (asynchronously) Retreive publisher 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
-