public class TaskDependencies extends Object
Constructor and Description |
---|
TaskDependencies() |
Modifier and Type | Method and Description |
---|---|
List<TaskIdRange> |
taskIdRanges()
Get the taskIdRanges value.
|
List<String> |
taskIds()
Get the taskIds value.
|
TaskDependencies |
withTaskIdRanges(List<TaskIdRange> taskIdRanges)
Set the taskIdRanges value.
|
TaskDependencies |
withTaskIds(List<String> taskIds)
Set the taskIds value.
|
public TaskDependencies withTaskIds(List<String> taskIds)
taskIds
- the taskIds value to setpublic List<TaskIdRange> taskIdRanges()
public TaskDependencies withTaskIdRanges(List<TaskIdRange> taskIdRanges)
taskIdRanges
- the taskIdRanges value to setCopyright © 2019. All rights reserved.