Class ByProjectKeyProductProjectionsSearchGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyProductProjectionsSearchGet,ProductProjectionPagedSearchResponse>
com.commercetools.api.client.ByProjectKeyProductProjectionsSearchGet
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyProductProjectionsSearchGet>, ErrorableTrait<ByProjectKeyProductProjectionsSearchGet>, ExpandableTrait<ByProjectKeyProductProjectionsSearchGet>, LocaleprojectingTrait<ByProjectKeyProductProjectionsSearchGet>, PagingTrait<ByProjectKeyProductProjectionsSearchGet>, PriceselectingTrait<ByProjectKeyProductProjectionsSearchGet>, ProjectionselectingTrait<ByProjectKeyProductProjectionsSearchGet>, SortableTrait<ByProjectKeyProductProjectionsSearchGet>, StoreprojectingTrait<ByProjectKeyProductProjectionsSearchGet>, io.vrap.rmf.base.client.ClientRequestCommand<ProductProjectionPagedSearchResponse>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<ProductProjectionPagedSearchResponse>

Product Projection Search



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