public class Plus.People.ListByActivity extends PlusRequest<PeopleFeed>
com.google.api.client.util.GenericData.Flags
Modifier | Constructor and Description |
---|---|
protected |
ListByActivity(java.lang.String activityId,
java.lang.String collection)
List all of the people in the specified collection for a particular activity.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
java.lang.String |
getActivityId()
The ID of the activity to get the list of people for.
|
java.lang.String |
getCollection()
The collection of people to list.
|
java.lang.Long |
getMaxResults()
The maximum number of people to include in the response, which is used for paging.
|
java.lang.String |
getPageToken()
The continuation token, which is used to page through large result sets.
|
Plus.People.ListByActivity |
set(java.lang.String parameterName,
java.lang.Object value) |
Plus.People.ListByActivity |
setActivityId(java.lang.String activityId)
The ID of the activity to get the list of people for.
|
Plus.People.ListByActivity |
setAlt(java.lang.String alt)
Data format for the response.
|
Plus.People.ListByActivity |
setCollection(java.lang.String collection)
The collection of people to list.
|
Plus.People.ListByActivity |
setFields(java.lang.String fields)
Selector specifying which fields to include in a partial response.
|
Plus.People.ListByActivity |
setKey(java.lang.String key)
API key.
|
Plus.People.ListByActivity |
setMaxResults(java.lang.Long maxResults)
The maximum number of people to include in the response, which is used for paging.
|
Plus.People.ListByActivity |
setOauthToken(java.lang.String oauthToken)
OAuth 2.0 token for the current user.
|
Plus.People.ListByActivity |
setPageToken(java.lang.String pageToken)
The continuation token, which is used to page through large result sets.
|
Plus.People.ListByActivity |
setPrettyPrint(java.lang.Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Plus.People.ListByActivity |
setQuotaUser(java.lang.String quotaUser)
An opaque string that represents a user for quota purposes.
|
Plus.People.ListByActivity |
setUserIp(java.lang.String userIp)
Deprecated.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeaders
getJsonContent, newExceptionOnError, queue
buildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue
clone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, values
protected ListByActivity(java.lang.String activityId, java.lang.String collection)
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
ListByActivity#initialize(com.google.api.client.googleapis.services.AbstractGoogleCl
ientRequest)
must be called to initialize this instance immediately after invoking the
constructor.
activityId
- The ID of the activity to get the list of people for.collection
- The collection of people to list.public com.google.api.client.http.HttpResponse executeUsingHead() throws java.io.IOException
executeUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<PeopleFeed>
java.io.IOException
public com.google.api.client.http.HttpRequest buildHttpRequestUsingHead() throws java.io.IOException
buildHttpRequestUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<PeopleFeed>
java.io.IOException
public Plus.People.ListByActivity setAlt(java.lang.String alt)
PlusRequest
setAlt
in class PlusRequest<PeopleFeed>
public Plus.People.ListByActivity setFields(java.lang.String fields)
PlusRequest
setFields
in class PlusRequest<PeopleFeed>
public Plus.People.ListByActivity setKey(java.lang.String key)
PlusRequest
setKey
in class PlusRequest<PeopleFeed>
public Plus.People.ListByActivity setOauthToken(java.lang.String oauthToken)
PlusRequest
setOauthToken
in class PlusRequest<PeopleFeed>
public Plus.People.ListByActivity setPrettyPrint(java.lang.Boolean prettyPrint)
PlusRequest
setPrettyPrint
in class PlusRequest<PeopleFeed>
public Plus.People.ListByActivity setQuotaUser(java.lang.String quotaUser)
PlusRequest
setQuotaUser
in class PlusRequest<PeopleFeed>
public Plus.People.ListByActivity setUserIp(java.lang.String userIp)
PlusRequest
setUserIp
in class PlusRequest<PeopleFeed>
public java.lang.String getActivityId()
public Plus.People.ListByActivity setActivityId(java.lang.String activityId)
public java.lang.String getCollection()
public Plus.People.ListByActivity setCollection(java.lang.String collection)
public java.lang.Long getMaxResults()
public Plus.People.ListByActivity setMaxResults(java.lang.Long maxResults)
public java.lang.String getPageToken()
public Plus.People.ListByActivity setPageToken(java.lang.String pageToken)
public Plus.People.ListByActivity set(java.lang.String parameterName, java.lang.Object value)
set
in class PlusRequest<PeopleFeed>