Class ByProjectKeyProductsKeyByKeyProductSelectionsGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.TypeApiMethod<ByProjectKeyProductsKeyByKeyProductSelectionsGet,AssignedProductSelectionPagedQueryResponse>
com.commercetools.api.client.ByProjectKeyProductsKeyByKeyProductSelectionsGet
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyProductsKeyByKeyProductSelectionsGet>, ErrorableTrait<ByProjectKeyProductsKeyByKeyProductSelectionsGet>, ExpandableTrait<ByProjectKeyProductsKeyByKeyProductSelectionsGet>, PagingTrait<ByProjectKeyProductsKeyByKeyProductSelectionsGet>, QueryTrait<ByProjectKeyProductsKeyByKeyProductSelectionsGet>, SortableTrait<ByProjectKeyProductsKeyByKeyProductSelectionsGet>, io.vrap.rmf.base.client.ClientRequestCommand<AssignedProductSelectionPagedQueryResponse>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.HttpRequestCommand<AssignedProductSelectionPagedQueryResponse>, io.vrap.rmf.base.client.RequestCommand<AssignedProductSelectionPagedQueryResponse>



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