| Package | Description |
|---|---|
| com.google.api.services.drive.model |
| Modifier and Type | Method and Description |
|---|---|
GenoaUser |
GenoaUser.clone() |
GenoaUser |
CommentReply.getGenoaAuthor()
The user who wrote this reply as a GenoaUser.
|
GenoaUser |
Comment.getGenoaAuthor()
The user who wrote this comment as a GenoaUser.
|
GenoaUser |
GenoaUser.set(String fieldName,
Object value) |
GenoaUser |
GenoaUser.setCustomerId(String customerId)
The customer id which the user belongs to.
|
GenoaUser |
GenoaUser.setDomain(String domain)
The domain name of this user or group.
|
GenoaUser |
GenoaUser.setDomainSharingSettings(DomainSharingSettings domainSharingSettings)
The sharing settings for the domain of this user or group.
|
GenoaUser |
GenoaUser.setEmailAddress(String emailAddress)
The email address of the user
|
GenoaUser |
GenoaUser.setEmailAddressFromGaia(String emailAddressFromGaia)
The primary email address of the user from GAIA.
|
GenoaUser |
GenoaUser.setId(String id)
The user's obfuscated Gaia ID as visible throughout Google APIs
|
GenoaUser |
GenoaUser.setIsRequestingUser(Boolean isRequestingUser)
Whether this user is the same as the user making the request.
|
GenoaUser |
GenoaUser.setName(String name)
A displayable name for the user.
|
GenoaUser |
GenoaUser.setOrganizationDisplayName(String organizationDisplayName)
The name of the organization that the user belongs to.
|
GenoaUser |
GenoaUser.setPermissionId(String permissionId)
The user's ID as visible in the permissions collection
|
GenoaUser |
GenoaUser.setPhoto(Photo photo)
A photo of the user.
|
GenoaUser |
GenoaUser.setUrl(String url)
A URL to get more information about the user.
|
| Modifier and Type | Method and Description |
|---|---|
CommentReply |
CommentReply.setGenoaAuthor(GenoaUser genoaAuthor)
The user who wrote this reply as a GenoaUser.
|
Comment |
Comment.setGenoaAuthor(GenoaUser genoaAuthor)
The user who wrote this comment as a GenoaUser.
|
Copyright © 2011–2025 Google. All rights reserved.