| Package | Description |
|---|---|
| com.smartsheet.api.models |
| Modifier and Type | Method and Description |
|---|---|
Duration |
Predecessor.getLag()
Get the lag value of this predecessor
|
Duration |
Duration.setDays(Double days)
Set the number of days for this duration.
|
Duration |
Duration.setElapsed(Boolean elapsed)
Set flag indicating this duration represents elapsed time.
|
Duration |
Duration.setHours(Double hours)
Set the number of hours for this duration.
|
Duration |
Duration.setMilliseconds(Double milliseconds)
Set the number of milliseconds for this duration.
|
Duration |
Duration.setMinutes(Double minutes)
Set the number of minutes for this duration.
|
Duration |
Duration.setNegative(Boolean negative)
Set flag indicating whether the lag is negative(true) or positive(false)
|
Duration |
Duration.setSeconds(Double seconds)
Set the number of seconds for this duration.
|
Duration |
Duration.setWeeks(Double weeks)
Set the number of weeks in duration.
|
| Modifier and Type | Method and Description |
|---|---|
Predecessor |
Predecessor.setLag(Duration lag)
Set the lag value of this predecessor
|
Copyright © 2014–2019 Smartsheet. All rights reserved.