public final class GenoaUser
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Drive API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
GenoaUser() |
| Modifier and Type | Method and Description |
|---|---|
GenoaUser |
clone() |
String |
getCustomerId()
The customer id which the user belongs to.
|
String |
getDomain()
The domain name of this user or group.
|
DomainSharingSettings |
getDomainSharingSettings()
The sharing settings for the domain of this user or group.
|
String |
getEmailAddress()
The email address of the user
|
String |
getEmailAddressFromGaia()
The primary email address of the user from GAIA.
|
String |
getId()
The user's obfuscated Gaia ID as visible throughout Google APIs
|
Boolean |
getIsRequestingUser()
Whether this user is the same as the user making the request.
|
String |
getName()
A displayable name for the user.
|
String |
getOrganizationDisplayName()
The name of the organization that the user belongs to.
|
String |
getPermissionId()
The user's ID as visible in the permissions collection
|
Photo |
getPhoto()
A photo of the user.
|
String |
getUrl()
A URL to get more information about the user.
|
GenoaUser |
set(String fieldName,
Object value) |
GenoaUser |
setCustomerId(String customerId)
The customer id which the user belongs to.
|
GenoaUser |
setDomain(String domain)
The domain name of this user or group.
|
GenoaUser |
setDomainSharingSettings(DomainSharingSettings domainSharingSettings)
The sharing settings for the domain of this user or group.
|
GenoaUser |
setEmailAddress(String emailAddress)
The email address of the user
|
GenoaUser |
setEmailAddressFromGaia(String emailAddressFromGaia)
The primary email address of the user from GAIA.
|
GenoaUser |
setId(String id)
The user's obfuscated Gaia ID as visible throughout Google APIs
|
GenoaUser |
setIsRequestingUser(Boolean isRequestingUser)
Whether this user is the same as the user making the request.
|
GenoaUser |
setName(String name)
A displayable name for the user.
|
GenoaUser |
setOrganizationDisplayName(String organizationDisplayName)
The name of the organization that the user belongs to.
|
GenoaUser |
setPermissionId(String permissionId)
The user's ID as visible in the permissions collection
|
GenoaUser |
setPhoto(Photo photo)
A photo of the user.
|
GenoaUser |
setUrl(String url)
A URL to get more information about the user.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getCustomerId()
null for nonepublic GenoaUser setCustomerId(String customerId)
customerId - customerId or null for nonepublic String getDomain()
null for nonepublic GenoaUser setDomain(String domain)
domain - domain or null for nonepublic DomainSharingSettings getDomainSharingSettings()
null for nonepublic GenoaUser setDomainSharingSettings(DomainSharingSettings domainSharingSettings)
domainSharingSettings - domainSharingSettings or null for nonepublic String getEmailAddress()
null for nonepublic GenoaUser setEmailAddress(String emailAddress)
emailAddress - emailAddress or null for nonepublic String getEmailAddressFromGaia()
null for nonepublic GenoaUser setEmailAddressFromGaia(String emailAddressFromGaia)
emailAddressFromGaia - emailAddressFromGaia or null for nonepublic String getId()
null for nonepublic GenoaUser setId(String id)
id - id or null for nonepublic Boolean getIsRequestingUser()
null for nonepublic GenoaUser setIsRequestingUser(Boolean isRequestingUser)
isRequestingUser - isRequestingUser or null for nonepublic String getName()
null for nonepublic GenoaUser setName(String name)
name - name or null for nonepublic String getOrganizationDisplayName()
null for nonepublic GenoaUser setOrganizationDisplayName(String organizationDisplayName)
organizationDisplayName - organizationDisplayName or null for nonepublic String getPermissionId()
null for nonepublic GenoaUser setPermissionId(String permissionId)
permissionId - permissionId or null for nonepublic Photo getPhoto()
null for nonepublic GenoaUser setPhoto(Photo photo)
photo - photo or null for nonepublic String getUrl()
null for nonepublic GenoaUser setUrl(String url)
url - url or null for nonepublic GenoaUser set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GenoaUser clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.