Uses of Class
com.podio.rating.RatingType
-
Packages that use RatingType Package Description com.podio.item com.podio.rating com.podio.status -
-
Uses of RatingType in com.podio.item
Methods in com.podio.item that return types with arguments of type RatingType Modifier and Type Method Description Map<RatingType,TypeRating>ItemBadge. getRatings()Map<RatingType,Integer>Item. getUserRatings()Methods in com.podio.item with parameters of type RatingType Modifier and Type Method Description IntegerItem. getUserRating(RatingType type)Method parameters in com.podio.item with type arguments of type RatingType Modifier and Type Method Description voidItemBadge. setRatings(Map<RatingType,TypeRating> ratings)voidItem. setUserRatings(Map<RatingType,Integer> userRatings) -
Uses of RatingType in com.podio.rating
Methods in com.podio.rating that return RatingType Modifier and Type Method Description static RatingTypeRatingType. getByName(String value)RatingTypeRating. getType()static RatingTypeRatingType. valueOf(String name)Returns the enum constant of this type with the specified name.static RatingType[]RatingType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.podio.rating with parameters of type RatingType Modifier and Type Method Description intRatingAPI. createRating(Reference reference, RatingType type, int value)Add a new rating of the user to the object.voidRatingAPI. deleteRating(Reference reference, RatingType type)Deletes the rating of the given type on the object by the active userTypeRatingRatingValuesMap. get(RatingType type)intRatingAPI. getRating(Reference reference, RatingType type, int userId)Returns the rating value for the given rating type, object and user.TypeRatingRatingAPI. getRatings(Reference reference, RatingType type)Get the rating average (for fivestar) and totals for the given rating type on the specified object.voidRating. setType(RatingType type) -
Uses of RatingType in com.podio.status
Methods in com.podio.status that return types with arguments of type RatingType Modifier and Type Method Description Map<RatingType,Integer>StatusFull. getUserRatings()Methods in com.podio.status with parameters of type RatingType Modifier and Type Method Description IntegerStatusFull. getUserRating(RatingType type)Method parameters in com.podio.status with type arguments of type RatingType Modifier and Type Method Description voidStatusFull. setUserRatings(Map<RatingType,Integer> userRatings)
-