Class SettingsApi


  • public class SettingsApi
    extends Object
    • 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