Accepts an entry identifier to get information about an entry in a folder.
public FolderEntry folder_getEntry( String accessToken, long entryId, boolean includeAttachments );
The folder_getEntry operation obtains information about an entry in a folder.
Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.
The entry identifier of the entry about which you want information.
A Boolean value that indicates whether you want Vibe to return the entry’s attachments. The client program is responsible for placement of attachment files on its local system.
A FolderEntry Java object that contains information about the specified entry.
Java objects in the Vibe sources (see Working with Java Objects)