public class RecentItemsManager extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RecentItemsManager.Builder |
| Modifier and Type | Field and Description |
|---|---|
Authentication |
auth |
NetworkSession |
networkSession |
| Modifier | Constructor and Description |
|---|---|
|
RecentItemsManager() |
protected |
RecentItemsManager(RecentItemsManager.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
Authentication |
getAuth() |
NetworkSession |
getNetworkSession() |
RecentItems |
getRecentItems()
Returns information about the recent items accessed by a user, either in the last 90 days or up
to the last 1000 items accessed.
|
RecentItems |
getRecentItems(GetRecentItemsHeaders headers)
Returns information about the recent items accessed by a user, either in the last 90 days or up
to the last 1000 items accessed.
|
RecentItems |
getRecentItems(GetRecentItemsQueryParams queryParams)
Returns information about the recent items accessed by a user, either in the last 90 days or up
to the last 1000 items accessed.
|
RecentItems |
getRecentItems(GetRecentItemsQueryParams queryParams,
GetRecentItemsHeaders headers)
Returns information about the recent items accessed by a user, either in the last 90 days or up
to the last 1000 items accessed.
|
public Authentication auth
public NetworkSession networkSession
public RecentItemsManager()
protected RecentItemsManager(RecentItemsManager.Builder builder)
public RecentItems getRecentItems()
public RecentItems getRecentItems(GetRecentItemsQueryParams queryParams)
queryParams - Query parameters of getRecentItems methodpublic RecentItems getRecentItems(GetRecentItemsHeaders headers)
headers - Headers of getRecentItems methodpublic RecentItems getRecentItems(GetRecentItemsQueryParams queryParams, GetRecentItemsHeaders headers)
queryParams - Query parameters of getRecentItems methodheaders - Headers of getRecentItems methodpublic Authentication getAuth()
public NetworkSession getNetworkSession()