Returns a folder collection for a binder’s sub-folders.
public FolderCollection binder_getFolders( String accessToken, long binderId,int firstRecord, int maxRecords );
The binder_getFolders operation returns a folder collection, which contains information about the sub-folders of a specified binder.
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 for which you want information about its sub-folders.
The index of the first record whose folder information you want to obtain. The index is 0-based.
The maximum number of folders whose information should be returned. Specify -1 for unlimited.
A FolderCollection Java object containing information about the sub-folders.
Java objects in the Vibe sources (see Section 1.7.1, Working with Java Objects)