Modifies an entry in a folder.
public void folder_modifyEntry( String accessToken, FolderEntry entry );
The folder_modifyEntry operation modifies the contents of a folder entry.
Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.
A FolderEntry Java object containing the information to apply to the existing folder entry.
None.
Java objects in the Vibe sources (see Section 1.7.1, Working with Java Objects)