public final class ActionDetail
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 Drive Activity 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 |
|---|
ActionDetail() |
| Modifier and Type | Method and Description |
|---|---|
ActionDetail |
clone() |
AppliedLabelChange |
getAppliedLabelChange()
Label was changed.
|
Comment |
getComment()
A change about comments was made.
|
Create |
getCreate()
An object was created.
|
Delete |
getDelete()
An object was deleted.
|
DataLeakPreventionChange |
getDlpChange()
A change happened in data leak prevention status.
|
Edit |
getEdit()
An object was edited.
|
Move |
getMove()
An object was moved.
|
PermissionChange |
getPermissionChange()
The permission on an object was changed.
|
ApplicationReference |
getReference()
An object was referenced in an application outside of Drive/Docs.
|
Rename |
getRename()
An object was renamed.
|
Restore |
getRestore()
A deleted object was restored.
|
SettingsChange |
getSettingsChange()
Settings were changed.
|
ActionDetail |
set(String fieldName,
Object value) |
ActionDetail |
setAppliedLabelChange(AppliedLabelChange appliedLabelChange)
Label was changed.
|
ActionDetail |
setComment(Comment comment)
A change about comments was made.
|
ActionDetail |
setCreate(Create create)
An object was created.
|
ActionDetail |
setDelete(Delete delete)
An object was deleted.
|
ActionDetail |
setDlpChange(DataLeakPreventionChange dlpChange)
A change happened in data leak prevention status.
|
ActionDetail |
setEdit(Edit edit)
An object was edited.
|
ActionDetail |
setMove(Move move)
An object was moved.
|
ActionDetail |
setPermissionChange(PermissionChange permissionChange)
The permission on an object was changed.
|
ActionDetail |
setReference(ApplicationReference reference)
An object was referenced in an application outside of Drive/Docs.
|
ActionDetail |
setRename(Rename rename)
An object was renamed.
|
ActionDetail |
setRestore(Restore restore)
A deleted object was restored.
|
ActionDetail |
setSettingsChange(SettingsChange settingsChange)
Settings were changed.
|
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 AppliedLabelChange getAppliedLabelChange()
null for nonepublic ActionDetail setAppliedLabelChange(AppliedLabelChange appliedLabelChange)
appliedLabelChange - appliedLabelChange or null for nonepublic Comment getComment()
null for nonepublic ActionDetail setComment(Comment comment)
comment - comment or null for nonepublic Create getCreate()
null for nonepublic ActionDetail setCreate(Create create)
create - create or null for nonepublic Delete getDelete()
null for nonepublic ActionDetail setDelete(Delete delete)
delete - delete or null for nonepublic DataLeakPreventionChange getDlpChange()
null for nonepublic ActionDetail setDlpChange(DataLeakPreventionChange dlpChange)
dlpChange - dlpChange or null for nonepublic Edit getEdit()
null for nonepublic ActionDetail setEdit(Edit edit)
edit - edit or null for nonepublic Move getMove()
null for nonepublic ActionDetail setMove(Move move)
move - move or null for nonepublic PermissionChange getPermissionChange()
null for nonepublic ActionDetail setPermissionChange(PermissionChange permissionChange)
permissionChange - permissionChange or null for nonepublic ApplicationReference getReference()
null for nonepublic ActionDetail setReference(ApplicationReference reference)
reference - reference or null for nonepublic Rename getRename()
null for nonepublic ActionDetail setRename(Rename rename)
rename - rename or null for nonepublic Restore getRestore()
null for nonepublic ActionDetail setRestore(Restore restore)
restore - restore or null for nonepublic SettingsChange getSettingsChange()
null for nonepublic ActionDetail setSettingsChange(SettingsChange settingsChange)
settingsChange - settingsChange or null for nonepublic ActionDetail set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic ActionDetail clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.