| Modifier and Type | Class and Description |
|---|---|
class |
Classroom.UserProfiles.Get |
class |
Classroom.UserProfiles.GuardianInvitations
The "guardianInvitations" collection of methods.
|
class |
Classroom.UserProfiles.Guardians
The "guardians" collection of methods.
|
| Constructor and Description |
|---|
UserProfiles() |
| Modifier and Type | Method and Description |
|---|---|
Classroom.UserProfiles.Get |
get(String userId)
Returns a user profile.
|
Classroom.UserProfiles.GuardianInvitations |
guardianInvitations()
An accessor for creating requests from the GuardianInvitations collection.
|
Classroom.UserProfiles.Guardians |
guardians()
An accessor for creating requests from the Guardians collection.
|
public Classroom.UserProfiles.Get get(String userId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.userId - Identifier of the profile to return. The identifier can be one of the following: * the numeric
identifier for the user * the email address of the user * the string literal `"me"`,
indicating the requesting userIOExceptionpublic Classroom.UserProfiles.GuardianInvitations guardianInvitations()
The typical use is:
Classroom classroom = new Classroom(...);Classroom.GuardianInvitations.List request = classroom.guardianInvitations().list(parameters ...)
public Classroom.UserProfiles.Guardians guardians()
The typical use is:
Classroom classroom = new Classroom(...);Classroom.Guardians.List request = classroom.guardians().list(parameters ...)
Copyright © 2011–2022 Google. All rights reserved.