Package | Description |
---|---|
com.google.api.services.driveactivity.v2.model |
Modifier and Type | Method and Description |
---|---|
Target |
Target.clone() |
Target |
Action.getTarget()
The target this action affects (or empty if affecting all targets).
|
Target |
Target.set(String fieldName,
Object value) |
Target |
Target.setDrive(Drive drive)
The target is a shared drive.
|
Target |
Target.setDriveItem(DriveItem driveItem)
The target is a Drive item.
|
Target |
Target.setFileComment(FileComment fileComment)
The target is a comment on a Drive file.
|
Target |
Target.setTeamDrive(TeamDrive teamDrive)
This field is deprecated; please use the `drive` field instead.
|
Modifier and Type | Method and Description |
---|---|
List<Target> |
DriveActivity.getTargets()
All Google Drive objects this activity is about (e.g.
|
Modifier and Type | Method and Description |
---|---|
Action |
Action.setTarget(Target target)
The target this action affects (or empty if affecting all targets).
|
Modifier and Type | Method and Description |
---|---|
DriveActivity |
DriveActivity.setTargets(List<Target> targets)
All Google Drive objects this activity is about (e.g.
|
Copyright © 2011–2023 Google. All rights reserved.