Class ByProjectKeyCartsGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyCartsGet,CartPagedQueryResponse>
com.commercetools.api.client.ByProjectKeyCartsGet
All Implemented Interfaces:
ByProjectKeyCartsGetMixin, Deprecatable200Trait<ByProjectKeyCartsGet>, ErrorableTrait<ByProjectKeyCartsGet>, ExpandableTrait<ByProjectKeyCartsGet>, PagedQueryResourceRequest<ByProjectKeyCartsGet,CartPagedQueryResponse,CartQueryBuilderDsl>, PagingTrait<ByProjectKeyCartsGet>, QueryTrait<ByProjectKeyCartsGet>, SortableTrait<ByProjectKeyCartsGet>, PagedQueryResourceRequest<ByProjectKeyCartsGet,CartPagedQueryResponse>, io.vrap.rmf.base.client.ClientRequestCommand<CartPagedQueryResponse>, io.vrap.rmf.base.client.RequestCommand<CartPagedQueryResponse>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.cart.CartPagedQueryResponse>> result = apiRoot
            .withProjectKey("{projectKey}")
            .carts()
            .get()
            .execute()