| Package | Description |
|---|---|
| com.smartsheet.api.models |
| Modifier and Type | Method and Description |
|---|---|
Predecessor |
Predecessor.setInCriticalPath(Boolean inCriticalPath)
Set flag indicating if this predecessor is in the critical path
|
Predecessor |
Predecessor.setInvalid(Boolean invalid)
Set flag indicating if the row referenced by rowId is not a valid row in this sheet,
or if there is a circular reference
|
Predecessor |
Predecessor.setLag(Duration lag)
Set the lag value of this predecessor
|
Predecessor |
Predecessor.setRowId(Long rowId)
Set the Id of the predecessor row
|
Predecessor |
Predecessor.setRowNumber(Integer rowNumber)
Set the number of the predecessor row
|
Predecessor |
Predecessor.setType(String type)
Set the type of the predecessor
|
| Modifier and Type | Method and Description |
|---|---|
List<Predecessor> |
PredecessorList.getPredecessors()
Gets the array of Predecessor objects.
|
| Modifier and Type | Method and Description |
|---|---|
PredecessorList |
PredecessorList.setPredecessors(List<Predecessor> predecessors)
Sets the array of Predecessor objects.
|
| Constructor and Description |
|---|
PredecessorList(List<Predecessor> predecessors) |
Copyright © 2014–2019 Smartsheet. All rights reserved.