Package | Description |
---|---|
com.google.api.services.driveactivity.v2.model |
Modifier and Type | Method and Description |
---|---|
Actor |
Actor.clone() |
Actor |
Action.getActor()
The actor responsible for this action (or empty if all actors are responsible).
|
Actor |
Actor.set(String fieldName,
Object value) |
Actor |
Actor.setAdministrator(Administrator administrator)
An administrator.
|
Actor |
Actor.setAnonymous(AnonymousUser anonymous)
An anonymous user.
|
Actor |
Actor.setImpersonation(Impersonation impersonation)
An account acting on behalf of another.
|
Actor |
Actor.setSystem(SystemEvent system)
A non-user actor (i.e.
|
Actor |
Actor.setUser(User user)
An end user.
|
Modifier and Type | Method and Description |
---|---|
List<Actor> |
DriveActivity.getActors()
All actor(s) responsible for the activity.
|
Modifier and Type | Method and Description |
---|---|
Action |
Action.setActor(Actor actor)
The actor responsible for this action (or empty if all actors are responsible).
|
Modifier and Type | Method and Description |
---|---|
DriveActivity |
DriveActivity.setActors(List<Actor> actors)
All actor(s) responsible for the activity.
|
Copyright © 2011–2023 Google. All rights reserved.