Class ByProjectKeyMeShoppingListsKeyByKeyGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.TypeApiMethod<ByProjectKeyMeShoppingListsKeyByKeyGet,ShoppingList>
com.commercetools.api.client.ByProjectKeyMeShoppingListsKeyByKeyGet
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyMeShoppingListsKeyByKeyGet>, ErrorableTrait<ByProjectKeyMeShoppingListsKeyByKeyGet>, ExpandableTrait<ByProjectKeyMeShoppingListsKeyByKeyGet>, io.vrap.rmf.base.client.ClientRequestCommand<ShoppingList>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.HttpRequestCommand<ShoppingList>, io.vrap.rmf.base.client.RequestCommand<ShoppingList>



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