Class ByProjectKeyProductSelectionsKeyByKeyProductsGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyProductSelectionsKeyByKeyProductsGet,ProductSelectionProductPagedQueryResponse>
com.commercetools.api.client.ByProjectKeyProductSelectionsKeyByKeyProductsGet
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyProductSelectionsKeyByKeyProductsGet>, ErrorableTrait<ByProjectKeyProductSelectionsKeyByKeyProductsGet>, ExpandableTrait<ByProjectKeyProductSelectionsKeyByKeyProductsGet>, PagingTrait<ByProjectKeyProductSelectionsKeyByKeyProductsGet>, SortableTrait<ByProjectKeyProductSelectionsKeyByKeyProductsGet>, io.vrap.rmf.base.client.ClientRequestCommand<ProductSelectionProductPagedQueryResponse>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<ProductSelectionProductPagedQueryResponse>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.product_selection.ProductSelectionProductPagedQueryResponse>> result = apiRoot
            .withProjectKey("{projectKey}")
            .productSelections()
            .withKey("{key}")
            .products()
            .get()
            .execute()