public class SentUpdateRequest extends IdentifiableModel<Long>
| Constructor and Description |
|---|
SentUpdateRequest() |
| Modifier and Type | Method and Description |
|---|---|
List<Long> |
getColumnIds()
Get the Ids of the columns included in the request.
|
Boolean |
getIncludeAttachments()
Gets the flag that indicates if attachments should be included in the email.
|
Boolean |
getIncludeDiscussions()
Gets the flag that indicates if discussions should be included in the email.
|
String |
getMessage()
Gets the email message.
|
List<Long> |
getRowIds()
Get the Ids of the rows for which the update is requested.
|
Date |
getSentAt()
Get the date and time for when the update request was sent
|
User |
getSentBy()
Get the User object containing the name and email of the sender.
|
Recipient |
getSentTo()
Gets the recipient
|
UpdateRequestStatus |
getStatus()
Get the status of the sent update request.
|
String |
getSubject()
Gets the subject
|
Long |
getUpdateRequestId()
Get the Id of the originating update request.
|
SentUpdateRequest |
setColumnIds(List<Long> columnIds)
Set the Ids of the columns included in the request.
|
SentUpdateRequest |
setIncludeAttachments(Boolean includeAttachments)
Sets the flag that indicates if attachments should be included in the email.
|
SentUpdateRequest |
setIncludeDiscussions(Boolean includeDiscussions)
Sets the flag that indicates if discussions should be included in the email.
|
SentUpdateRequest |
setMessage(String message)
Sets the email message.
|
SentUpdateRequest |
setRowIds(List<Long> rowIds)
Set the Ids of the rows for which the update is request.
|
SentUpdateRequest |
setSentAt(Date sentAt)
Set the date and time for when the update request was sent
|
SentUpdateRequest |
setSentBy(User sentBy)
Set the User object containing the name and email of the sender.
|
SentUpdateRequest |
setSentTo(Recipient sentTo)
Sets the recipient
|
SentUpdateRequest |
setStatus(UpdateRequestStatus status)
Set the status of the sent update request.
|
SentUpdateRequest |
setSubject(String subject)
Sets the subject
|
SentUpdateRequest |
setUpdateRequestId(Long updateRequestId)
Set the Id of the originating update request.
|
equals, getId, hashCode, setIdpublic Long getUpdateRequestId()
public SentUpdateRequest setUpdateRequestId(Long updateRequestId)
updateRequestId - public Date getSentAt()
public SentUpdateRequest setSentAt(Date sentAt)
sentAt - public User getSentBy()
public SentUpdateRequest setSentBy(User sentBy)
sentBy - public UpdateRequestStatus getStatus()
public SentUpdateRequest setStatus(UpdateRequestStatus status)
status - public List<Long> getRowIds()
public SentUpdateRequest setRowIds(List<Long> rowIds)
rowIds - public List<Long> getColumnIds()
public SentUpdateRequest setColumnIds(List<Long> columnIds)
columnIds - public Boolean getIncludeAttachments()
public SentUpdateRequest setIncludeAttachments(Boolean includeAttachments)
includeAttachments - public Boolean getIncludeDiscussions()
public SentUpdateRequest setIncludeDiscussions(Boolean includeDiscussions)
includeDiscussions - public Recipient getSentTo()
public SentUpdateRequest setSentTo(Recipient sentTo)
sentTo - public String getSubject()
public SentUpdateRequest setSubject(String subject)
subject - public String getMessage()
public SentUpdateRequest setMessage(String message)
message - Copyright © 2014–2019 Smartsheet. All rights reserved.