Package | Description |
---|---|
com.google.api.services.plus.model |
Modifier and Type | Method and Description |
---|---|
Comment.Actor |
Comment.Actor.clone() |
Comment.Actor |
Comment.getActor()
The person who posted this comment.
|
Comment.Actor |
Comment.Actor.set(java.lang.String fieldName,
java.lang.Object value) |
Comment.Actor |
Comment.Actor.setClientSpecificActorInfo(Comment.Actor.ClientSpecificActorInfo clientSpecificActorInfo)
Actor info specific to particular clients.
|
Comment.Actor |
Comment.Actor.setDisplayName(java.lang.String displayName)
The name of this actor, suitable for display.
|
Comment.Actor |
Comment.Actor.setId(java.lang.String id)
The ID of the actor.
|
Comment.Actor |
Comment.Actor.setImage(Comment.Actor.Image image)
The image representation of this actor.
|
Comment.Actor |
Comment.Actor.setUrl(java.lang.String url)
A link to the Person resource for this actor.
|
Comment.Actor |
Comment.Actor.setVerification(Comment.Actor.Verification verification)
Verification status of actor.
|
Modifier and Type | Method and Description |
---|---|
Comment |
Comment.setActor(Comment.Actor actor)
The person who posted this comment.
|