public interface Google
extends org.springframework.social.ApiBinding
GoogleTemplate.| Modifier and Type | Method and Description |
|---|---|
CalendarOperations |
calendarOperations()
Retrieves
CalendarOperations, used for interacting with Google Calendar API. |
DriveOperations |
driveOperations()
Retrieves
DriveOperations, used for interacting with Google Drive
API. |
java.lang.String |
getAccessToken()
Returns the access token, allowing interoperability with other libraries
|
OAuth2Operations |
oauth2Operations()
Retrieves
OAuth2Operations, used for interacting with Google+ API. |
PlusOperations |
plusOperations()
Retrieves
PlusOperations, used for interacting with Google+ API. |
org.springframework.web.client.RestOperations |
restOperations() |
TaskOperations |
taskOperations()
Retrieves
TaskOperations, used for interacting with Google Tasks
API. |
OAuth2Operations oauth2Operations()
OAuth2Operations, used for interacting with Google+ API.PlusOperations for the authenticated user if
authenticatedPlusOperations plusOperations()
PlusOperations, used for interacting with Google+ API.
Some methods require OAuth2 scope https://www.googleapis.com/auth/plus.mePlusOperations for the authenticated user if
authenticatedTaskOperations taskOperations()
TaskOperations, used for interacting with Google Tasks
API. Requires OAuth scope https://www.googleapis.com/auth/tasks or
https://www.googleapis.com/auth/tasks.readonlyTaskOperations for the authenticated userDriveOperations driveOperations()
DriveOperations, used for interacting with Google Drive
API. Requires OAuth scope(s) from the following:
DriveOperations for the authenticated userCalendarOperations calendarOperations()
CalendarOperations, used for interacting with Google Calendar API.
Some methods require OAuth2 scope from the following:
CalendarOperations for the authenticated user if authenticatedjava.lang.String getAccessToken()
org.springframework.web.client.RestOperations restOperations()