Class ByProjectKeyShoppingListsKeyByKeyGet

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



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