Méthode | Description | |
---|---|---|
CopySight ( long sightId, |
Creates a copy of the specified Sight. It mirrors To the following Smartsheet REST API method:
|
|
DeleteSight ( long sightId ) : void |
Delete a sight. It mirrors To the following Smartsheet REST API method: DELETE /sights/{sightId}
|
|
GetSight ( long sightId ) : |
Get a specified Sight. It mirrors To the following Smartsheet REST API method: GET /sights/{sightId}
|
|
ListSights ( |
Gets the list of all Sights that the User has access to. It mirrors To the following Smartsheet REST API method: GET /sights
|
|
MoveSight ( long sightId, |
Moves the specified Sight to a new location. It mirrors To the following Smartsheet REST API method:
|
|
SightResourcesImpl ( |
Constructor. Exceptions: - IllegalArgumentException : if any argument is null
|
|
UpdateSight ( |
Updates (renames) the specified Sight. The request body is limited to the name attribute.It mirrors To the following Smartsheet REST API method: PUT /sights/{sightId}
|
public CopySight ( long sightId, |
||
sightId | long | the sightId |
destination | the destination to copy to | |
Résultat |
public DeleteSight ( long sightId ) : void | ||
sightId | long | the sightId |
Résultat | void |
public GetSight ( long sightId ) : |
||
sightId | long | the Id of the sight |
Résultat |
public ListSights ( |
||
paging | ||
modifiedSince | System.DateTime | |
Résultat | PaginatedResult |
public MoveSight ( long sightId, |
||
sightId | long | the sightId |
destination | the destination to copy to | |
Résultat |
public SightResourcesImpl ( |
||
smartsheet | the Smartsheet | |
Résultat | System |
public UpdateSight ( |
||
sight | the sight To update | |
Résultat |