Class ApiCategoryCollectionApi


  • public class ApiCategoryCollectionApi
    extends Object
    • Constructor Detail

      • ApiCategoryCollectionApi

        public ApiCategoryCollectionApi()
      • ApiCategoryCollectionApi

        public ApiCategoryCollectionApi​(ApiClient apiClient)
    • Method Detail

      • getApiClient

        public ApiClient getApiClient()
      • setApiClient

        public void setApiClient​(ApiClient apiClient)
      • apiCategoriesGetCall

        public okhttp3.Call apiCategoriesGetCall​(String xWSO2Tenant,
                                                 ApiCallback _callback)
                                          throws ApiException
        Build call for apiCategoriesGet
        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
      • apiCategoriesGet

        public APICategoryListDTO apiCategoriesGet​(String xWSO2Tenant)
                                            throws ApiException
        Get All API Categories Get all API categories
        Parameters:
        xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retrieved from. (optional)
        Returns:
        APICategoryListDTO
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • apiCategoriesGetWithHttpInfo

        public ApiResponse<APICategoryListDTO> apiCategoriesGetWithHttpInfo​(String xWSO2Tenant)
                                                                     throws ApiException
        Get All API Categories Get all API categories
        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<APICategoryListDTO>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • apiCategoriesGetAsync

        public okhttp3.Call apiCategoriesGetAsync​(String xWSO2Tenant,
                                                  ApiCallback<APICategoryListDTO> _callback)
                                           throws ApiException
        Get All API Categories (asynchronously) Get all API categories
        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