| Modifier and Type | Class and Description |
|---|---|
static class |
Activity.Actor.ApplicationInfo
Details of the application that was the actor for the activity.
|
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Actor() |
| Modifier and Type | Method and Description |
|---|---|
Activity.Actor |
clone() |
Activity.Actor.ApplicationInfo |
getApplicationInfo()
Details of the application that was the actor for the activity.
|
String |
getCallerType()
The type of actor.
|
String |
getEmail()
The primary email address of the actor.
|
String |
getKey()
Only present when `callerType` is `KEY`.
|
String |
getProfileId()
The unique Google Workspace profile ID of the actor.
|
Activity.Actor |
set(String fieldName,
Object value) |
Activity.Actor |
setApplicationInfo(Activity.Actor.ApplicationInfo applicationInfo)
Details of the application that was the actor for the activity.
|
Activity.Actor |
setCallerType(String callerType)
The type of actor.
|
Activity.Actor |
setEmail(String email)
The primary email address of the actor.
|
Activity.Actor |
setKey(String key)
Only present when `callerType` is `KEY`.
|
Activity.Actor |
setProfileId(String profileId)
The unique Google Workspace profile ID of the actor.
|
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 Activity.Actor.ApplicationInfo getApplicationInfo()
null for nonepublic Activity.Actor setApplicationInfo(Activity.Actor.ApplicationInfo applicationInfo)
applicationInfo - applicationInfo or null for nonepublic String getCallerType()
null for nonepublic Activity.Actor setCallerType(String callerType)
callerType - callerType or null for nonepublic String getEmail()
null for nonepublic Activity.Actor setEmail(String email)
email - email or null for nonepublic String getKey()
null for nonepublic Activity.Actor setKey(String key)
key - key or null for nonepublic String getProfileId()
null for nonepublic Activity.Actor setProfileId(String profileId)
profileId - profileId or null for nonepublic Activity.Actor set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Activity.Actor clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.