public class UpdateRequest extends MultiRowEmail
MultiRowEmail.AddMultiRowEmailBuilderRowEmail.AddRowEmailBuilder| Constructor and Description |
|---|
UpdateRequest() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreatedAt()
Gets the date and time for when this request was originally created.
|
Long |
getId()
Get the Id of the update request.
|
Date |
getModifiedAt()
Get the date and time for when the last change was made to this request.
|
Schedule |
getSchedule()
Gets the schedule for which update requests will be sent out.
|
User |
getSentBy()
Gets the User object containing the name and email of the sender
|
UpdateRequest |
setCreatedAt(Date createdAt)
Sets the date and time for when this request was originally created.
|
UpdateRequest |
setId(Long id)
Set the Id of the update request.
|
UpdateRequest |
setModifiedAt(Date modifiedAt)
Set the date and time for when the last change was made to this request.
|
UpdateRequest |
setSchedule(Schedule schedule)
Sets the schedule for which update requests will be sent out.
|
UpdateRequest |
setSentBy(User sentBy)
Sets the User object containing the name and email of the sender
|
getRowIds, setRowIdsgetCcMe, getColumnIds, getIncludeAttachments, getIncludeDiscussions, getLayout, getMessage, getSendTo, getSubject, setCcMe, setColumnIds, setIncludeAttachments, setIncludeDiscussions, setLayout, setMessage, setSendTo, setSubjectpublic Long getId()
public UpdateRequest setId(Long id)
id - public User getSentBy()
public UpdateRequest setSentBy(User sentBy)
sentBy - public Schedule getSchedule()
public UpdateRequest setSchedule(Schedule schedule)
schedule - public Date getCreatedAt()
public UpdateRequest setCreatedAt(Date createdAt)
createdAt - public Date getModifiedAt()
public UpdateRequest setModifiedAt(Date modifiedAt)
modifiedAt - Copyright © 2014–2017 Smartsheet. All rights reserved.