public class ListTasksResponse extends Object
Representation of an indexed task.
See http://schemas.taskcluster.net/index/v1/list-tasks-response.json#
| Modifier and Type | Class and Description |
|---|---|
class |
ListTasksResponse.Tasks
List of tasks.
|
| Modifier and Type | Field and Description |
|---|---|
String |
continuationToken
A continuation token is returned if there are more results than listed here.
|
ListTasksResponse.Tasks[] |
tasks |
| Constructor and Description |
|---|
ListTasksResponse() |
public String continuationToken
A continuation token is returned if there are more results than listed here. You can optionally provide the token in the request payload to load the additional results.
public ListTasksResponse.Tasks[] tasks
Copyright © 2014–2016 Mozilla. All rights reserved.