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, executeBlocking, getFirstQueryParam, getHeaders, getQueryParam, getQueryParams, 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(Duration timeout)
executeBlocking in interface io.vrap.rmf.base.client.RequestCommand<ProjectCategoryRecommendationPagedQueryResponse>executeBlocking in class io.vrap.rmf.base.client.ApiMethod<ByProjectKeyRecommendationsProjectCategoriesByProductIdGet,ProjectCategoryRecommendationPagedQueryResponse>public CompletableFuture<io.vrap.rmf.base.client.ApiHttpResponse<ProjectCategoryRecommendationPagedQueryResponse>> execute()
execute in interface io.vrap.rmf.base.client.RequestCommand<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(Integer limit)
public ByProjectKeyRecommendationsProjectCategoriesByProductIdGet addLimit(Integer limit)
public ByProjectKeyRecommendationsProjectCategoriesByProductIdGet withOffset(Integer offset)
public ByProjectKeyRecommendationsProjectCategoriesByProductIdGet addOffset(Integer offset)
public ByProjectKeyRecommendationsProjectCategoriesByProductIdGet withStaged(Boolean staged)
public ByProjectKeyRecommendationsProjectCategoriesByProductIdGet addStaged(Boolean staged)
public ByProjectKeyRecommendationsProjectCategoriesByProductIdGet withConfidenceMin(Double confidenceMin)
public ByProjectKeyRecommendationsProjectCategoriesByProductIdGet addConfidenceMin(Double confidenceMin)
public ByProjectKeyRecommendationsProjectCategoriesByProductIdGet withConfidenceMax(Double confidenceMax)
public ByProjectKeyRecommendationsProjectCategoriesByProductIdGet addConfidenceMax(Double confidenceMax)