| Modifier and Type | Field and Description |
|---|---|
protected Service.GDataRequestFactory |
Service.requestFactory
The GDataRequestFactory associated with this service.
|
| Modifier and Type | Method and Description |
|---|---|
Service.GDataRequestFactory |
Service.getRequestFactory()
Returns the GDataRequestFactory currently associated with the service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Service.setRequestFactory(Service.GDataRequestFactory requestFactory)
Sets the GDataRequestFactory currently associated with the service.
|
| Constructor and Description |
|---|
GoogleService(String applicationName,
Service.GDataRequestFactory requestFactory,
AuthTokenFactory authTokenFactory)
Constructs a GoogleService instance connecting to the service for an
application with the name
applicationName. |
| Constructor and Description |
|---|
AnalyticsService(String applicationName,
Service.GDataRequestFactory requestFactory,
AuthTokenFactory authTokenFactory)
Constructs an instance connecting to the Google Analytics Data Export API
for an application with the name
applicationName and the given
GDataRequestFactory and AuthTokenFactory. |
| Constructor and Description |
|---|
BloggerService(String applicationName,
Service.GDataRequestFactory requestFactory,
AuthTokenFactory authTokenFactory)
Constructs an instance connecting to the Blogger service for an application
with the name
applicationName and the given GDataRequestFactory and AuthTokenFactory. |
| Constructor and Description |
|---|
BooksService(String applicationName,
Service.GDataRequestFactory requestFactory,
AuthTokenFactory authTokenFactory)
Constructs an instance connecting to the Google Book Search service for an
application with the name
applicationName and the given GDataRequestFactory and AuthTokenFactory. |
| Constructor and Description |
|---|
CalendarService(String applicationName,
Service.GDataRequestFactory requestFactory,
AuthTokenFactory authTokenFactory)
Constructs an instance connecting to the Google Calendar service for an
application with the name
applicationName and the given GDataRequestFactory and AuthTokenFactory. |
| Constructor and Description |
|---|
CodeSearchService(String applicationName,
Service.GDataRequestFactory requestFactory,
AuthTokenFactory authTokenFactory)
Constructs an instance connecting to the Google Code Search service for an
application with the name
applicationName and the given GDataRequestFactory and AuthTokenFactory. |
| Constructor and Description |
|---|
ContactsService(String applicationName,
Service.GDataRequestFactory requestFactory,
AuthTokenFactory authTokenFactory)
Constructs an instance connecting to the Google Contacts service for an
application with the name
applicationName and the given GDataRequestFactory and AuthTokenFactory. |
| Constructor and Description |
|---|
DocsService(String applicationName,
Service.GDataRequestFactory requestFactory,
AuthTokenFactory authTokenFactory)
Constructs an instance connecting to the Google Documents List Data API for
an application with the name
applicationName and the given GDataRequestFactory and AuthTokenFactory. |
| Constructor and Description |
|---|
FinanceService(String applicationName,
Service.GDataRequestFactory requestFactory,
AuthTokenFactory authTokenFactory)
Constructs an instance connecting to the Google Finance Portfolio Data API
for an application with the name
applicationName and the given
GDataRequestFactory and AuthTokenFactory. |
| Constructor and Description |
|---|
GttService(String applicationName,
Service.GDataRequestFactory requestFactory,
AuthTokenFactory authTokenFactory)
Constructs an instance connecting to the Google Translator Toolkit API for
an application with the name
applicationName and the given GDataRequestFactory and AuthTokenFactory. |
| Constructor and Description |
|---|
HealthService(String applicationName,
Service.GDataRequestFactory requestFactory,
AuthTokenFactory authTokenFactory)
Constructs an instance connecting to the Health service for an application
with the name
applicationName and the given GDataRequestFactory and AuthTokenFactory. |
| Modifier and Type | Class and Description |
|---|---|
static class |
GoogleGDataRequest.Factory
The GoogleGDataRequest.Factory class is a factory class for
constructing new GoogleGDataRequest instances.
|
static class |
HttpGDataRequest.Factory
The HttpGDataRequest.Factory class is a factory class for constructing
new HttpGDataRequest instances.
|
| Constructor and Description |
|---|
MapsService(String applicationName,
Service.GDataRequestFactory requestFactory,
AuthTokenFactory authTokenFactory)
Constructs an instance connecting to the Google Maps Data API for an
application with the name
applicationName and the given GDataRequestFactory and AuthTokenFactory. |
| Constructor and Description |
|---|
MediaService(String applicationName,
Service.GDataRequestFactory requestFactory,
AuthTokenFactory authTokenFactory)
Constructs an instance connecting to the service for an application
with the name
applicationName and the given
GDataRequestFactory and AuthTokenFactory. |
| Constructor and Description |
|---|
PicasawebService(String applicationName,
Service.GDataRequestFactory requestFactory,
AuthTokenFactory authTokenFactory)
Constructs an instance connecting to the Picasa Web Albums Data API for an
application with the name
applicationName and the given GDataRequestFactory and AuthTokenFactory. |
| Constructor and Description |
|---|
ProjectHostingService(String applicationName,
Service.GDataRequestFactory requestFactory,
AuthTokenFactory authTokenFactory)
Constructs an instance connecting to the Project Hosting GData API for an
application with the name
applicationName and the given GDataRequestFactory and AuthTokenFactory. |
| Constructor and Description |
|---|
SidewikiService(String applicationName,
Service.GDataRequestFactory requestFactory,
AuthTokenFactory authTokenFactory)
Constructs an instance connecting to the Google Sidewiki Data API for an
application with the name
applicationName and the given GDataRequestFactory and AuthTokenFactory. |
| Constructor and Description |
|---|
SitesService(String applicationName,
Service.GDataRequestFactory requestFactory,
AuthTokenFactory authTokenFactory)
Constructs an instance connecting to the Google Sites Data API for an
application with the name
applicationName and the given GDataRequestFactory and AuthTokenFactory. |
| Constructor and Description |
|---|
SpreadsheetService(String applicationName,
Service.GDataRequestFactory requestFactory,
AuthTokenFactory authTokenFactory)
Constructs an instance connecting to the Google Spreadsheets service for an
application with the name
applicationName and the given GDataRequestFactory and AuthTokenFactory. |
| Constructor and Description |
|---|
WebmasterToolsService(String applicationName,
Service.GDataRequestFactory requestFactory,
AuthTokenFactory authTokenFactory)
Constructs an instance connecting to the Google Webmaster Tools Data API
for an application with the name
applicationName and the given
GDataRequestFactory and AuthTokenFactory. |
Copyright © 2012. All Rights Reserved.