public class Coordinate.Location.List extends CoordinateRequest<LocationListResponse>
com.google.api.client.util.GenericData.Flags| Modifier | Constructor and Description |
|---|---|
protected |
Coordinate.Location.List(java.lang.String teamId,
java.lang.String workerEmail,
java.math.BigInteger startTimestampMs)
Retrieves a list of locations for a worker.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
java.lang.Long |
getMaxResults()
Maximum number of results to return in one page.
|
java.lang.String |
getPageToken()
Continuation token
|
java.math.BigInteger |
getStartTimestampMs()
Start timestamp in milliseconds since the epoch.
|
java.lang.String |
getTeamId()
Team ID
|
java.lang.String |
getWorkerEmail()
Worker email address.
|
Coordinate.Location.List |
set(java.lang.String parameterName,
java.lang.Object value) |
Coordinate.Location.List |
setAlt(java.lang.String alt)
Data format for the response.
|
Coordinate.Location.List |
setFields(java.lang.String fields)
Selector specifying which fields to include in a partial response.
|
Coordinate.Location.List |
setKey(java.lang.String key)
API key.
|
Coordinate.Location.List |
setMaxResults(java.lang.Long maxResults)
Maximum number of results to return in one page.
|
Coordinate.Location.List |
setOauthToken(java.lang.String oauthToken)
OAuth 2.0 token for the current user.
|
Coordinate.Location.List |
setPageToken(java.lang.String pageToken)
Continuation token
|
Coordinate.Location.List |
setPrettyPrint(java.lang.Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Coordinate.Location.List |
setQuotaUser(java.lang.String quotaUser)
Available to use for quota purposes for server-side applications.
|
Coordinate.Location.List |
setStartTimestampMs(java.math.BigInteger startTimestampMs)
Start timestamp in milliseconds since the epoch.
|
Coordinate.Location.List |
setTeamId(java.lang.String teamId)
Team ID
|
Coordinate.Location.List |
setUserIp(java.lang.String userIp)
IP address of the site where the request originates.
|
Coordinate.Location.List |
setWorkerEmail(java.lang.String workerEmail)
Worker email address.
|
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 Coordinate.Location.List(java.lang.String teamId,
java.lang.String workerEmail,
java.math.BigInteger startTimestampMs)
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
Coordinate.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must be called to initialize this instance immediately after invoking the constructor.
teamId - Team IDworkerEmail - Worker email address.startTimestampMs - Start timestamp in milliseconds since the epoch.public com.google.api.client.http.HttpResponse executeUsingHead()
throws java.io.IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<LocationListResponse>java.io.IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws java.io.IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<LocationListResponse>java.io.IOExceptionpublic Coordinate.Location.List setAlt(java.lang.String alt)
CoordinateRequestsetAlt in class CoordinateRequest<LocationListResponse>public Coordinate.Location.List setFields(java.lang.String fields)
CoordinateRequestsetFields in class CoordinateRequest<LocationListResponse>public Coordinate.Location.List setKey(java.lang.String key)
CoordinateRequestsetKey in class CoordinateRequest<LocationListResponse>public Coordinate.Location.List setOauthToken(java.lang.String oauthToken)
CoordinateRequestsetOauthToken in class CoordinateRequest<LocationListResponse>public Coordinate.Location.List setPrettyPrint(java.lang.Boolean prettyPrint)
CoordinateRequestsetPrettyPrint in class CoordinateRequest<LocationListResponse>public Coordinate.Location.List setQuotaUser(java.lang.String quotaUser)
CoordinateRequestsetQuotaUser in class CoordinateRequest<LocationListResponse>public Coordinate.Location.List setUserIp(java.lang.String userIp)
CoordinateRequestsetUserIp in class CoordinateRequest<LocationListResponse>public java.lang.String getTeamId()
public Coordinate.Location.List setTeamId(java.lang.String teamId)
public java.lang.String getWorkerEmail()
public Coordinate.Location.List setWorkerEmail(java.lang.String workerEmail)
public java.math.BigInteger getStartTimestampMs()
public Coordinate.Location.List setStartTimestampMs(java.math.BigInteger startTimestampMs)
public java.lang.Long getMaxResults()
public Coordinate.Location.List setMaxResults(java.lang.Long maxResults)
public java.lang.String getPageToken()
public Coordinate.Location.List setPageToken(java.lang.String pageToken)
public Coordinate.Location.List set(java.lang.String parameterName, java.lang.Object value)
set in class CoordinateRequest<LocationListResponse>