Class ByProjectKeyMeShoppingListsGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.TypeApiMethod<ByProjectKeyMeShoppingListsGet,ShoppingListPagedQueryResponse>
com.commercetools.api.client.ByProjectKeyMeShoppingListsGet
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyMeShoppingListsGet>, ErrorableTrait<ByProjectKeyMeShoppingListsGet>, ExpandableTrait<ByProjectKeyMeShoppingListsGet>, PagingTrait<ByProjectKeyMeShoppingListsGet>, QueryTrait<ByProjectKeyMeShoppingListsGet>, SortableTrait<ByProjectKeyMeShoppingListsGet>, 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}")
            .me()
            .shoppingLists()
            .get()
            .execute()