| Package | Description |
|---|---|
| com.smartsheet.api | |
| com.smartsheet.api.models | |
| com.smartsheet.api.models.enums |
| Modifier and Type | Method and Description |
|---|---|
void |
FavoriteResources.removeFavorites(FavoriteType favoriteType,
Set<Long> objectIds) |
| Modifier and Type | Method and Description |
|---|---|
FavoriteType |
Favorite.getType()
Gets the type of favorite (workspace, folder, sheet, report, template).
|
| Modifier and Type | Method and Description |
|---|---|
Favorite.AddFavoriteBuilder |
Favorite.AddFavoriteBuilder.addFavorite(long objectId,
FavoriteType type) |
Favorite |
Favorite.setType(FavoriteType type)
Sets the type of favorite (workspace, folder, sheet, report, template).
|
| Modifier and Type | Method and Description |
|---|---|
static FavoriteType |
FavoriteType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FavoriteType[] |
FavoriteType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2017 Smartsheet. All rights reserved.