| Package | Description |
|---|---|
| com.google.api.services.classroom | |
| com.google.api.services.classroom.model |
| Modifier and Type | Method and Description |
|---|---|
Classroom.Courses.CourseWorkMaterials.Create |
Classroom.Courses.CourseWorkMaterials.create(String courseId,
CourseWorkMaterial content)
Creates a course work material.
|
Classroom.Courses.CourseWorkMaterials.Patch |
Classroom.Courses.CourseWorkMaterials.patch(String courseId,
String id,
CourseWorkMaterial content)
Updates one or more fields of a course work material.
|
| Constructor and Description |
|---|
Create(String courseId,
CourseWorkMaterial content)
Creates a course work material.
|
Patch(String courseId,
String id,
CourseWorkMaterial content)
Updates one or more fields of a course work material.
|
| Modifier and Type | Method and Description |
|---|---|
CourseWorkMaterial |
CourseWorkMaterial.clone() |
CourseWorkMaterial |
CourseWorkMaterial.set(String fieldName,
Object value) |
CourseWorkMaterial |
CourseWorkMaterial.setAlternateLink(String alternateLink)
Absolute link to this course work material in the Classroom web UI.
|
CourseWorkMaterial |
CourseWorkMaterial.setAssigneeMode(String assigneeMode)
Assignee mode of the course work material.
|
CourseWorkMaterial |
CourseWorkMaterial.setCourseId(String courseId)
Identifier of the course.
|
CourseWorkMaterial |
CourseWorkMaterial.setCreationTime(String creationTime)
Timestamp when this course work material was created.
|
CourseWorkMaterial |
CourseWorkMaterial.setCreatorUserId(String creatorUserId)
Identifier for the user that created the course work material.
|
CourseWorkMaterial |
CourseWorkMaterial.setDescription(String description)
Optional description of this course work material.
|
CourseWorkMaterial |
CourseWorkMaterial.setId(String id)
Classroom-assigned identifier of this course work material, unique per course.
|
CourseWorkMaterial |
CourseWorkMaterial.setIndividualStudentsOptions(IndividualStudentsOptions individualStudentsOptions)
Identifiers of students with access to the course work material.
|
CourseWorkMaterial |
CourseWorkMaterial.setMaterials(List<Material> materials)
Additional materials.
|
CourseWorkMaterial |
CourseWorkMaterial.setScheduledTime(String scheduledTime)
Optional timestamp when this course work material is scheduled to be published.
|
CourseWorkMaterial |
CourseWorkMaterial.setState(String state)
Status of this course work material.
|
CourseWorkMaterial |
CourseWorkMaterial.setTitle(String title)
Title of this course work material.
|
CourseWorkMaterial |
CourseWorkMaterial.setTopicId(String topicId)
Identifier for the topic that this course work material is associated with.
|
CourseWorkMaterial |
CourseWorkMaterial.setUpdateTime(String updateTime)
Timestamp of the most recent change to this course work material.
|
| Modifier and Type | Method and Description |
|---|---|
List<CourseWorkMaterial> |
ListCourseWorkMaterialResponse.getCourseWorkMaterial()
Course work material items that match the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListCourseWorkMaterialResponse |
ListCourseWorkMaterialResponse.setCourseWorkMaterial(List<CourseWorkMaterial> courseWorkMaterial)
Course work material items that match the request.
|
Copyright © 2011–2022 Google. All rights reserved.