public class ByProjectKeyRecommendationsProjectCategoriesByProductIdGet extends io.vrap.rmf.base.client.ApiMethod<ByProjectKeyRecommendationsProjectCategoriesByProductIdGet,ProjectCategoryRecommendationPagedQueryResponse>
Response Representation: PagedQueryResult with a results array of ProjectCategoryrecommendation, sorted by confidence scores in descending order and the meta information of ProjectCategoryrecommendationMeta.
| Constructor and Description |
|---|
ByProjectKeyRecommendationsProjectCategoriesByProductIdGet(io.vrap.rmf.base.client.ApiHttpClient apiHttpClient,
String projectKey,
String productId) |
ByProjectKeyRecommendationsProjectCategoriesByProductIdGet(ByProjectKeyRecommendationsProjectCategoriesByProductIdGet t) |
addHeader, addQueryParam, addQueryParams, contentType, execute, executeBlocking, executeBlocking, executeBlocking, getFirstQueryParam, getHeaders, getQueryParam, getQueryParams, getQueryParamUriString, getQueryParamUriStrings, send, sendBlocking, sendBlocking, withHeader, withHeaders, withoutHeader, withoutQueryParam, withQueryParam, withQueryParamspublic ByProjectKeyRecommendationsProjectCategoriesByProductIdGet(io.vrap.rmf.base.client.ApiHttpClient apiHttpClient,
String projectKey,
String productId)
public ByProjectKeyRecommendationsProjectCategoriesByProductIdGet(ByProjectKeyRecommendationsProjectCategoriesByProductIdGet t)
public io.vrap.rmf.base.client.ApiHttpRequest createHttpRequest()
createHttpRequest in class io.vrap.rmf.base.client.ApiMethod<ByProjectKeyRecommendationsProjectCategoriesByProductIdGet,ProjectCategoryRecommendationPagedQueryResponse>public io.vrap.rmf.base.client.ApiHttpResponse<ProjectCategoryRecommendationPagedQueryResponse> executeBlocking(io.vrap.rmf.base.client.ApiHttpClient client, Duration timeout)
executeBlocking in interface io.vrap.rmf.base.client.ClientRequestCommand<ProjectCategoryRecommendationPagedQueryResponse>executeBlocking in class io.vrap.rmf.base.client.ApiMethod<ByProjectKeyRecommendationsProjectCategoriesByProductIdGet,ProjectCategoryRecommendationPagedQueryResponse>public CompletableFuture<io.vrap.rmf.base.client.ApiHttpResponse<ProjectCategoryRecommendationPagedQueryResponse>> execute(io.vrap.rmf.base.client.ApiHttpClient client)
execute in interface io.vrap.rmf.base.client.ClientRequestCommand<ProjectCategoryRecommendationPagedQueryResponse>execute in class io.vrap.rmf.base.client.ApiMethod<ByProjectKeyRecommendationsProjectCategoriesByProductIdGet,ProjectCategoryRecommendationPagedQueryResponse>public String getProjectKey()
public String getProductId()
public void setProjectKey(String projectKey)
public void setProductId(String productId)
public ByProjectKeyRecommendationsProjectCategoriesByProductIdGet withLimit(int limit)
public ByProjectKeyRecommendationsProjectCategoriesByProductIdGet addLimit(int limit)
public ByProjectKeyRecommendationsProjectCategoriesByProductIdGet withLimit(List<Integer> limit)
public ByProjectKeyRecommendationsProjectCategoriesByProductIdGet addLimit(List<Integer> limit)
public ByProjectKeyRecommendationsProjectCategoriesByProductIdGet withOffset(int offset)
public ByProjectKeyRecommendationsProjectCategoriesByProductIdGet addOffset(int offset)
public ByProjectKeyRecommendationsProjectCategoriesByProductIdGet withOffset(List<Integer> offset)
public ByProjectKeyRecommendationsProjectCategoriesByProductIdGet addOffset(List<Integer> offset)
public ByProjectKeyRecommendationsProjectCategoriesByProductIdGet withStaged(boolean staged)
public ByProjectKeyRecommendationsProjectCategoriesByProductIdGet addStaged(boolean staged)
public ByProjectKeyRecommendationsProjectCategoriesByProductIdGet withStaged(List<Boolean> staged)
public ByProjectKeyRecommendationsProjectCategoriesByProductIdGet addStaged(List<Boolean> staged)
public ByProjectKeyRecommendationsProjectCategoriesByProductIdGet withConfidenceMin(double confidenceMin)
public ByProjectKeyRecommendationsProjectCategoriesByProductIdGet addConfidenceMin(double confidenceMin)
public ByProjectKeyRecommendationsProjectCategoriesByProductIdGet withConfidenceMin(List<Double> confidenceMin)
public ByProjectKeyRecommendationsProjectCategoriesByProductIdGet addConfidenceMin(List<Double> confidenceMin)
public ByProjectKeyRecommendationsProjectCategoriesByProductIdGet withConfidenceMax(double confidenceMax)
public ByProjectKeyRecommendationsProjectCategoriesByProductIdGet addConfidenceMax(double confidenceMax)
public ByProjectKeyRecommendationsProjectCategoriesByProductIdGet withConfidenceMax(List<Double> confidenceMax)
public ByProjectKeyRecommendationsProjectCategoriesByProductIdGet addConfidenceMax(List<Double> confidenceMax)
public boolean equals(Object o)
public int hashCode()