public class Items extends Object
Constructor and Description |
---|
Items(NetworkConnectionManager connection,
APISession apiSession) |
Modifier and Type | Method and Description |
---|---|
PagingItemListJson<BaseJson> |
getAllFavoritesV30(ListAllFavoriteItemsJson listAllFavoriteItemsJson)
Gets a list of all starred (favorite) items workspaces, documents or
folders for the user
|
PagingItemListJson<BaseJson> |
getFavoritesV30(ListFavoriteItemsJson listFavoriteItemsJson)
Gets a list of starred (favorite) items workspaces, documents or
folders for the user under the specified location
|
ItemListJson<SharedWithMeResponseJson> |
getRecentSharedWithMeV30(RecentSharedWithMeJson recentSharedWithMeJson) |
PagingItemListJson<SharedWithMeResponseJson> |
getSharedWithMeV30(SharedWithMeJson sharedWithMeJson) |
BulkOperationResultJson |
markItemsFavoriteV30(MarkItemsStarredJson markItemsStarredJson)
Marks a specified list of items (folders, workspaces/rooms, documents)
as starred or unstarred (favorite).
|
public Items(NetworkConnectionManager connection, APISession apiSession)
public PagingItemListJson<BaseJson> getAllFavoritesV30(ListAllFavoriteItemsJson listAllFavoriteItemsJson)
listFavoriteItemsJson
- request
- response
- public PagingItemListJson<BaseJson> getFavoritesV30(ListFavoriteItemsJson listFavoriteItemsJson)
listFavoriteItemsJson
- request
- response
- public ItemListJson<SharedWithMeResponseJson> getRecentSharedWithMeV30(RecentSharedWithMeJson recentSharedWithMeJson)
public PagingItemListJson<SharedWithMeResponseJson> getSharedWithMeV30(SharedWithMeJson sharedWithMeJson)
public BulkOperationResultJson markItemsFavoriteV30(MarkItemsStarredJson markItemsStarredJson)
markItemsSelectionJson
- a list of items and a mark for them.Copyright © 2019. All rights reserved.