public static final class Activity.Actor.ApplicationInfo
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ApplicationInfo() |
| Modifier and Type | Method and Description |
|---|---|
Activity.Actor.ApplicationInfo |
clone() |
String |
getApplicationName()
Name of the application used to perform the action.
|
Boolean |
getImpersonation()
Whether the application was impersonating a user.
|
String |
getOauthClientId()
OAuth client id of the third party application used to perform the action.
|
Activity.Actor.ApplicationInfo |
set(String fieldName,
Object value) |
Activity.Actor.ApplicationInfo |
setApplicationName(String applicationName)
Name of the application used to perform the action.
|
Activity.Actor.ApplicationInfo |
setImpersonation(Boolean impersonation)
Whether the application was impersonating a user.
|
Activity.Actor.ApplicationInfo |
setOauthClientId(String oauthClientId)
OAuth client id of the third party application used to perform the action.
|
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 getApplicationName()
null for nonepublic Activity.Actor.ApplicationInfo setApplicationName(String applicationName)
applicationName - applicationName or null for nonepublic Boolean getImpersonation()
null for nonepublic Activity.Actor.ApplicationInfo setImpersonation(Boolean impersonation)
impersonation - impersonation or null for nonepublic String getOauthClientId()
null for nonepublic Activity.Actor.ApplicationInfo setOauthClientId(String oauthClientId)
oauthClientId - oauthClientId or null for nonepublic Activity.Actor.ApplicationInfo set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Activity.Actor.ApplicationInfo clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.