Class ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet

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



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