Class ByProjectKeyProductsByIDProductSelectionsGet

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



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