public interface FavoriteResources
| Modifier and Type | Method and Description |
|---|---|
List<Favorite> |
addFavorites(List<Favorite> favorites)
Adds one or more items to the user’s list of Favorite items.
|
PagedResult<Favorite> |
listFavorites(PaginationParameters parameters)
Gets a list of all of the user’s Favorite items.
|
void |
removeFavorites(FavoriteType favoriteType,
Set<Long> objectIds) |
List<Favorite> addFavorites(List<Favorite> favorites) throws SmartsheetException
favorites - the list of favorites object limited to the following attributes: *
objectId * typeSmartsheetException - the smartsheet exceptionPagedResult<Favorite> listFavorites(PaginationParameters parameters) throws SmartsheetException
parameters - pagination parametersSmartsheetException - the smartsheet exceptionvoid removeFavorites(FavoriteType favoriteType, Set<Long> objectIds) throws SmartsheetException
SmartsheetExceptionCopyright © 2014–2017 Smartsheet. All rights reserved.