list
public Coordinate.Location.List list(java.lang.String teamId,
java.lang.String workerEmail,
java.math.BigInteger startTimestampMs)
throws java.io.IOException
Retrieves a list of locations for a worker.
Create a request for the method "location.list".
This request holds the parameters needed by the coordinate server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
teamId - Team IDworkerEmail - Worker email address.startTimestampMs - Start timestamp in milliseconds since the epoch.
- Returns:
- the request
- Throws:
java.io.IOException