| Package | Description |
|---|---|
| com.google.api.services.classroom.model |
| Modifier and Type | Method and Description |
|---|---|
UserProfile |
UserProfile.clone() |
UserProfile |
Guardian.getGuardianProfile()
User profile for the guardian.
|
UserProfile |
Student.getProfile()
Global user information for the student.
|
UserProfile |
Teacher.getProfile()
Global user information for the teacher.
|
UserProfile |
UserProfile.set(String fieldName,
Object value) |
UserProfile |
UserProfile.setEmailAddress(String emailAddress)
Email address of the user.
|
UserProfile |
UserProfile.setId(String id)
Identifier of the user.
|
UserProfile |
UserProfile.setName(Name name)
Name of the user.
|
UserProfile |
UserProfile.setPermissions(List<GlobalPermission> permissions)
Global permissions of the user.
|
UserProfile |
UserProfile.setPhotoUrl(String photoUrl)
URL of user's profile photo.
|
UserProfile |
UserProfile.setVerifiedTeacher(Boolean verifiedTeacher)
Represents whether a G Suite for Education user's domain administrator has explicitly verified
them as being a teacher.
|
| Modifier and Type | Method and Description |
|---|---|
Guardian |
Guardian.setGuardianProfile(UserProfile guardianProfile)
User profile for the guardian.
|
Student |
Student.setProfile(UserProfile profile)
Global user information for the student.
|
Teacher |
Teacher.setProfile(UserProfile profile)
Global user information for the teacher.
|
Copyright © 2011–2022 Google. All rights reserved.