public class Coordinate
extends com.google.api.client.googleapis.services.json.AbstractGoogleJsonClient
Lets you view and manage jobs in a Coordinate team.
For more information about this service, see the API Documentation
This service uses CoordinateRequestInitializer to initialize global parameters via its
Coordinate.Builder.
| Modifier and Type | Class and Description |
|---|---|
static class |
Coordinate.Builder
Builder for
Coordinate. |
class |
Coordinate.CustomFieldDef
The "customFieldDef" collection of methods.
|
class |
Coordinate.Jobs
The "jobs" collection of methods.
|
class |
Coordinate.Location
The "location" collection of methods.
|
class |
Coordinate.Schedule
The "schedule" collection of methods.
|
class |
Coordinate.Team
The "team" collection of methods.
|
class |
Coordinate.Worker
The "worker" collection of methods.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_BASE_URL
The default encoded base URL of the service.
|
static java.lang.String |
DEFAULT_ROOT_URL
The default encoded root URL of the service.
|
static java.lang.String |
DEFAULT_SERVICE_PATH
The default encoded service path of the service.
|
| Constructor and Description |
|---|
Coordinate(com.google.api.client.http.HttpTransport transport,
com.google.api.client.json.JsonFactory jsonFactory,
com.google.api.client.http.HttpRequestInitializer httpRequestInitializer)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Coordinate.CustomFieldDef |
customFieldDef()
An accessor for creating requests from the CustomFieldDef collection.
|
protected void |
initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest<?> httpClientRequest) |
Coordinate.Jobs |
jobs()
An accessor for creating requests from the Jobs collection.
|
Coordinate.Location |
location()
An accessor for creating requests from the Location collection.
|
Coordinate.Schedule |
schedule()
An accessor for creating requests from the Schedule collection.
|
Coordinate.Team |
team()
An accessor for creating requests from the Team collection.
|
Coordinate.Worker |
worker()
An accessor for creating requests from the Worker collection.
|
getJsonFactory, getObjectParserpublic static final java.lang.String DEFAULT_ROOT_URL
public static final java.lang.String DEFAULT_SERVICE_PATH
public static final java.lang.String DEFAULT_BASE_URL
public Coordinate(com.google.api.client.http.HttpTransport transport,
com.google.api.client.json.JsonFactory jsonFactory,
com.google.api.client.http.HttpRequestInitializer httpRequestInitializer)
Use Coordinate.Builder if you need to specify any of the optional parameters.
transport - HTTP transport, which should normally be:
com.google.api.client.extensions.appengine.http.UrlFetchTransportnewCompatibleTransport from
com.google.api.client.extensions.android.http.AndroidHttpcom.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()
jsonFactory - JSON factory, which may be:
com.google.api.client.json.jackson2.JacksonFactorycom.google.api.client.json.gson.GsonFactorycom.google.api.client.extensions.android.json.AndroidJsonFactoryhttpRequestInitializer - HTTP request initializer or null for noneprotected void initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest<?> httpClientRequest)
throws java.io.IOException
initialize in class com.google.api.client.googleapis.services.AbstractGoogleClientjava.io.IOExceptionpublic Coordinate.CustomFieldDef customFieldDef()
The typical use is:
Coordinate coordinate = new Coordinate(...);Coordinate.CustomFieldDef.List request = coordinate.customFieldDef().list(parameters ...)
public Coordinate.Jobs jobs()
The typical use is:
Coordinate coordinate = new Coordinate(...);Coordinate.Jobs.List request = coordinate.jobs().list(parameters ...)
public Coordinate.Location location()
The typical use is:
Coordinate coordinate = new Coordinate(...);Coordinate.Location.List request = coordinate.location().list(parameters ...)
public Coordinate.Schedule schedule()
The typical use is:
Coordinate coordinate = new Coordinate(...);Coordinate.Schedule.List request = coordinate.schedule().list(parameters ...)
public Coordinate.Team team()
The typical use is:
Coordinate coordinate = new Coordinate(...);Coordinate.Team.List request = coordinate.team().list(parameters ...)
public Coordinate.Worker worker()
The typical use is:
Coordinate coordinate = new Coordinate(...);Coordinate.Worker.List request = coordinate.worker().list(parameters ...)