Package | Description |
---|---|
com.google.api.services.drive.model |
Modifier and Type | Method and Description |
---|---|
User |
User.clone() |
User |
Comment.getAuthor()
The author of the comment.
|
User |
CommentReply.getAuthor()
The author of the reply.
|
User |
Revision.getLastModifyingUser()
The last user to modify this revision.
|
User |
File.getLastModifyingUser()
The last user to modify this file.
|
User |
ContentRestriction.getRestrictingUser()
The user who set the content restriction.
|
User |
File.getSharingUser()
User that shared the item with the current user, if available.
|
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.setIsAuthenticatedUser(Boolean isAuthenticatedUser)
Whether this user is the same as the authenticated user for whom the request was made.
|
User |
User.setKind(String kind)
This is always drive#user.
|
User |
User.setPermissionId(String permissionId)
The user's ID as visible in the permissions collection.
|
User |
User.setPicture(User.Picture picture)
The user's profile picture.
|
Modifier and Type | Method and Description |
---|---|
List<User> |
File.getOwners()
The owner of this file.
|
Modifier and Type | Method and Description |
---|---|
Comment |
Comment.setAuthor(User author)
The author of the comment.
|
CommentReply |
CommentReply.setAuthor(User author)
The author of the reply.
|
Revision |
Revision.setLastModifyingUser(User lastModifyingUser)
The last user to modify this revision.
|
File |
File.setLastModifyingUser(User lastModifyingUser)
The last user to modify this file.
|
ContentRestriction |
ContentRestriction.setRestrictingUser(User restrictingUser)
The user who set the content restriction.
|
File |
File.setSharingUser(User sharingUser)
User that shared the item with the current user, if available.
|
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.
|
Copyright © 2011–2021 Google. All rights reserved.