Uses of Class
Cosm.Order

Packages that use Order
Cosm   
 

Uses of Order in Cosm
 

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

Methods in Cosm with parameters of type Order
 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.