public class Tasks extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
Tasks.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<Task> |
entries
A list of tasks.
|
protected Long |
totalCount
One greater than the offset of the last entry in the entire collection.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
Tasks() |
protected |
Tasks(Tasks.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<Task> |
getEntries() |
Long |
getTotalCount() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected Long totalCount
public Tasks()
protected Tasks(Tasks.Builder builder)
public Long getTotalCount()
public List<Task> getEntries()