| Package | Description |
|---|---|
| com.smartsheet.api | |
| com.smartsheet.api.models |
| Modifier and Type | Method and Description |
|---|---|
SentUpdateRequest |
SheetUpdateRequestResources.getSentUpdateRequest(long sheetId,
long sentUpdateRequestId)
Gets the specified sent update request on the Sheet.
|
| Modifier and Type | Method and Description |
|---|---|
PagedResult<SentUpdateRequest> |
SheetUpdateRequestResources.listSentUpdateRequests(long sheetId,
PaginationParameters paging)
Gets a list of all Sent Update Requests that have future schedules associated with the specified Sheet.
|
| Modifier and Type | Method and Description |
|---|---|
SentUpdateRequest |
SentUpdateRequest.setColumnIds(List<Long> columnIds)
Set the Ids of the columns included in the request.
|
SentUpdateRequest |
SentUpdateRequest.setIncludeAttachments(Boolean includeAttachments)
Sets the flag that indicates if attachments should be included in the email.
|
SentUpdateRequest |
SentUpdateRequest.setIncludeDiscussions(Boolean includeDiscussions)
Sets the flag that indicates if discussions should be included in the email.
|
SentUpdateRequest |
SentUpdateRequest.setMessage(String message)
Sets the email message.
|
SentUpdateRequest |
SentUpdateRequest.setRowIds(List<Long> rowIds)
Set the Ids of the rows for which the update is request.
|
SentUpdateRequest |
SentUpdateRequest.setSentAt(Date sentAt)
Set the date and time for when the update request was sent
|
SentUpdateRequest |
SentUpdateRequest.setSentBy(User sentBy)
Set the User object containing the name and email of the sender.
|
SentUpdateRequest |
SentUpdateRequest.setSentTo(Recipient sentTo)
Sets the recipient
|
SentUpdateRequest |
SentUpdateRequest.setStatus(UpdateRequestStatus status)
Set the status of the sent update request.
|
SentUpdateRequest |
SentUpdateRequest.setSubject(String subject)
Sets the subject
|
SentUpdateRequest |
SentUpdateRequest.setUpdateRequestId(Long updateRequestId)
Set the Id of the originating update request.
|
Copyright © 2014–2019 Smartsheet. All rights reserved.