Package | Description |
---|---|
com.google.api.services.driveactivity.v2.model |
Modifier and Type | Method and Description |
---|---|
DriveActivity |
DriveActivity.clone() |
DriveActivity |
DriveActivity.set(String fieldName,
Object value) |
DriveActivity |
DriveActivity.setActions(List<Action> actions)
Details on all actions in this activity.
|
DriveActivity |
DriveActivity.setActors(List<Actor> actors)
All actor(s) responsible for the activity.
|
DriveActivity |
DriveActivity.setPrimaryActionDetail(ActionDetail primaryActionDetail)
Key information about the primary action for this activity.
|
DriveActivity |
DriveActivity.setTargets(List<Target> targets)
All Google Drive objects this activity is about (e.g.
|
DriveActivity |
DriveActivity.setTimeRange(TimeRange timeRange)
The activity occurred over this time range.
|
DriveActivity |
DriveActivity.setTimestamp(String timestamp)
The activity occurred at this specific time.
|
Modifier and Type | Method and Description |
---|---|
List<DriveActivity> |
QueryDriveActivityResponse.getActivities()
List of activity requested.
|
Modifier and Type | Method and Description |
---|---|
QueryDriveActivityResponse |
QueryDriveActivityResponse.setActivities(List<DriveActivity> activities)
List of activity requested.
|
Copyright © 2011–2023 Google. All rights reserved.