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.
|
okhttp3.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.
|
okhttp3.Call |
settingsApplicationAttributesGetCall(String ifNoneMatch,
ApiCallback _callback)
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(String xWSO2Tenant)
Retreive Devportal settings
Retreive Devportal Settings
|
okhttp3.Call |
settingsGetAsync(String xWSO2Tenant,
ApiCallback<SettingsDTO> _callback)
Retreive Devportal settings (asynchronously)
Retreive Devportal Settings
|
okhttp3.Call |
settingsGetCall(String xWSO2Tenant,
ApiCallback _callback)
Build call for settingsGet
|
ApiResponse<SettingsDTO> |
settingsGetWithHttpInfo(String xWSO2Tenant)
Retreive Devportal settings
Retreive Devportal Settings
|
public SettingsApi()
public SettingsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call settingsApplicationAttributesGetCall(String ifNoneMatch, ApiCallback _callback) throws ApiException
ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)_callback - Callback for upload/download progressApiException - 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 okhttp3.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 okhttp3.Call settingsGetCall(String xWSO2Tenant, ApiCallback _callback) throws ApiException
xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retrieved from. (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic SettingsDTO settingsGet(String xWSO2Tenant) throws ApiException
xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retrieved from. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SettingsDTO> settingsGetWithHttpInfo(String xWSO2Tenant) throws ApiException
xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retrieved from. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call settingsGetAsync(String xWSO2Tenant, ApiCallback<SettingsDTO> _callback) throws ApiException
xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retrieved from. (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 objectCopyright © 2021 WSO2 Inc. All rights reserved.