| Package | Description |
|---|---|
| com.google.api.services.classroom | |
| com.google.api.services.classroom.model |
| Modifier and Type | Method and Description |
|---|---|
Classroom.Courses.Teachers.Create |
Classroom.Courses.Teachers.create(String courseId,
Teacher content)
Creates a teacher of a course.
|
| Constructor and Description |
|---|
Create(String courseId,
Teacher content)
Creates a teacher of a course.
|
| Modifier and Type | Method and Description |
|---|---|
Teacher |
Teacher.clone() |
Teacher |
Teacher.set(String fieldName,
Object value) |
Teacher |
Teacher.setCourseId(String courseId)
Identifier of the course.
|
Teacher |
Teacher.setProfile(UserProfile profile)
Global user information for the teacher.
|
Teacher |
Teacher.setUserId(String userId)
Identifier of the user.
|
| Modifier and Type | Method and Description |
|---|---|
List<Teacher> |
ListTeachersResponse.getTeachers()
Teachers who match the list request.
|
| Modifier and Type | Method and Description |
|---|---|
ListTeachersResponse |
ListTeachersResponse.setTeachers(List<Teacher> teachers)
Teachers who match the list request.
|
Copyright © 2011–2022 Google. All rights reserved.