Package | Description |
---|---|
com.google.api.services.drive.model |
Modifier and Type | Method and Description |
---|---|
User |
User.clone() |
User |
Reply.getAuthor()
The author of the reply.
|
User |
Comment.getAuthor()
The author of the comment.
|
User |
Revision.getLastModifyingUser()
The last user to modify this revision.
|
User |
File.getLastModifyingUser()
The last user to modify the file.
|
User |
ContentRestriction.getRestrictingUser()
The user who set the content restriction.
|
User |
File.getSharingUser()
The user who shared the file with the requesting user, if applicable.
|
User |
File.getTrashingUser()
If the file has been explicitly trashed, the user who trashed it.
|
User |
About.getUser()
The authenticated user.
|
User |
User.set(String fieldName,
Object value) |
User |
User.setDisplayName(String displayName)
A plain text displayable name for this user.
|
User |
User.setEmailAddress(String emailAddress)
The email address of the user.
|
User |
User.setKind(String kind)
Identifies what kind of resource this is.
|
User |
User.setMe(Boolean me)
Whether this user is the requesting user.
|
User |
User.setPermissionId(String permissionId)
The user's ID as visible in Permission resources.
|
User |
User.setPhotoLink(String photoLink)
A link to the user's profile photo, if available.
|
Modifier and Type | Method and Description |
---|---|
List<User> |
File.getOwners()
The owner of this file.
|
List<User> |
LabelField.getUser()
Only present if valueType is user.
|
Modifier and Type | Method and Description |
---|---|
Reply |
Reply.setAuthor(User author)
The author of the reply.
|
Comment |
Comment.setAuthor(User author)
The author of the comment.
|
Revision |
Revision.setLastModifyingUser(User lastModifyingUser)
The last user to modify this revision.
|
File |
File.setLastModifyingUser(User lastModifyingUser)
The last user to modify the file.
|
ContentRestriction |
ContentRestriction.setRestrictingUser(User restrictingUser)
The user who set the content restriction.
|
File |
File.setSharingUser(User sharingUser)
The user who shared the file with the requesting user, if applicable.
|
File |
File.setTrashingUser(User trashingUser)
If the file has been explicitly trashed, the user who trashed it.
|
About |
About.setUser(User user)
The authenticated user.
|
Modifier and Type | Method and Description |
---|---|
File |
File.setOwners(List<User> owners)
The owner of this file.
|
LabelField |
LabelField.setUser(List<User> user)
Only present if valueType is user.
|
Copyright © 2011–2023 Google. All rights reserved.