| Package | Description |
|---|---|
| com.google.api.services.classroom.model |
| Modifier and Type | Method and Description |
|---|---|
Feed |
Feed.clone() |
Feed |
Registration.getFeed()
Specification for the class of notifications that Classroom should deliver to the destination.
|
Feed |
Feed.set(String fieldName,
Object value) |
Feed |
Feed.setCourseRosterChangesInfo(CourseRosterChangesInfo courseRosterChangesInfo)
Information about a `Feed` with a `feed_type` of `COURSE_ROSTER_CHANGES`.
|
Feed |
Feed.setCourseWorkChangesInfo(CourseWorkChangesInfo courseWorkChangesInfo)
Information about a `Feed` with a `feed_type` of `COURSE_WORK_CHANGES`.
|
Feed |
Feed.setFeedType(String feedType)
The type of feed.
|
| Modifier and Type | Method and Description |
|---|---|
Registration |
Registration.setFeed(Feed feed)
Specification for the class of notifications that Classroom should deliver to the destination.
|
Copyright © 2011–2022 Google. All rights reserved.