| Package | Description |
|---|---|
| com.smartsheet.api.models |
| Modifier and Type | Method and Description |
|---|---|
Schedule |
UpdateRequest.getSchedule()
Gets the schedule for which update requests will be sent out.
|
Schedule |
Schedule.sentNextSendAt(Date nextSendAt)
Set the date and time for when the next request is schedule to send.
|
Schedule |
Schedule.setDayDescriptors(List<DayDescriptor> dayDescriptors)
Set the array of day descriptors
|
Schedule |
Schedule.setDayOfMonth(Integer dayOfMonth)
Set the day within the month
|
Schedule |
Schedule.setDayOrdinal(DayOrdinal dayOrdinal)
Set the day ordinal
|
Schedule |
Schedule.setEndAt(Date endAt)
Set the date, time and time zone at which the delivery schedule will end
|
Schedule |
Schedule.setLastSentAt(Date lastSentAt)
Set the date and time for when the last request was sent.
|
Schedule |
Schedule.setRepeatEvery(Integer repeatEvery)
Set the frequency on which the request will be delivered.
|
Schedule |
Schedule.setStartAt(Date startAt)
Set the date, time and time zone at which the first delivery will start
|
Schedule |
Schedule.setType(ScheduleType type)
Set the schedule type
|
| Modifier and Type | Method and Description |
|---|---|
UpdateRequest |
UpdateRequest.setSchedule(Schedule schedule)
Sets the schedule for which update requests will be sent out.
|
Copyright © 2014–2017 Smartsheet. All rights reserved.