| Package | Description |
|---|---|
| com.google.api.services.classroom | |
| com.google.api.services.classroom.model |
| Modifier and Type | Method and Description |
|---|---|
Classroom.Registrations.Create |
Classroom.Registrations.create(Registration content)
Creates a `Registration`, causing Classroom to start sending notifications from the provided
`feed` to the destination provided in `cloudPubSubTopic`.
|
| Constructor and Description |
|---|
Create(Registration content)
Creates a `Registration`, causing Classroom to start sending notifications from the provided
`feed` to the destination provided in `cloudPubSubTopic`.
|
| Modifier and Type | Method and Description |
|---|---|
Registration |
Registration.clone() |
Registration |
Registration.set(String fieldName,
Object value) |
Registration |
Registration.setCloudPubsubTopic(CloudPubsubTopic cloudPubsubTopic)
The Cloud Pub/Sub topic that notifications are to be sent to.
|
Registration |
Registration.setExpiryTime(String expiryTime)
The time until which the `Registration` is effective.
|
Registration |
Registration.setFeed(Feed feed)
Specification for the class of notifications that Classroom should deliver to the destination.
|
Registration |
Registration.setRegistrationId(String registrationId)
A server-generated unique identifier for this `Registration`.
|
Copyright © 2011–2022 Google. All rights reserved.