Package | Description |
---|---|
com.google.api.services.driveactivity.v2.model |
Modifier and Type | Method and Description |
---|---|
ActionDetail |
ActionDetail.clone() |
ActionDetail |
Action.getDetail()
The type and detailed information about the action.
|
ActionDetail |
DriveActivity.getPrimaryActionDetail()
Key information about the primary action for this activity.
|
ActionDetail |
ActionDetail.set(String fieldName,
Object value) |
ActionDetail |
ActionDetail.setAppliedLabelChange(AppliedLabelChange appliedLabelChange)
Label was changed.
|
ActionDetail |
ActionDetail.setComment(Comment comment)
A change about comments was made.
|
ActionDetail |
ActionDetail.setCreate(Create create)
An object was created.
|
ActionDetail |
ActionDetail.setDelete(Delete delete)
An object was deleted.
|
ActionDetail |
ActionDetail.setDlpChange(DataLeakPreventionChange dlpChange)
A change happened in data leak prevention status.
|
ActionDetail |
ActionDetail.setEdit(Edit edit)
An object was edited.
|
ActionDetail |
ActionDetail.setMove(Move move)
An object was moved.
|
ActionDetail |
ActionDetail.setPermissionChange(PermissionChange permissionChange)
The permission on an object was changed.
|
ActionDetail |
ActionDetail.setReference(ApplicationReference reference)
An object was referenced in an application outside of Drive/Docs.
|
ActionDetail |
ActionDetail.setRename(Rename rename)
An object was renamed.
|
ActionDetail |
ActionDetail.setRestore(Restore restore)
A deleted object was restored.
|
ActionDetail |
ActionDetail.setSettingsChange(SettingsChange settingsChange)
Settings were changed.
|
Modifier and Type | Method and Description |
---|---|
Action |
Action.setDetail(ActionDetail detail)
The type and detailed information about the action.
|
DriveActivity |
DriveActivity.setPrimaryActionDetail(ActionDetail primaryActionDetail)
Key information about the primary action for this activity.
|
Copyright © 2011–2023 Google. All rights reserved.