public final class GoogleAppsScriptTypeUser
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 Apps Script 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 |
|---|
GoogleAppsScriptTypeUser() |
| Modifier and Type | Method and Description |
|---|---|
GoogleAppsScriptTypeUser |
clone() |
String |
getDomain()
The user's domain.
|
String |
getEmail()
The user's identifying email address.
|
String |
getName()
The user's display name.
|
String |
getPhotoUrl()
The user's photo.
|
GoogleAppsScriptTypeUser |
set(String fieldName,
Object value) |
GoogleAppsScriptTypeUser |
setDomain(String domain)
The user's domain.
|
GoogleAppsScriptTypeUser |
setEmail(String email)
The user's identifying email address.
|
GoogleAppsScriptTypeUser |
setName(String name)
The user's display name.
|
GoogleAppsScriptTypeUser |
setPhotoUrl(String photoUrl)
The user's photo.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getDomain()
null for nonepublic GoogleAppsScriptTypeUser setDomain(String domain)
domain - domain or null for nonepublic String getEmail()
null for nonepublic GoogleAppsScriptTypeUser setEmail(String email)
email - email or null for nonepublic String getName()
null for nonepublic GoogleAppsScriptTypeUser setName(String name)
name - name or null for nonepublic String getPhotoUrl()
null for nonepublic GoogleAppsScriptTypeUser setPhotoUrl(String photoUrl)
photoUrl - photoUrl or null for nonepublic GoogleAppsScriptTypeUser set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleAppsScriptTypeUser clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2018 Google. All rights reserved.