Returns a trash collection for a binder.
public TrashCollection binder_getTrashEntries( String accessToken, long binderId );
The binder_getTrashEntries operation returns a trash collection, which contains information about the contents of the trash for a specified binder. The items in a binder’s trash are all the sub-binders and entries that are in the trash.
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 trash contents.
The index of the first record whose trash information you want to obtain. The index is 0-based.
The maximum number of items whose information should be returned. Specify -1 for unlimited.
A TrashCollection Java object containing information about the trash contents.