public class Games.TurnBasedMatches.List extends GamesRequest<TurnBasedMatchList>
com.google.api.client.util.GenericData.Flags| Modifier | Constructor and Description |
|---|---|
protected |
Games.TurnBasedMatches.List()
Returns turn-based matches the player is or was involved in.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
java.lang.Long |
getConsistencyToken()
The last-seen mutation timestamp.
|
java.lang.Boolean |
getIncludeMatchData()
True if match data should be returned in the response.
|
java.lang.String |
getLanguage()
The preferred language to use for strings returned by this method.
|
java.lang.Integer |
getMaxCompletedMatches()
The maximum number of completed or canceled matches to return in the response.
|
java.lang.Integer |
getMaxResults()
The maximum number of matches to return in the response, used for paging.
|
java.lang.String |
getPageToken()
The token returned by the previous request.
|
Games.TurnBasedMatches.List |
set(java.lang.String parameterName,
java.lang.Object value) |
Games.TurnBasedMatches.List |
setAlt(java.lang.String alt)
Data format for the response.
|
Games.TurnBasedMatches.List |
setConsistencyToken(java.lang.Long consistencyToken)
The last-seen mutation timestamp.
|
Games.TurnBasedMatches.List |
setFields(java.lang.String fields)
Selector specifying which fields to include in a partial response.
|
Games.TurnBasedMatches.List |
setIncludeMatchData(java.lang.Boolean includeMatchData)
True if match data should be returned in the response.
|
Games.TurnBasedMatches.List |
setKey(java.lang.String key)
API key.
|
Games.TurnBasedMatches.List |
setLanguage(java.lang.String language)
The preferred language to use for strings returned by this method.
|
Games.TurnBasedMatches.List |
setMaxCompletedMatches(java.lang.Integer maxCompletedMatches)
The maximum number of completed or canceled matches to return in the response.
|
Games.TurnBasedMatches.List |
setMaxResults(java.lang.Integer maxResults)
The maximum number of matches to return in the response, used for paging.
|
Games.TurnBasedMatches.List |
setOauthToken(java.lang.String oauthToken)
OAuth 2.0 token for the current user.
|
Games.TurnBasedMatches.List |
setPageToken(java.lang.String pageToken)
The token returned by the previous request.
|
Games.TurnBasedMatches.List |
setPrettyPrint(java.lang.Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Games.TurnBasedMatches.List |
setQuotaUser(java.lang.String quotaUser)
Available to use for quota purposes for server-side applications.
|
Games.TurnBasedMatches.List |
setUserIp(java.lang.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, setUnknownKeysprotected Games.TurnBasedMatches.List()
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 com.google.api.client.http.HttpResponse executeUsingHead()
throws java.io.IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<TurnBasedMatchList>java.io.IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws java.io.IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<TurnBasedMatchList>java.io.IOExceptionpublic Games.TurnBasedMatches.List setAlt(java.lang.String alt)
GamesRequestsetAlt in class GamesRequest<TurnBasedMatchList>public Games.TurnBasedMatches.List setFields(java.lang.String fields)
GamesRequestsetFields in class GamesRequest<TurnBasedMatchList>public Games.TurnBasedMatches.List setKey(java.lang.String key)
GamesRequestsetKey in class GamesRequest<TurnBasedMatchList>public Games.TurnBasedMatches.List setOauthToken(java.lang.String oauthToken)
GamesRequestsetOauthToken in class GamesRequest<TurnBasedMatchList>public Games.TurnBasedMatches.List setPrettyPrint(java.lang.Boolean prettyPrint)
GamesRequestsetPrettyPrint in class GamesRequest<TurnBasedMatchList>public Games.TurnBasedMatches.List setQuotaUser(java.lang.String quotaUser)
GamesRequestsetQuotaUser in class GamesRequest<TurnBasedMatchList>public Games.TurnBasedMatches.List setUserIp(java.lang.String userIp)
GamesRequestsetUserIp in class GamesRequest<TurnBasedMatchList>public java.lang.Long getConsistencyToken()
public Games.TurnBasedMatches.List setConsistencyToken(java.lang.Long consistencyToken)
public java.lang.Boolean getIncludeMatchData()
public Games.TurnBasedMatches.List setIncludeMatchData(java.lang.Boolean includeMatchData)
public java.lang.String getLanguage()
public Games.TurnBasedMatches.List setLanguage(java.lang.String language)
public java.lang.Integer getMaxCompletedMatches()
public Games.TurnBasedMatches.List setMaxCompletedMatches(java.lang.Integer maxCompletedMatches)
public java.lang.Integer getMaxResults()
public Games.TurnBasedMatches.List setMaxResults(java.lang.Integer maxResults)
public java.lang.String getPageToken()
public Games.TurnBasedMatches.List setPageToken(java.lang.String pageToken)
public Games.TurnBasedMatches.List set(java.lang.String parameterName, java.lang.Object value)
set in class GamesRequest<TurnBasedMatchList>