Class SettingsApi
- java.lang.Object
-
- org.wso2.am.integration.clients.store.api.v1.SettingsApi
-
public class SettingsApi extends Object
-
-
Constructor Summary
Constructors Constructor Description SettingsApi()SettingsApi(ApiClient apiClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiClientgetApiClient()voidsetApiClient(ApiClient apiClient)ApplicationAttributeListDTOsettingsApplicationAttributesGet(String ifNoneMatch)Get All Application Attributes from Configuration This operation can be used to retrieve the application attributes from configuration.okhttp3.CallsettingsApplicationAttributesGetAsync(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.CallsettingsApplicationAttributesGetCall(String ifNoneMatch, ApiCallback _callback)Build call for settingsApplicationAttributesGetApiResponse<ApplicationAttributeListDTO>settingsApplicationAttributesGetWithHttpInfo(String ifNoneMatch)Get All Application Attributes from Configuration This operation can be used to retrieve the application attributes from configuration.SettingsDTOsettingsGet(String xWSO2Tenant)Retreive Developer Portal settings Retreive Developer Portal Settingsokhttp3.CallsettingsGetAsync(String xWSO2Tenant, ApiCallback<SettingsDTO> _callback)Retreive Developer Portal settings (asynchronously) Retreive Developer Portal Settingsokhttp3.CallsettingsGetCall(String xWSO2Tenant, ApiCallback _callback)Build call for settingsGetApiResponse<SettingsDTO>settingsGetWithHttpInfo(String xWSO2Tenant)Retreive Developer Portal settings Retreive Developer Portal Settings
-
-
-
Constructor Detail
-
SettingsApi
public SettingsApi()
-
SettingsApi
public SettingsApi(ApiClient apiClient)
-
-
Method Detail
-
getApiClient
public ApiClient getApiClient()
-
setApiClient
public void setApiClient(ApiClient apiClient)
-
settingsApplicationAttributesGetCall
public okhttp3.Call settingsApplicationAttributesGetCall(String ifNoneMatch, ApiCallback _callback) throws ApiException
Build call for settingsApplicationAttributesGet- Parameters:
ifNoneMatch- Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
settingsApplicationAttributesGet
public ApplicationAttributeListDTO settingsApplicationAttributesGet(String ifNoneMatch) throws ApiException
Get All Application Attributes from Configuration This operation can be used to retrieve the application attributes from configuration. It will not return hidden attributes.- Parameters:
ifNoneMatch- Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)- Returns:
- ApplicationAttributeListDTO
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
settingsApplicationAttributesGetWithHttpInfo
public ApiResponse<ApplicationAttributeListDTO> settingsApplicationAttributesGetWithHttpInfo(String ifNoneMatch) throws ApiException
Get All Application Attributes from Configuration This operation can be used to retrieve the application attributes from configuration. It will not return hidden attributes.- Parameters:
ifNoneMatch- Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)- Returns:
- ApiResponse<ApplicationAttributeListDTO>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
settingsApplicationAttributesGetAsync
public okhttp3.Call settingsApplicationAttributesGetAsync(String ifNoneMatch, ApiCallback<ApplicationAttributeListDTO> _callback) throws ApiException
Get All Application Attributes from Configuration (asynchronously) This operation can be used to retrieve the application attributes from configuration. It will not return hidden attributes.- Parameters:
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 finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
settingsGetCall
public okhttp3.Call settingsGetCall(String xWSO2Tenant, ApiCallback _callback) throws ApiException
Build call for settingsGet- Parameters:
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 progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
settingsGet
public SettingsDTO settingsGet(String xWSO2Tenant) throws ApiException
Retreive Developer Portal settings Retreive Developer Portal Settings- Parameters:
xWSO2Tenant- For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retrieved from. (optional)- 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(String xWSO2Tenant) throws ApiException
Retreive Developer Portal settings Retreive Developer Portal Settings- Parameters:
xWSO2Tenant- For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retrieved from. (optional)- 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(String xWSO2Tenant, ApiCallback<SettingsDTO> _callback) throws ApiException
Retreive Developer Portal settings (asynchronously) Retreive Developer Portal Settings- Parameters:
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 finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
-