Class ByProjectKeyProductsKeyByKeyProductSelectionsGet

All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyProductsKeyByKeyProductSelectionsGet>, ErrorableTrait<ByProjectKeyProductsKeyByKeyProductSelectionsGet>, ExpandableTrait<ByProjectKeyProductsKeyByKeyProductSelectionsGet>, PagingTrait<ByProjectKeyProductsKeyByKeyProductSelectionsGet>, QueryTrait<ByProjectKeyProductsKeyByKeyProductSelectionsGet>, SortableTrait<ByProjectKeyProductsKeyByKeyProductSelectionsGet>, ClientRequestCommand<AssignedProductSelectionPagedQueryResponse>, CreateHttpRequestCommand, HttpRequestCommand<AssignedProductSelectionPagedQueryResponse>, RequestCommand<AssignedProductSelectionPagedQueryResponse>



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