Obtains subscription information for a specified folder.
public Subscription folder_getSubscription( String accessToken, long entryId );
The folder_getSubscription operation gets information about the e-mail notification settings for a specified folder.
Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.
The identifier for the entry whose subscription information you want.
A Subscription Java object that contains information about e-mail notification settings for the specified folder.
Java objects in the Vibe sources (see Working with Java Objects)