Sets a rating for a folder entry.
public void folder_setRating( String accessToken, long entryId, long value );
The folder_setRating operation applies a “star” rating to an entry.
In the UI, entries can have ratings that range from a lowest value of 1 star to the highest value of 5 stars.
Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.
The identifier of the entry for which you want to apply a rating.
An integer indicating how many stars you want to set as the rating.
None.
Java objects in the Vibe sources (see Section 1.7.1, Working with Java Objects)