| Package | Description |
|---|---|
| com.google.api.services.classroom | |
| com.google.api.services.classroom.model |
| Modifier and Type | Method and Description |
|---|---|
Classroom.Courses.Students.Create |
Classroom.Courses.Students.create(String courseId,
Student content)
Adds a user as a student of a course.
|
| Constructor and Description |
|---|
Create(String courseId,
Student content)
Adds a user as a student of a course.
|
| Modifier and Type | Method and Description |
|---|---|
Student |
Student.clone() |
Student |
Student.set(String fieldName,
Object value) |
Student |
Student.setCourseId(String courseId)
Identifier of the course.
|
Student |
Student.setProfile(UserProfile profile)
Global user information for the student.
|
Student |
Student.setStudentWorkFolder(DriveFolder studentWorkFolder)
Information about a Drive Folder for this student's work in this course.
|
Student |
Student.setUserId(String userId)
Identifier of the user.
|
| Modifier and Type | Method and Description |
|---|---|
List<Student> |
ListStudentsResponse.getStudents()
Students who match the list request.
|
| Modifier and Type | Method and Description |
|---|---|
ListStudentsResponse |
ListStudentsResponse.setStudents(List<Student> students)
Students who match the list request.
|
Copyright © 2011–2022 Google. All rights reserved.