TaskList Class
- java.
lang. Object - com.
azure. resourcemanager. datamigration. models. TaskList
- com.
Implements
public final class TaskList
implements JsonSerializable<TaskList>
OData page of tasks.
Constructor Summary
| Constructor | Description |
|---|---|
| TaskList() |
Creates an instance of Task |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Task |
fromJson(JsonReader jsonReader)
Reads an instance of Task |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Project |
value()
Get the value property: List of tasks. |
|
Task |
withNextLink(String nextLink)
Set the next |
|
Task |
withValue(List<ProjectTaskInner> value)
Set the value property: List of tasks. |
Methods inherited from java.lang.Object
Constructor Details
TaskList
public TaskList()
Creates an instance of TaskList class.
Method Details
fromJson
public static TaskList fromJson(JsonReader jsonReader)
Reads an instance of TaskList from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: URL to load the next page of tasks.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<ProjectTaskInner> value()
Get the value property: List of tasks.
Returns:
withNextLink
public TaskList withNextLink(String nextLink)
Set the nextLink property: URL to load the next page of tasks.
Parameters:
Returns:
withValue
public TaskList withValue(List<ProjectTaskInner> value)
Set the value property: List of tasks.
Parameters:
Returns: