Méthode | Description | |
---|---|---|
CreateUpdateRequest ( long sheetId, |
Creates an Update Request for the specified Row(s) within the Sheet. An email notification (containing a link to the update request) will be asynchronously sent to the specified recipient(s). It mirrors To the following Smartsheet REST API method: POST /sheets/{sheetId}/updaterequests
|
|
DeleteSentUpdateRequest ( long sheetId, long sentUupdateRequestId ) : void |
Deletes the specified sent update request. It mirrors To the following Smartsheet REST API method: DELETE /sheets/{sheetId}/sentupdaterequests/{sentUpdateRequestId}
|
|
DeleteUpdateRequest ( long sheetId, long updateRequestId ) : void |
Terminates the future scheduled delivery of the Update Request specified in the URL. It mirrors To the following Smartsheet REST API method: DELETE /sheets/{sheetId}/updaterequests/{updateRequestId}
|
|
GetSentUpdateRequest ( long sheetId, long sentUpdateRequestId ) : |
Gets the specified sent update request on the Sheet. It mirrors To the following Smartsheet REST API method: GET /sheets/{sheetId}/sentupdaterequests/{updateRequestId}
|
|
GetUpdateRequest ( long sheetId, long updateRequestId ) : |
Gets the specified Update Request for the Sheet that has a future schedule. It mirrors To the following Smartsheet REST API method: GET /sheets/{sheetId}/updaterequests/{updateRequestId}
|
|
ListSentUpdateRequests ( long sheetId, |
Gets a list of all Sent Update Requests that have future schedules associated with the specified Sheet. It mirrors To the following Smartsheet REST API method: GET /sheets/{sheetId}/sentupdaterequests
|
|
ListUpdateRequests ( long sheetId, |
Gets a list of all Update Requests that have future schedules associated with the specified Sheet. It mirrors To the following Smartsheet REST API method: GET /sheets/{sheetId}/updaterequests
|
|
SheetUpdateRequestResourcesImpl ( |
||
UpdateUpdateRequest ( long sheetId, |
Changes the specified Update Request for the Sheet. It mirrors To the following Smartsheet REST API method: PUT /sheets/{sheetId}/updaterequests/{updateRequestId}
|
public CreateUpdateRequest ( long sheetId, |
||
sheetId | long | the sheetId |
updateRequest | ||
Résultat |
public DeleteSentUpdateRequest ( long sheetId, long sentUupdateRequestId ) : void | ||
sheetId | long | the Id of the sheet |
sentUupdateRequestId | long | |
Résultat | void |
public DeleteUpdateRequest ( long sheetId, long updateRequestId ) : void | ||
sheetId | long | the sheetId |
updateRequestId | long | the updateRequestId |
Résultat | void |
public GetSentUpdateRequest ( long sheetId, long sentUpdateRequestId ) : |
||
sheetId | long | the Id of the sheet |
sentUpdateRequestId | long | the sent update request Id |
Résultat |
public GetUpdateRequest ( long sheetId, long updateRequestId ) : |
||
sheetId | long | the Id of the sheet |
updateRequestId | long | the update request Id |
Résultat |
public ListSentUpdateRequests ( long sheetId, |
||
sheetId | long | the Id of the sheet |
paging | paging parameters for the list | |
Résultat | PaginatedResult |
public ListUpdateRequests ( long sheetId, |
||
sheetId | long | |
paging | ||
Résultat | PaginatedResult |
public SheetUpdateRequestResourcesImpl ( |
||
smartsheet | ||
Résultat | System.Collections.Generic |
public UpdateUpdateRequest ( long sheetId, |
||
sheetId | long | the sheet Id |
updateRequest | the UpdateRequest to update | |
Résultat |