Class ByProjectKeyProductSelectionsGet

All Implemented Interfaces:
ByProjectKeyProductSelectionsGetMixin, Deprecatable200Trait<ByProjectKeyProductSelectionsGet>, ErrorableTrait<ByProjectKeyProductSelectionsGet>, ExpandableTrait<ByProjectKeyProductSelectionsGet>, PagedQueryResourceRequest<ByProjectKeyProductSelectionsGet,ProductSelectionPagedQueryResponse,com.commercetools.api.predicates.query.product_selection.ProductSelectionQueryBuilderDsl>, PagingTrait<ByProjectKeyProductSelectionsGet>, QueryTrait<ByProjectKeyProductSelectionsGet>, SimplePagedQueryResourceRequest<ByProjectKeyProductSelectionsGet,ProductSelectionPagedQueryResponse,com.commercetools.api.predicates.query.product_selection.ProductSelectionQueryBuilderDsl>, SortableTrait<ByProjectKeyProductSelectionsGet>, ClientRequestCommand<ProductSelectionPagedQueryResponse>, CreateHttpRequestCommand, HttpRequestCommand<ProductSelectionPagedQueryResponse>, RequestCommand<ProductSelectionPagedQueryResponse>



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