Package | Description |
---|---|
com.google.api.services.driveactivity.v2.model |
Modifier and Type | Method and Description |
---|---|
Action |
Action.clone() |
Action |
Action.set(String fieldName,
Object value) |
Action |
Action.setActor(Actor actor)
The actor responsible for this action (or empty if all actors are responsible).
|
Action |
Action.setDetail(ActionDetail detail)
The type and detailed information about the action.
|
Action |
Action.setTarget(Target target)
The target this action affects (or empty if affecting all targets).
|
Action |
Action.setTimeRange(TimeRange timeRange)
The action occurred over this time range.
|
Action |
Action.setTimestamp(String timestamp)
The action occurred at this specific time.
|
Modifier and Type | Method and Description |
---|---|
List<Action> |
DriveActivity.getActions()
Details on all actions in this activity.
|
Modifier and Type | Method and Description |
---|---|
DriveActivity |
DriveActivity.setActions(List<Action> actions)
Details on all actions in this activity.
|
Copyright © 2011–2023 Google. All rights reserved.