Class ByProjectKeyProductSelectionsGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyProductSelectionsGet,ProductSelectionPagedQueryResponse>
com.commercetools.api.client.ByProjectKeyProductSelectionsGet
All Implemented Interfaces:
ByProjectKeyProductSelectionsGetMixin, Deprecatable200Trait<ByProjectKeyProductSelectionsGet>, ErrorableTrait<ByProjectKeyProductSelectionsGet>, ExpandableTrait<ByProjectKeyProductSelectionsGet>, PagedQueryResourceRequest<ByProjectKeyProductSelectionsGet,ProductSelectionPagedQueryResponse,ProductSelectionQueryBuilderDsl>, PagingTrait<ByProjectKeyProductSelectionsGet>, QueryTrait<ByProjectKeyProductSelectionsGet>, SimplePagedQueryResourceRequest<ByProjectKeyProductSelectionsGet,ProductSelectionPagedQueryResponse,ProductSelectionQueryBuilderDsl>, SortableTrait<ByProjectKeyProductSelectionsGet>, io.vrap.rmf.base.client.ClientRequestCommand<ProductSelectionPagedQueryResponse>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<ProductSelectionPagedQueryResponse>



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