| Package | Description |
|---|---|
| com.google.api.services.classroom | |
| com.google.api.services.classroom.model |
| Modifier and Type | Method and Description |
|---|---|
Classroom.Courses.Create |
Classroom.Courses.create(Course content)
Creates a course.
|
Classroom.Courses.Patch |
Classroom.Courses.patch(String id,
Course content)
Updates one or more fields in a course.
|
Classroom.Courses.Update |
Classroom.Courses.update(String id,
Course content)
Updates a course.
|
| Constructor and Description |
|---|
Create(Course content)
Creates a course.
|
Patch(String id,
Course content)
Updates one or more fields in a course.
|
Update(String id,
Course content)
Updates a course.
|
| Modifier and Type | Method and Description |
|---|---|
Course |
Course.clone() |
Course |
Course.set(String fieldName,
Object value) |
Course |
Course.setAlternateLink(String alternateLink)
Absolute link to this course in the Classroom web UI.
|
Course |
Course.setCalendarId(String calendarId)
The Calendar ID for a calendar that all course members can see, to which Classroom adds events
for course work and announcements in the course.
|
Course |
Course.setCourseGroupEmail(String courseGroupEmail)
The email address of a Google group containing all members of the course.
|
Course |
Course.setCourseMaterialSets(List<CourseMaterialSet> courseMaterialSets)
Sets of materials that appear on the "about" page of this course.
|
Course |
Course.setCourseState(String courseState)
State of the course.
|
Course |
Course.setCreationTime(String creationTime)
Creation time of the course.
|
Course |
Course.setDescription(String description)
Optional description.
|
Course |
Course.setDescriptionHeading(String descriptionHeading)
Optional heading for the description.
|
Course |
Course.setEnrollmentCode(String enrollmentCode)
Enrollment code to use when joining this course.
|
Course |
Course.setGradebookSettings(GradebookSettings gradebookSettings)
The gradebook settings that specify how a student's overall grade for the course will be
calculated and who it will be displayed to.
|
Course |
Course.setGuardiansEnabled(Boolean guardiansEnabled)
Whether or not guardian notifications are enabled for this course.
|
Course |
Course.setId(String id)
Identifier for this course assigned by Classroom.
|
Course |
Course.setName(String name)
Name of the course.
|
Course |
Course.setOwnerId(String ownerId)
The identifier of the owner of a course.
|
Course |
Course.setRoom(String room)
Optional room location.
|
Course |
Course.setSection(String section)
Section of the course.
|
Course |
Course.setTeacherFolder(DriveFolder teacherFolder)
Information about a Drive Folder that is shared with all teachers of the course.
|
Course |
Course.setTeacherGroupEmail(String teacherGroupEmail)
The email address of a Google group containing all teachers of the course.
|
Course |
Course.setUpdateTime(String updateTime)
Time of the most recent update to this course.
|
| Modifier and Type | Method and Description |
|---|---|
List<Course> |
ListCoursesResponse.getCourses()
Courses that match the list request.
|
| Modifier and Type | Method and Description |
|---|---|
ListCoursesResponse |
ListCoursesResponse.setCourses(List<Course> courses)
Courses that match the list request.
|
Copyright © 2011–2022 Google. All rights reserved.