Package | Description |
---|---|
com.google.api.services.drive.model |
Modifier and Type | Method and Description |
---|---|
User |
User.clone() |
User |
Reply.getAuthor()
The user who created the reply.
|
User |
Comment.getAuthor()
The user who created the comment.
|
User |
Revision.getLastModifyingUser()
The last user to modify this revision.
|
User |
File.getLastModifyingUser()
The last user to modify the file.
|
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(java.lang.String fieldName,
java.lang.Object value) |
User |
User.setDisplayName(java.lang.String displayName)
A plain text displayable name for this user.
|
User |
User.setEmailAddress(java.lang.String emailAddress)
The email address of the user.
|
User |
User.setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
User |
User.setMe(java.lang.Boolean me)
Whether this user is the requesting user.
|
User |
User.setPermissionId(java.lang.String permissionId)
The user's ID as visible in Permission resources.
|
User |
User.setPhotoLink(java.lang.String photoLink)
A link to the user's profile photo, if available.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<User> |
File.getOwners()
The owners of the file.
|
Modifier and Type | Method and Description |
---|---|
Reply |
Reply.setAuthor(User author)
The user who created the reply.
|
Comment |
Comment.setAuthor(User author)
The user who created 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.
|
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(java.util.List<User> owners)
The owners of the file.
|