Class ByProjectKeyShoppingListsGet

All Implemented Interfaces:
ByProjectKeyShoppingListsGetMixin, Deprecatable200Trait<ByProjectKeyShoppingListsGet>, ErrorableTrait<ByProjectKeyShoppingListsGet>, ExpandableTrait<ByProjectKeyShoppingListsGet>, PagedQueryResourceRequest<ByProjectKeyShoppingListsGet,ShoppingListPagedQueryResponse,com.commercetools.api.predicates.query.shopping_list.ShoppingListQueryBuilderDsl>, PagingTrait<ByProjectKeyShoppingListsGet>, QueryTrait<ByProjectKeyShoppingListsGet>, SimplePagedQueryResourceRequest<ByProjectKeyShoppingListsGet,ShoppingListPagedQueryResponse,com.commercetools.api.predicates.query.shopping_list.ShoppingListQueryBuilderDsl>, SortableTrait<ByProjectKeyShoppingListsGet>, ClientRequestCommand<ShoppingListPagedQueryResponse>, CreateHttpRequestCommand, HttpRequestCommand<ShoppingListPagedQueryResponse>, RequestCommand<ShoppingListPagedQueryResponse>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.shopping_list.ShoppingListPagedQueryResponse>> result = apiRoot
            .withProjectKey("{projectKey}")
            .shoppingLists()
            .get()
            .execute()