Class RecommendationsApi


  • public class RecommendationsApi
    extends Object
    • Constructor Detail

      • RecommendationsApi

        public RecommendationsApi()
      • RecommendationsApi

        public RecommendationsApi​(ApiClient apiClient)
    • Method Detail

      • getApiClient

        public ApiClient getApiClient()
      • setApiClient

        public void setApiClient​(ApiClient apiClient)
      • recommendationsGetCall

        public okhttp3.Call recommendationsGetCall​(ApiCallback _callback)
                                            throws ApiException
        Build call for recommendationsGet
        Parameters:
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • recommendationsGet

        public RecommendationsDTO recommendationsGet()
                                              throws ApiException
        Give API Recommendations for a User This API can be used to get recommended APIs for a user who logs into the API Developer Portal
        Returns:
        RecommendationsDTO
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • recommendationsGetWithHttpInfo

        public ApiResponse<RecommendationsDTO> recommendationsGetWithHttpInfo()
                                                                       throws ApiException
        Give API Recommendations for a User This API can be used to get recommended APIs for a user who logs into the API Developer Portal
        Returns:
        ApiResponse<RecommendationsDTO>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • recommendationsGetAsync

        public okhttp3.Call recommendationsGetAsync​(ApiCallback<RecommendationsDTO> _callback)
                                             throws ApiException
        Give API Recommendations for a User (asynchronously) This API can be used to get recommended APIs for a user who logs into the API Developer Portal
        Parameters:
        _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