| Package | Description |
|---|---|
| com.smartsheet.api | |
| com.smartsheet.api.models |
| Modifier and Type | Method and Description |
|---|---|
UpdateRequest |
SheetResources.createUpdateRequest(long sheetId,
MultiRowEmail email)
Deprecated.
|
UpdateRequest |
SheetUpdateRequestResources.createUpdateRequest(long sheetId,
UpdateRequest updateRequest)
Creates an Update Request for the specified Row(s) within the Sheet.
|
UpdateRequest |
SheetUpdateRequestResources.getUpdateRequest(long sheetId,
long updateRequestId)
Gets the specified Update Request for the Sheet that has a future schedule.
|
UpdateRequest |
SheetUpdateRequestResources.updateUpdateRequest(long sheetId,
UpdateRequest updateRequest)
Changes the specified Update Request for the Sheet.
|
| Modifier and Type | Method and Description |
|---|---|
PagedResult<UpdateRequest> |
SheetUpdateRequestResources.listUpdateRequests(long sheetId,
PaginationParameters paging)
Gets a list of all Update Requests that have future schedules associated with the specified Sheet.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateRequest |
SheetUpdateRequestResources.createUpdateRequest(long sheetId,
UpdateRequest updateRequest)
Creates an Update Request for the specified Row(s) within the Sheet.
|
UpdateRequest |
SheetUpdateRequestResources.updateUpdateRequest(long sheetId,
UpdateRequest updateRequest)
Changes the specified Update Request for the Sheet.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateRequest |
UpdateRequest.setCreatedAt(Date createdAt)
Sets the date and time for when this request was originally created.
|
UpdateRequest |
UpdateRequest.setId(Long id)
Set the Id of the update request.
|
UpdateRequest |
UpdateRequest.setModifiedAt(Date modifiedAt)
Set the date and time for when the last change was made to this request.
|
UpdateRequest |
UpdateRequest.setSchedule(Schedule schedule)
Sets the schedule for which update requests will be sent out.
|
UpdateRequest |
UpdateRequest.setSentBy(User sentBy)
Sets the User object containing the name and email of the sender
|
Copyright © 2014–2019 Smartsheet. All rights reserved.