Establishes subscription settings for an entry.
public void folder_setSubscription( String accessToken, long entryId, Subscription subscription );
The folder_setSubscription operation establishes settings for e-mail notifications for a specified entry.
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 set subscription information.
A Subscription Java object that contains subscription information to be applied to the specified entry.
None.
Java objects in the Vibe sources (see Section 1.7.1, Working with Java Objects)