| Package | Description |
|---|---|
| com.google.api.services.classroom | |
| com.google.api.services.classroom.model |
| Modifier and Type | Method and Description |
|---|---|
Classroom.Courses.Topics.Create |
Classroom.Courses.Topics.create(String courseId,
Topic content)
Creates a topic.
|
Classroom.Courses.Topics.Patch |
Classroom.Courses.Topics.patch(String courseId,
String id,
Topic content)
Updates one or more fields of a topic.
|
| Constructor and Description |
|---|
Create(String courseId,
Topic content)
Creates a topic.
|
Patch(String courseId,
String id,
Topic content)
Updates one or more fields of a topic.
|
| Modifier and Type | Method and Description |
|---|---|
Topic |
Topic.clone() |
Topic |
Topic.set(String fieldName,
Object value) |
Topic |
Topic.setCourseId(String courseId)
Identifier of the course.
|
Topic |
Topic.setName(String name)
The name of the topic, generated by the user.
|
Topic |
Topic.setTopicId(String topicId)
Unique identifier for the topic.
|
Topic |
Topic.setUpdateTime(String updateTime)
The time the topic was last updated by the system.
|
| Modifier and Type | Method and Description |
|---|---|
List<Topic> |
ListTopicResponse.getTopic()
Topic items that match the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListTopicResponse |
ListTopicResponse.setTopic(List<Topic> topic)
Topic items that match the request.
|
Copyright © 2011–2022 Google. All rights reserved.