Class ByProjectKeyProductsByIDProductSelectionsGet

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



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