|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FlavorApi
This API strictly for listing and retrieving Flavor. Flavors cannot be created or deleted.
Flavor,
api doc,
api
src| Method Summary | |
|---|---|
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). |
| Method Detail |
|---|
@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.
@Named(value="flavors:get/{id}")
com.google.common.collect.FluentIterable<Flavor> list(String accountId)
flavorId - The id of the tenant.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||