| Package | Description |
|---|---|
| com.smartsheet.api | |
| com.smartsheet.api.models |
| Modifier and Type | Method and Description |
|---|---|
List<Favorite> |
FavoriteResources.addFavorites(List<Favorite> favorites)
Adds one or more items to the user’s list of Favorite items.
|
PagedResult<Favorite> |
FavoriteResources.listFavorites(PaginationParameters parameters)
Gets a list of all of the user’s Favorite items.
|
| Modifier and Type | Method and Description |
|---|---|
List<Favorite> |
FavoriteResources.addFavorites(List<Favorite> favorites)
Adds one or more items to the user’s list of Favorite items.
|
| Modifier and Type | Method and Description |
|---|---|
Favorite |
Favorite.setObjectId(Long objectId)
Sets the ID of the favorited item.
|
Favorite |
Favorite.setType(FavoriteType type)
Sets the type of favorite (workspace, folder, sheet, report, template).
|
| Modifier and Type | Method and Description |
|---|---|
List<Favorite> |
Favorite.AddFavoriteBuilder.build() |
Copyright © 2014–2017 Smartsheet. All rights reserved.