public class ClassroomScopes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CLASSROOM_ANNOUNCEMENTS
View and manage announcements in Google Classroom.
|
static String |
CLASSROOM_ANNOUNCEMENTS_READONLY
View announcements in Google Classroom.
|
static String |
CLASSROOM_COURSES
See, edit, create, and permanently delete your Google Classroom classes.
|
static String |
CLASSROOM_COURSES_READONLY
View your Google Classroom classes.
|
static String |
CLASSROOM_COURSEWORK_ME
See, create and edit coursework items including assignments, questions, and grades.
|
static String |
CLASSROOM_COURSEWORK_ME_READONLY
View your course work and grades in Google Classroom.
|
static String |
CLASSROOM_COURSEWORK_STUDENTS
Manage course work and grades for students in the Google Classroom classes you teach and view the course work and grades for classes you administer.
|
static String |
CLASSROOM_COURSEWORK_STUDENTS_READONLY
View course work and grades for students in the Google Classroom classes you teach or administer.
|
static String |
CLASSROOM_COURSEWORKMATERIALS
See, edit, and create classwork materials in Google Classroom.
|
static String |
CLASSROOM_COURSEWORKMATERIALS_READONLY
See all classwork materials for your Google Classroom classes.
|
static String |
CLASSROOM_GUARDIANLINKS_ME_READONLY
View your Google Classroom guardians.
|
static String |
CLASSROOM_GUARDIANLINKS_STUDENTS
View and manage guardians for students in your Google Classroom classes.
|
static String |
CLASSROOM_GUARDIANLINKS_STUDENTS_READONLY
View guardians for students in your Google Classroom classes.
|
static String |
CLASSROOM_PROFILE_EMAILS
View the email addresses of people in your classes.
|
static String |
CLASSROOM_PROFILE_PHOTOS
View the profile photos of people in your classes.
|
static String |
CLASSROOM_PUSH_NOTIFICATIONS
Receive notifications about your Google Classroom data.
|
static String |
CLASSROOM_ROSTERS
Manage your Google Classroom class rosters.
|
static String |
CLASSROOM_ROSTERS_READONLY
View your Google Classroom class rosters.
|
static String |
CLASSROOM_STUDENT_SUBMISSIONS_ME_READONLY
View your course work and grades in Google Classroom.
|
static String |
CLASSROOM_STUDENT_SUBMISSIONS_STUDENTS_READONLY
View course work and grades for students in the Google Classroom classes you teach or administer.
|
static String |
CLASSROOM_TOPICS
See, create, and edit topics in Google Classroom.
|
static String |
CLASSROOM_TOPICS_READONLY
View topics in Google Classroom.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<String> |
all()
Returns an unmodifiable set that contains all scopes declared by this class.
|
public static final String CLASSROOM_ANNOUNCEMENTS
public static final String CLASSROOM_ANNOUNCEMENTS_READONLY
public static final String CLASSROOM_COURSES
public static final String CLASSROOM_COURSES_READONLY
public static final String CLASSROOM_COURSEWORK_ME
public static final String CLASSROOM_COURSEWORK_ME_READONLY
public static final String CLASSROOM_COURSEWORK_STUDENTS
public static final String CLASSROOM_COURSEWORK_STUDENTS_READONLY
public static final String CLASSROOM_COURSEWORKMATERIALS
public static final String CLASSROOM_COURSEWORKMATERIALS_READONLY
public static final String CLASSROOM_GUARDIANLINKS_ME_READONLY
public static final String CLASSROOM_GUARDIANLINKS_STUDENTS
public static final String CLASSROOM_GUARDIANLINKS_STUDENTS_READONLY
public static final String CLASSROOM_PROFILE_EMAILS
public static final String CLASSROOM_PROFILE_PHOTOS
public static final String CLASSROOM_PUSH_NOTIFICATIONS
public static final String CLASSROOM_ROSTERS
public static final String CLASSROOM_ROSTERS_READONLY
public static final String CLASSROOM_STUDENT_SUBMISSIONS_ME_READONLY
public static final String CLASSROOM_STUDENT_SUBMISSIONS_STUDENTS_READONLY
public static final String CLASSROOM_TOPICS
public static final String CLASSROOM_TOPICS_READONLY
Copyright © 2011–2022 Google. All rights reserved.