public class SettingsApi extends Object
| Constructor and Description |
|---|
SettingsApi() |
SettingsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
ApplicationAttributeListDTO |
settingsApplicationAttributesGet(String ifNoneMatch)
Get all application attributes from configuration
This operation can be used to retrieve the application attributes from configuration.
|
com.squareup.okhttp.Call |
settingsApplicationAttributesGetAsync(String ifNoneMatch,
ApiCallback<ApplicationAttributeListDTO> callback)
Get all application attributes from configuration (asynchronously)
This operation can be used to retrieve the application attributes from configuration.
|
com.squareup.okhttp.Call |
settingsApplicationAttributesGetCall(String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for settingsApplicationAttributesGet
|
ApiResponse<ApplicationAttributeListDTO> |
settingsApplicationAttributesGetWithHttpInfo(String ifNoneMatch)
Get all application attributes from configuration
This operation can be used to retrieve the application attributes from configuration.
|
SettingsDTO |
settingsGet()
Retreive store settings
Retreive store settings
|
com.squareup.okhttp.Call |
settingsGetAsync(ApiCallback<SettingsDTO> callback)
Retreive store settings (asynchronously)
Retreive store settings
|
com.squareup.okhttp.Call |
settingsGetCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for settingsGet
|
ApiResponse<SettingsDTO> |
settingsGetWithHttpInfo()
Retreive store settings
Retreive store settings
|
public SettingsApi()
public SettingsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call settingsApplicationAttributesGetCall(String ifNoneMatch, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ApplicationAttributeListDTO settingsApplicationAttributesGet(String ifNoneMatch) throws ApiException
ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApplicationAttributeListDTO> settingsApplicationAttributesGetWithHttpInfo(String ifNoneMatch) throws ApiException
ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call settingsApplicationAttributesGetAsync(String ifNoneMatch, ApiCallback<ApplicationAttributeListDTO> callback) throws ApiException
ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)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.