public final class BoxRecents extends Object
Modifier and Type | Field and Description |
---|---|
static URLTemplate |
RECENTS_URL_TEMPLATE
Recents URL Template.
|
Modifier and Type | Method and Description |
---|---|
static BoxResourceIterable<BoxRecentItem> |
getRecentItems(BoxAPIConnection api,
int limit,
String... fields)
Used to retrieve all collaborations associated with the item.
|
public static final URLTemplate RECENTS_URL_TEMPLATE
public static BoxResourceIterable<BoxRecentItem> getRecentItems(BoxAPIConnection api, int limit, String... fields)
api
- BoxAPIConnection from the associated file.limit
- limit of items to be retrieved. Default is 100. Maximum is 1000fields
- the optional fields to retrieve.