Class ByProjectKeyShoppingListsGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyShoppingListsGet,ShoppingListPagedQueryResponse>
com.commercetools.api.client.ByProjectKeyShoppingListsGet
All Implemented Interfaces:
ByProjectKeyShoppingListsGetMixin, Deprecatable200Trait<ByProjectKeyShoppingListsGet>, ErrorableTrait<ByProjectKeyShoppingListsGet>, ExpandableTrait<ByProjectKeyShoppingListsGet>, PagedQueryResourceRequest<ByProjectKeyShoppingListsGet,ShoppingListPagedQueryResponse,ShoppingListQueryBuilderDsl>, PagingTrait<ByProjectKeyShoppingListsGet>, QueryTrait<ByProjectKeyShoppingListsGet>, SimplePagedQueryResourceRequest<ByProjectKeyShoppingListsGet,ShoppingListPagedQueryResponse,ShoppingListQueryBuilderDsl>, SortableTrait<ByProjectKeyShoppingListsGet>, io.vrap.rmf.base.client.ClientRequestCommand<ShoppingListPagedQueryResponse>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<ShoppingListPagedQueryResponse>



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