Uses of Class
Cosm.Content

Packages that use Content
Cosm   
 

Uses of Content in Cosm
 

Methods in Cosm that return Content
static Content Content.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Content[] Content.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in Cosm with parameters of type Content
 Feed[] Cosm.getFeeds(java.lang.String query, Content content, java.lang.String tag, java.lang.String user, java.lang.String units, Status status, Order order, java.lang.Boolean show_user)
          returns a list of feed objects based on a number of optional query parameters.