public class TasksScopes
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TASKS
Manage your tasks.
|
static java.lang.String |
TASKS_READONLY
View your tasks.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.Set<java.lang.String> |
all()
Returns an unmodifiable set that contains all scopes declared by this class.
|
public static final java.lang.String TASKS
public static final java.lang.String TASKS_READONLY