public class Games.Events.ListByPlayer extends GamesRequest<PlayerEventListResponse>
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
Games.Events.ListByPlayer()
Returns a list showing the current progress on events in this application for the currently
authenticated user.
|
| Modifier and Type | Method and Description |
|---|---|
HttpRequest |
buildHttpRequestUsingHead() |
HttpResponse |
executeUsingHead() |
String |
getLanguage()
The preferred language to use for strings returned by this method.
|
Integer |
getMaxResults()
The maximum number of events to return in the response, used for paging.
|
String |
getPageToken()
The token returned by the previous request.
|
Games.Events.ListByPlayer |
set(String parameterName,
Object value) |
Games.Events.ListByPlayer |
setAlt(String alt)
Data format for the response.
|
Games.Events.ListByPlayer |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Games.Events.ListByPlayer |
setKey(String key)
API key.
|
Games.Events.ListByPlayer |
setLanguage(String language)
The preferred language to use for strings returned by this method.
|
Games.Events.ListByPlayer |
setMaxResults(Integer maxResults)
The maximum number of events to return in the response, used for paging.
|
Games.Events.ListByPlayer |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Games.Events.ListByPlayer |
setPageToken(String pageToken)
The token returned by the previous request.
|
Games.Events.ListByPlayer |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Games.Events.ListByPlayer |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Games.Events.ListByPlayer |
setUserIp(String userIp)
IP address of the site where the request originates.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queueclone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, valuesprotected Games.Events.ListByPlayer()
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
Games.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must be called to initialize this instance immediately after invoking the constructor.
public HttpResponse executeUsingHead() throws IOException
executeUsingHead in class AbstractGoogleClientRequest<PlayerEventListResponse>IOExceptionpublic HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead in class AbstractGoogleClientRequest<PlayerEventListResponse>IOExceptionpublic Games.Events.ListByPlayer setAlt(String alt)
GamesRequestsetAlt in class GamesRequest<PlayerEventListResponse>public Games.Events.ListByPlayer setFields(String fields)
GamesRequestsetFields in class GamesRequest<PlayerEventListResponse>public Games.Events.ListByPlayer setKey(String key)
GamesRequestsetKey in class GamesRequest<PlayerEventListResponse>public Games.Events.ListByPlayer setOauthToken(String oauthToken)
GamesRequestsetOauthToken in class GamesRequest<PlayerEventListResponse>public Games.Events.ListByPlayer setPrettyPrint(Boolean prettyPrint)
GamesRequestsetPrettyPrint in class GamesRequest<PlayerEventListResponse>public Games.Events.ListByPlayer setQuotaUser(String quotaUser)
GamesRequestsetQuotaUser in class GamesRequest<PlayerEventListResponse>public Games.Events.ListByPlayer setUserIp(String userIp)
GamesRequestsetUserIp in class GamesRequest<PlayerEventListResponse>public String getPageToken()
public Games.Events.ListByPlayer setPageToken(String pageToken)
public Integer getMaxResults()
public Games.Events.ListByPlayer setMaxResults(Integer maxResults)
public String getLanguage()
public Games.Events.ListByPlayer setLanguage(String language)
public Games.Events.ListByPlayer set(String parameterName, Object value)
set in class GamesRequest<PlayerEventListResponse>