Modifier and Type | Method and Description |
---|---|
Flavor |
get(int flavorId)
Returns a Flavor by id.
|
com.google.common.collect.FluentIterable<Flavor> |
list()
Returns a summary list of Flavors.
|
com.google.common.collect.FluentIterable<Flavor> |
list(String accountId)
Returns a list of Flavors by Account ID (Tenant Id).
|
@Named(value="flavor:list") com.google.common.collect.FluentIterable<Flavor> list()
@Named(value="flavors:get/{id}") Flavor get(int flavorId)
flavorId
- The id of the Flavor.Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.