| Package | Description |
|---|---|
| com.google.api.services.reports.model |
| Modifier and Type | Method and Description |
|---|---|
Activity.Actor |
Activity.Actor.clone() |
Activity.Actor |
Activity.getActor()
User doing the action.
|
Activity.Actor |
Activity.Actor.set(String fieldName,
Object value) |
Activity.Actor |
Activity.Actor.setApplicationInfo(Activity.Actor.ApplicationInfo applicationInfo)
Details of the application that was the actor for the activity.
|
Activity.Actor |
Activity.Actor.setCallerType(String callerType)
The type of actor.
|
Activity.Actor |
Activity.Actor.setEmail(String email)
The primary email address of the actor.
|
Activity.Actor |
Activity.Actor.setKey(String key)
Only present when `callerType` is `KEY`.
|
Activity.Actor |
Activity.Actor.setProfileId(String profileId)
The unique Google Workspace profile ID of the actor.
|
| Modifier and Type | Method and Description |
|---|---|
Activity |
Activity.setActor(Activity.Actor actor)
User doing the action.
|
Copyright © 2011–2025 Google. All rights reserved.