| Package | Description |
|---|---|
| com.podio.item | |
| com.podio.rating | |
| com.podio.status |
| Modifier and Type | Method and Description |
|---|---|
Map<RatingType,TypeRating> |
ItemBadge.getRatings() |
Map<RatingType,Integer> |
Item.getUserRatings() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
Item.getUserRating(RatingType type) |
| Modifier and Type | Method and Description |
|---|---|
void |
ItemBadge.setRatings(Map<RatingType,TypeRating> ratings) |
void |
Item.setUserRatings(Map<RatingType,Integer> userRatings) |
| Modifier and Type | Method and Description |
|---|---|
static RatingType |
RatingType.getByName(String value) |
RatingType |
Rating.getType() |
static RatingType |
RatingType.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.
|
| Modifier and Type | Method and Description |
|---|---|
int |
RatingAPI.createRating(Reference reference,
RatingType type,
int value)
Add a new rating of the user to the object.
|
void |
RatingAPI.deleteRating(Reference reference,
RatingType type)
Deletes the rating of the given type on the object by the active user
|
TypeRating |
RatingValuesMap.get(RatingType type) |
int |
RatingAPI.getRating(Reference reference,
RatingType type,
int userId)
Returns the rating value for the given rating type, object and user.
|
TypeRating |
RatingAPI.getRatings(Reference reference,
RatingType type)
Get the rating average (for fivestar) and totals for the given rating
type on the specified object.
|
void |
Rating.setType(RatingType type) |
| Modifier and Type | Method and Description |
|---|---|
Map<RatingType,Integer> |
StatusFull.getUserRatings() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
StatusFull.getUserRating(RatingType type) |
| Modifier and Type | Method and Description |
|---|---|
void |
StatusFull.setUserRatings(Map<RatingType,Integer> userRatings) |
Copyright © 2014. All Rights Reserved.