public class RecommendationsApi extends Object
| Constructor and Description |
|---|
RecommendationsApi() |
RecommendationsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
RecommendationsDTO |
recommendationsGet()
Give API recommendations for a user
This API can be used to get recommended APIs for a user who logs into the API store
|
com.squareup.okhttp.Call |
recommendationsGetAsync(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 store
|
com.squareup.okhttp.Call |
recommendationsGetCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for recommendationsGet
|
ApiResponse<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 store
|
void |
setApiClient(ApiClient apiClient) |
public RecommendationsApi()
public RecommendationsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call recommendationsGetCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic RecommendationsDTO recommendationsGet() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<RecommendationsDTO> recommendationsGetWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call recommendationsGetAsync(ApiCallback<RecommendationsDTO> callback) throws ApiException
callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2020 WSO2 Inc. All rights reserved.