Obtains information about the entries within a specified folder.
public FolderEntryCollection folder_getEntries( String accessToken, long binderID, int firstRecord, int maxRecords );
The folder_getEntries operation obtains information about the entries contained 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 binder identifier for the folder containing the entries for which you want information.
The index of the first record whose information you want to obtain. The index is 0-based.
The maximum number of entries whose information should be returned. Specify -1 for unlimited.
A FolderEntryCollection Java object containing information about the entries contained within the folder.
Java objects in the Vibe sources (see Section 1.7.1, Working with Java Objects)