Uses of Class
com.sugestio.client.model.detail.ThumbRating.Type

Packages that use ThumbRating.Type
com.sugestio.client.model.detail   
 

Uses of ThumbRating.Type in com.sugestio.client.model.detail
 

Methods in com.sugestio.client.model.detail that return ThumbRating.Type
static ThumbRating.Type ThumbRating.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ThumbRating.Type[] ThumbRating.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.sugestio.client.model.detail with parameters of type ThumbRating.Type
ThumbRating(ThumbRating.Type type)