| Package | Description |
|---|---|
| com.google.api.services.plus.model |
| Modifier and Type | Method and Description |
|---|---|
Activity.Actor |
Activity.Actor.clone() |
Activity.Actor |
Activity.getActor()
The person who performed this activity.
|
Activity.Actor |
Activity.Actor.set(java.lang.String fieldName,
java.lang.Object value) |
Activity.Actor |
Activity.Actor.setClientSpecificActorInfo(Activity.Actor.ClientSpecificActorInfo clientSpecificActorInfo)
Actor info specific to particular clients.
|
Activity.Actor |
Activity.Actor.setDisplayName(java.lang.String displayName)
The name of the actor, suitable for display.
|
Activity.Actor |
Activity.Actor.setId(java.lang.String id)
The ID of the actor's Person resource.
|
Activity.Actor |
Activity.Actor.setImage(Activity.Actor.Image image)
The image representation of the actor.
|
Activity.Actor |
Activity.Actor.setName(Activity.Actor.Name name)
An object representation of the individual components of name.
|
Activity.Actor |
Activity.Actor.setUrl(java.lang.String url)
The link to the actor's Google profile.
|
Activity.Actor |
Activity.Actor.setVerification(Activity.Actor.Verification verification)
Verification status of actor.
|
| Modifier and Type | Method and Description |
|---|---|
Activity |
Activity.setActor(Activity.Actor actor)
The person who performed this activity.
|