| Package | Description |
|---|---|
| com.google.api.services.classroom | |
| com.google.api.services.classroom.model |
| Modifier and Type | Method and Description |
|---|---|
Classroom.UserProfiles.GuardianInvitations.Create |
Classroom.UserProfiles.GuardianInvitations.create(String studentId,
GuardianInvitation content)
Creates a guardian invitation, and sends an email to the guardian asking them to confirm that
they are the student's guardian.
|
Classroom.UserProfiles.GuardianInvitations.Patch |
Classroom.UserProfiles.GuardianInvitations.patch(String studentId,
String invitationId,
GuardianInvitation content)
Modifies a guardian invitation.
|
| Constructor and Description |
|---|
Create(String studentId,
GuardianInvitation content)
Creates a guardian invitation, and sends an email to the guardian asking them to confirm that
they are the student's guardian.
|
Patch(String studentId,
String invitationId,
GuardianInvitation content)
Modifies a guardian invitation.
|
| Modifier and Type | Method and Description |
|---|---|
GuardianInvitation |
GuardianInvitation.clone() |
GuardianInvitation |
GuardianInvitation.set(String fieldName,
Object value) |
GuardianInvitation |
GuardianInvitation.setCreationTime(String creationTime)
The time that this invitation was created.
|
GuardianInvitation |
GuardianInvitation.setInvitationId(String invitationId)
Unique identifier for this invitation.
|
GuardianInvitation |
GuardianInvitation.setInvitedEmailAddress(String invitedEmailAddress)
Email address that the invitation was sent to.
|
GuardianInvitation |
GuardianInvitation.setState(String state)
The state that this invitation is in.
|
GuardianInvitation |
GuardianInvitation.setStudentId(String studentId)
ID of the student (in standard format)
|
| Modifier and Type | Method and Description |
|---|---|
List<GuardianInvitation> |
ListGuardianInvitationsResponse.getGuardianInvitations()
Guardian invitations that matched the list request.
|
| Modifier and Type | Method and Description |
|---|---|
ListGuardianInvitationsResponse |
ListGuardianInvitationsResponse.setGuardianInvitations(List<GuardianInvitation> guardianInvitations)
Guardian invitations that matched the list request.
|
Copyright © 2011–2022 Google. All rights reserved.