Class ByProjectKeyInStoreKeyByStoreKeyShoppingListsGet

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



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