| Package | Description |
|---|---|
| com.google.api.services.plus.model |
| Modifier and Type | Method and Description |
|---|---|
Activity |
Activity.clone() |
Activity |
Activity.set(java.lang.String fieldName,
java.lang.Object value) |
Activity |
Activity.setAccess(Acl access)
Identifies who has access to see this activity.
|
Activity |
Activity.setActor(Activity.Actor actor)
The person who performed this activity.
|
Activity |
Activity.setAddress(java.lang.String address)
Street address where this activity occurred.
|
Activity |
Activity.setAnnotation(java.lang.String annotation)
Additional content added by the person who shared this activity, applicable only when resharing
an activity.
|
Activity |
Activity.setCrosspostSource(java.lang.String crosspostSource)
If this activity is a crosspost from another system, this property specifies the ID of the
original activity.
|
Activity |
Activity.setEtag(java.lang.String etag)
ETag of this response for caching purposes.
|
Activity |
Activity.setGeocode(java.lang.String geocode)
Latitude and longitude where this activity occurred.
|
Activity |
Activity.setId(java.lang.String id)
The ID of this activity.
|
Activity |
Activity.setKind(java.lang.String kind)
Identifies this resource as an activity.
|
Activity |
Activity.setLocation(Place location)
The location where this activity occurred.
|
Activity |
Activity.setObject(Activity.PlusObject object__)
The object of this activity.
|
Activity |
Activity.setPlaceId(java.lang.String placeId)
ID of the place where this activity occurred.
|
Activity |
Activity.setPlaceName(java.lang.String placeName)
Name of the place where this activity occurred.
|
Activity |
Activity.setProvider(Activity.Provider provider)
The service provider that initially published this activity.
|
Activity |
Activity.setPublished(com.google.api.client.util.DateTime published)
The time at which this activity was initially published.
|
Activity |
Activity.setRadius(java.lang.String radius)
Radius, in meters, of the region where this activity occurred, centered at the latitude and
longitude identified in geocode.
|
Activity |
Activity.setTitle(java.lang.String title)
Title of this activity.
|
Activity |
Activity.setUpdated(com.google.api.client.util.DateTime updated)
The time at which this activity was last updated.
|
Activity |
Activity.setUrl(java.lang.String url)
The link to this activity.
|
Activity |
Activity.setVerb(java.lang.String verb)
This activity's verb, which indicates the action that was performed.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Activity> |
ActivityFeed.getItems()
The activities in this page of results.
|
| Modifier and Type | Method and Description |
|---|---|
ActivityFeed |
ActivityFeed.setItems(java.util.List<Activity> items)
The activities in this page of results.
|