| Package | Description |
|---|---|
| com.google.api.services.classroom | |
| com.google.api.services.classroom.model |
| Modifier and Type | Method and Description |
|---|---|
Classroom.Invitations.Create |
Classroom.Invitations.create(Invitation content)
Creates an invitation.
|
| Constructor and Description |
|---|
Create(Invitation content)
Creates an invitation.
|
| Modifier and Type | Method and Description |
|---|---|
Invitation |
Invitation.clone() |
Invitation |
Invitation.set(String fieldName,
Object value) |
Invitation |
Invitation.setCourseId(String courseId)
Identifier of the course to invite the user to.
|
Invitation |
Invitation.setId(String id)
Identifier assigned by Classroom.
|
Invitation |
Invitation.setRole(String role)
Role to invite the user to have.
|
Invitation |
Invitation.setUserId(String userId)
Identifier of the invited user.
|
| Modifier and Type | Method and Description |
|---|---|
List<Invitation> |
ListInvitationsResponse.getInvitations()
Invitations that match the list request.
|
| Modifier and Type | Method and Description |
|---|---|
ListInvitationsResponse |
ListInvitationsResponse.setInvitations(List<Invitation> invitations)
Invitations that match the list request.
|
Copyright © 2011–2022 Google. All rights reserved.