Establishes e-mail settings for a binder.
public void binder_setSubscription( String accessToken, long binderId, Subscription subscription );
The binder_setSubscription operation establishes subscription settings for a workspace or folder. When a user subscribes to a binder, that person receives e-mail notifications.
Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.
The binder identifier for the workspace or folder whose subscription you want to set.
A Subscription Java object containing information used to establish e-mail notification settings for the specified binder.
None.
Java objects in the Vibe sources (see Working with Java Objects)