| Package | Description |
|---|---|
| com.smartsheet.api | |
| com.smartsheet.api.models |
| Modifier and Type | Method and Description |
|---|---|
Sight |
SightResources.copySight(long sightId,
ContainerDestination destination)
Creates s copy of the specified Sight.
|
Sight |
SightResources.getSight(long sightId)
Get a specified Sight.
|
Sight |
SightResources.moveSight(long sightId,
ContainerDestination destination)
Creates s copy of the specified Sight.
|
Sight |
SightResources.updateSight(Sight sight)
Get a specified Sight.
|
| Modifier and Type | Method and Description |
|---|---|
PagedResult<Sight> |
SightResources.listSights(PaginationParameters paging,
Date modifiedSince)
Gets the list of all Sights where the User has access.
|
| Modifier and Type | Method and Description |
|---|---|
Sight |
SightResources.updateSight(Sight sight)
Get a specified Sight.
|
| Modifier and Type | Method and Description |
|---|---|
Sight |
Sight.setAccessLevel(AccessLevel accessLevel)
Set User's permissions on the Sight
|
Sight |
Sight.setColumnCount(Integer columnCount)
Set the number of columns that the Sight contains
|
Sight |
Sight.setCreatedAt(Date createdAt)
Set time of Sight creation
|
Sight |
Sight.setFavorite(Boolean favorite)
Set flag indicating whether the user has marked the Sight as a favorite
|
Sight |
Sight.setModifiedAt(Date modifiedAt)
Set time of last modification
|
Sight |
Sight.setPermalink(String permalink)
Set URL pointing to a direct link to the Sight
|
Sight |
Sight.setWidgets(List<Widget> widgets)
Set the array of Sight widgets
|
Sight |
Sight.setWorkspace(Workspace workspace)
Set workspace object for this Sight (limited to only id and name)
|
| Modifier and Type | Method and Description |
|---|---|
List<Sight> |
Home.getSights()
Gets the sights in the home location.
|
List<Sight> |
Folder.getSights()
Get the sights contained in this folder
|
| Modifier and Type | Method and Description |
|---|---|
Home |
Home.setSights(List<Sight> sights)
Sets the sights in the home location.
|
Folder |
Folder.setSights(List<Sight> sights)
Sets the sights contained in this folder.
|
Copyright © 2014–2017 Smartsheet. All rights reserved.