Uses of Class
com.podio.rating.TypeRating
-
Packages that use TypeRating Package Description com.podio.item com.podio.rating -
-
Uses of TypeRating in com.podio.item
Methods in com.podio.item that return types with arguments of type TypeRating Modifier and Type Method Description Map<RatingType,TypeRating>ItemBadge. getRatings()Method parameters in com.podio.item with type arguments of type TypeRating Modifier and Type Method Description voidItemBadge. setRatings(Map<RatingType,TypeRating> ratings) -
Uses of TypeRating in com.podio.rating
Methods in com.podio.rating that return TypeRating Modifier and Type Method Description TypeRatingRatingValuesMap. get(RatingType type)TypeRatingRatingAPI. getRatings(Reference reference, RatingType type)Get the rating average (for fivestar) and totals for the given rating type on the specified object.Methods in com.podio.rating with parameters of type TypeRating Modifier and Type Method Description voidRatingValuesMap. set(String type, TypeRating value)
-