Package com.podio.rating
Class RatingValue
- java.lang.Object
-
- com.podio.rating.RatingValue
-
public class RatingValue extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intAPPROVED_APPROVESstatic intAPPROVED_DISAPPROVESstatic intFIVESTAR_1_STARstatic intFIVESTAR_2_STARSstatic intFIVESTAR_3_STARSstatic intFIVESTAR_4_STARSstatic intFIVESTAR_5_STARSstatic intLIKEstatic intRSVP_ATTENDstatic intRSVP_MAYBE_ATTENDstatic intRSVP_NOT_ATTENDstatic intTHUMBS_DOWNstatic intTHUMBS_UPstatic intYESNO_NOstatic intYESNO_YES
-
-
-
Field Detail
-
YESNO_YES
public static final int YESNO_YES
- See Also:
- Constant Field Values
-
YESNO_NO
public static final int YESNO_NO
- See Also:
- Constant Field Values
-
APPROVED_APPROVES
public static final int APPROVED_APPROVES
- See Also:
- Constant Field Values
-
APPROVED_DISAPPROVES
public static final int APPROVED_DISAPPROVES
- See Also:
- Constant Field Values
-
RSVP_ATTEND
public static final int RSVP_ATTEND
- See Also:
- Constant Field Values
-
RSVP_NOT_ATTEND
public static final int RSVP_NOT_ATTEND
- See Also:
- Constant Field Values
-
RSVP_MAYBE_ATTEND
public static final int RSVP_MAYBE_ATTEND
- See Also:
- Constant Field Values
-
FIVESTAR_1_STAR
public static final int FIVESTAR_1_STAR
- See Also:
- Constant Field Values
-
FIVESTAR_2_STARS
public static final int FIVESTAR_2_STARS
- See Also:
- Constant Field Values
-
FIVESTAR_3_STARS
public static final int FIVESTAR_3_STARS
- See Also:
- Constant Field Values
-
FIVESTAR_4_STARS
public static final int FIVESTAR_4_STARS
- See Also:
- Constant Field Values
-
FIVESTAR_5_STARS
public static final int FIVESTAR_5_STARS
- See Also:
- Constant Field Values
-
THUMBS_UP
public static final int THUMBS_UP
- See Also:
- Constant Field Values
-
THUMBS_DOWN
public static final int THUMBS_DOWN
- See Also:
- Constant Field Values
-
LIKE
public static final int LIKE
- See Also:
- Constant Field Values
-
-