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 Teaming 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 Teaming 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 Teaming sources (see Section 1.7.1, Working with Java Objects)