Class RecommendationsApi
- java.lang.Object
-
- org.wso2.am.integration.clients.store.api.v1.RecommendationsApi
-
public class RecommendationsApi extends Object
-
-
Constructor Summary
Constructors Constructor Description RecommendationsApi()RecommendationsApi(ApiClient apiClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiClientgetApiClient()RecommendationsDTOrecommendationsGet()Give API Recommendations for a User This API can be used to get recommended APIs for a user who logs into the API Developer Portalokhttp3.CallrecommendationsGetAsync(ApiCallback<RecommendationsDTO> _callback)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 Portalokhttp3.CallrecommendationsGetCall(ApiCallback _callback)Build call for recommendationsGetApiResponse<RecommendationsDTO>recommendationsGetWithHttpInfo()Give API Recommendations for a User This API can be used to get recommended APIs for a user who logs into the API Developer PortalvoidsetApiClient(ApiClient apiClient)
-
-
-
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
-
-