Class ByProjectKeyProductsGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyProductsGet,ProductPagedQueryResponse>
com.commercetools.api.client.ByProjectKeyProductsGet
All Implemented Interfaces:
ByProjectKeyProductsGetMixin, Deprecatable200Trait<ByProjectKeyProductsGet>, ErrorableTrait<ByProjectKeyProductsGet>, ExpandableTrait<ByProjectKeyProductsGet>, PagedQueryResourceRequest<ByProjectKeyProductsGet,ProductPagedQueryResponse,ProductQueryBuilderDsl>, PagingTrait<ByProjectKeyProductsGet>, PriceselectingTrait<ByProjectKeyProductsGet>, QueryTrait<ByProjectKeyProductsGet>, SortableTrait<ByProjectKeyProductsGet>, PagedQueryResourceRequest<ByProjectKeyProductsGet,ProductPagedQueryResponse>, io.vrap.rmf.base.client.ClientRequestCommand<ProductPagedQueryResponse>, io.vrap.rmf.base.client.RequestCommand<ProductPagedQueryResponse>

If Price selection query parameters are provided, the selected Prices are added to the response.



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.product.ProductPagedQueryResponse>> result = apiRoot
            .withProjectKey("{projectKey}")
            .products()
            .get()
            .execute()