A B C D E F G H I L M N O P Q R S T U V W 
All Classes All Packages

A

AbstractGoogleApiOperations - Class in org.springframework.social.google.api.impl
Abstract superclass for implementations that work with Google+ APIs.
AbstractGoogleApiOperations(RestTemplate, boolean) - Constructor for class org.springframework.social.google.api.impl.AbstractGoogleApiOperations
 
ACCEPTED - org.springframework.social.google.api.calendar.AttendeeStatus
"accepted" - The attendee has accepted the invitation.
ActivitiesOrder - Enum in org.springframework.social.google.api.plus
Enum representing activity order for querying with ActivityQueryBuilder.
ActivitiesPage - Class in org.springframework.social.google.api.plus
ApiPage for Activitys pagination result.
ActivitiesPage() - Constructor for class org.springframework.social.google.api.plus.ActivitiesPage
 
Activity - Class in org.springframework.social.google.api.plus
Model class representing a Google+ activity
Activity() - Constructor for class org.springframework.social.google.api.plus.Activity
 
Activity.ActivityObject - Class in org.springframework.social.google.api.plus
 
Activity.ActivityObject.TotalItemsWrapper - Class in org.springframework.social.google.api.plus
 
Activity.Album - Class in org.springframework.social.google.api.plus
 
Activity.Article - Class in org.springframework.social.google.api.plus
 
Activity.Attachment - Class in org.springframework.social.google.api.plus
 
Activity.Audio - Class in org.springframework.social.google.api.plus
 
Activity.Event - Class in org.springframework.social.google.api.plus
 
Activity.Hangout - Class in org.springframework.social.google.api.plus
 
Activity.Photo - Class in org.springframework.social.google.api.plus
 
Activity.Place - Class in org.springframework.social.google.api.plus
 
Activity.PreviewImage - Class in org.springframework.social.google.api.plus
 
Activity.Video - Class in org.springframework.social.google.api.plus
 
ActivityComment - Class in org.springframework.social.google.api.plus
Model class representing a comment.
ActivityComment() - Constructor for class org.springframework.social.google.api.plus.ActivityComment
 
ActivityComment.CommentObject - Class in org.springframework.social.google.api.plus
 
ActivityCommentsPage - Class in org.springframework.social.google.api.plus
ApiPage for ActivityComment pagination result.
ActivityCommentsPage() - Constructor for class org.springframework.social.google.api.plus.ActivityCommentsPage
 
ActivityObject() - Constructor for class org.springframework.social.google.api.plus.Activity.ActivityObject
 
activityQuery() - Method in class org.springframework.social.google.api.plus.impl.PlusTemplate
 
activityQuery() - Method in interface org.springframework.social.google.api.plus.PlusOperations
ActivityQueryBuilder - Interface in org.springframework.social.google.api.plus
ActivityQueryBuilderImpl - Class in org.springframework.social.google.api.plus.impl
ActivityQueryBuilder implementation.
ActivityQueryBuilderImpl(RestTemplate) - Constructor for class org.springframework.social.google.api.plus.impl.ActivityQueryBuilderImpl
 
AddActivity - Class in org.springframework.social.google.api.plus.moments
Model class representing a generic fallback activity type.
AddActivity() - Constructor for class org.springframework.social.google.api.plus.moments.AddActivity
 
AddActivity(String) - Constructor for class org.springframework.social.google.api.plus.moments.AddActivity
 
addComment(String, FileComment) - Method in interface org.springframework.social.google.api.drive.DriveOperations
Adds a comment to a file
addComment(String, FileComment) - Method in class org.springframework.social.google.api.drive.impl.DriveTemplate
 
addConnectionFactories(ConnectionFactoryConfigurer, Environment) - Method in class org.springframework.social.google.config.boot.GoogleAutoConfiguration.GoogleConfigurerAdapter
 
AdditionalRole - Enum in org.springframework.social.google.api.drive
Enum representing a user permission additional role to a file in Google Drive
AdditionalRoleDeserializer - Class in org.springframework.social.google.api.drive.impl
AdditionalRoleDeserializer() - Constructor for class org.springframework.social.google.api.drive.impl.AdditionalRoleDeserializer
 
addPermission(String, UserPermission, boolean) - Method in interface org.springframework.social.google.api.drive.DriveOperations
Adds a permission to a file
addPermission(String, UserPermission, boolean) - Method in class org.springframework.social.google.api.drive.impl.DriveTemplate
 
addProperty(String, FileProperty) - Method in interface org.springframework.social.google.api.drive.DriveOperations
Adds a new property to a file
addProperty(String, FileProperty) - Method in class org.springframework.social.google.api.drive.impl.DriveTemplate
 
addReply(String, String, CommentReply) - Method in interface org.springframework.social.google.api.drive.DriveOperations
Adds a reply to a file comment
addReply(String, String, CommentReply) - Method in class org.springframework.social.google.api.drive.impl.DriveTemplate
 
Address - Class in org.springframework.social.google.api.people
 
Address() - Constructor for class org.springframework.social.google.api.people.Address
 
AGE_17_MINUS - org.springframework.social.google.api.plus.AgeRange
 
AGE_18_20 - org.springframework.social.google.api.plus.AgeRange
 
AGE_21_PLUS - org.springframework.social.google.api.plus.AgeRange
 
AGENDA - org.springframework.social.google.api.calendar.NotificationType
"agenda" - An agenda with the events of the day (sent out in the morning).
AgeRange - Class in org.springframework.social.google.api.people
 
AgeRange - Enum in org.springframework.social.google.api.plus
Enum representing a user's age range.
AgeRange() - Constructor for class org.springframework.social.google.api.people.AgeRange
 
AgeRangeDeserializer - Class in org.springframework.social.google.api.plus.impl
 
AgeRangeDeserializer() - Constructor for class org.springframework.social.google.api.plus.impl.AgeRangeDeserializer
 
Album - Class in org.springframework.social.google.api.plus.moments
 
Album() - Constructor for class org.springframework.social.google.api.plus.Activity.Album
 
Album() - Constructor for class org.springframework.social.google.api.plus.moments.Album
 
ALL_FIELDS - Static variable in interface org.springframework.social.google.api.people.PeopleOperations
All the fields available in google people api.
alwaysIncludeEmail(boolean) - Method in interface org.springframework.social.google.api.calendar.EventListQueryBuilder
Specifies whether to always include a value in the email field for the organizer, creator and attendees, even if no real email is available (i.e.
alwaysIncludeEmail(boolean) - Method in class org.springframework.social.google.api.calendar.impl.EventListQueryBuilderImpl
 
alwaysIncludeEmail(boolean) - Method in class org.springframework.social.google.api.calendar.impl.UpdateEventBuilderImpl
 
alwaysIncludeEmail(boolean) - Method in interface org.springframework.social.google.api.calendar.UpdateEventBuilder
 
ANYONE - org.springframework.social.google.api.drive.PermissionType
 
ApiEntity - Class in org.springframework.social.google.api
Abstract superclass for API-specific entities
ApiEntity() - Constructor for class org.springframework.social.google.api.ApiEntity
 
ApiEntity(String) - Constructor for class org.springframework.social.google.api.ApiEntity
 
ApiEnumDeserializer<T extends Enum<?>> - Class in org.springframework.social.google.api.impl
Jackson JsonDeserializer that converts a camel case string to capital underscored string and finds the enum value with that name.
ApiEnumDeserializer(Class<T>) - Constructor for class org.springframework.social.google.api.impl.ApiEnumDeserializer
 
ApiEnumSerializer - Class in org.springframework.social.google.api.impl
Jackson JsonSerializer that converts an enum name to camel case string.
ApiEnumSerializer() - Constructor for class org.springframework.social.google.api.impl.ApiEnumSerializer
 
ApiList<T> - Class in org.springframework.social.google.api.query
API Query list result.
ApiList() - Constructor for class org.springframework.social.google.api.query.ApiList
 
ApiList(List<T>) - Constructor for class org.springframework.social.google.api.query.ApiList
 
ApiPage<T> - Class in org.springframework.social.google.api.query
API query pagination result.
ApiPage() - Constructor for class org.springframework.social.google.api.query.ApiPage
 
ApiPage(List<T>, String) - Constructor for class org.springframework.social.google.api.query.ApiPage
 
ApiQueryBuilder<Q extends ApiQueryBuilder<?,​T>,​T extends ApiPage<?>> - Interface in org.springframework.social.google.api.query
QueryBuilder extension for Google+.
ApiQueryBuilderImpl<Q extends ApiQueryBuilder<?,​T>,​T extends ApiPage<?>> - Class in org.springframework.social.google.api.query.impl
Abstract superclass for QueryBuilder implementations that query Google+.
ApiQueryBuilderImpl(Class<T>, RestTemplate) - Constructor for class org.springframework.social.google.api.query.impl.ApiQueryBuilderImpl
 
ApiQueryBuilderImpl(String, Class<T>, RestTemplate) - Constructor for class org.springframework.social.google.api.query.impl.ApiQueryBuilderImpl
 
appendQueryParam(StringBuilder, String, Enum<?>) - Method in class org.springframework.social.google.api.query.impl.QueryBuilderImpl
 
appendQueryParam(String, boolean) - Method in class org.springframework.social.google.api.query.impl.QueryBuilderImpl
 
appendQueryParam(String, int) - Method in class org.springframework.social.google.api.query.impl.QueryBuilderImpl
 
appendQueryParam(String, Object) - Method in class org.springframework.social.google.api.query.impl.QueryBuilderImpl
 
appendQueryParam(String, String) - Method in class org.springframework.social.google.api.query.impl.QueryBuilderImpl
 
appendQueryParam(String, Date) - Method in class org.springframework.social.google.api.query.impl.QueryBuilderImpl
 
AppIcon() - Constructor for class org.springframework.social.google.api.drive.DriveApp.AppIcon
 
APPLICATION - org.springframework.social.google.api.drive.DriveApp.IconCategory
 
Article() - Constructor for class org.springframework.social.google.api.plus.Activity.Article
 
Artist - Class in org.springframework.social.google.api.plus.moments
 
Artist() - Constructor for class org.springframework.social.google.api.plus.moments.Artist
 
Attachment() - Constructor for class org.springframework.social.google.api.plus.Activity.Attachment
 
Attendee() - Constructor for class org.springframework.social.google.api.calendar.Event.Attendee
 
AttendeeStatus - Enum in org.springframework.social.google.api.calendar
Enumeration representing an attendee's response status.
AttendeeStatusDeserializer - Class in org.springframework.social.google.api.calendar.impl
AttendeeStatusDeserializer() - Constructor for class org.springframework.social.google.api.calendar.impl.AttendeeStatusDeserializer
 
Audio - Class in org.springframework.social.google.api.plus.moments
 
Audio() - Constructor for class org.springframework.social.google.api.plus.Activity.Audio
 
Audio() - Constructor for class org.springframework.social.google.api.plus.moments.Audio
 
Author - Class in org.springframework.social.google.api.plus.moments
A person who created the result
Author() - Constructor for class org.springframework.social.google.api.plus.moments.Author
 

B

BEST - org.springframework.social.google.api.plus.ActivitiesOrder
 
Birthday - Class in org.springframework.social.google.api.people
Model class representing a birthday in google people
Birthday() - Constructor for class org.springframework.social.google.api.people.Birthday
 
build() - Method in class org.springframework.social.google.api.drive.DriveFile.Builder
Convert the given POJO into a DriveFile object.
build() - Method in class org.springframework.social.google.api.drive.FileRevision.FileRevisionBuilder
Build a new FileRevision object from the given POJO.
build() - Method in class org.springframework.social.google.api.query.impl.QueryBuilderImpl
 
builder() - Static method in class org.springframework.social.google.api.drive.DriveFile
 
Builder() - Constructor for class org.springframework.social.google.api.drive.DriveFile.Builder
 
buildUri() - Method in class org.springframework.social.google.api.calendar.impl.UriQueryBuilderImpl
Used to create a URI from the given URL template.
buildUri() - Method in interface org.springframework.social.google.api.calendar.UriQueryBuilder
 
BuyActivity - Class in org.springframework.social.google.api.plus.moments
Activity representing a purchase.
BuyActivity() - Constructor for class org.springframework.social.google.api.plus.moments.BuyActivity
 
BuyActivity(String) - Constructor for class org.springframework.social.google.api.plus.moments.BuyActivity
 

C

Calendar - Class in org.springframework.social.google.api.calendar
Model class representing a calendar within Google Calendar.
Calendar() - Constructor for class org.springframework.social.google.api.calendar.Calendar
Constructor protected so instances must be retrieved from Google Calendar.
Calendar.EventReminder - Class in org.springframework.social.google.api.calendar
Details of event reminders.
Calendar.Notification - Class in org.springframework.social.google.api.calendar
Details of an individual notification.
Calendar.NotificationSettings - Class in org.springframework.social.google.api.calendar
Details of notifications.
CalendarGetQueryBuilderImpl - Class in org.springframework.social.google.api.calendar.impl
UriQueryBuilderImpl subclass for getting a single calendar.
CalendarGetQueryBuilderImpl(String, String) - Constructor for class org.springframework.social.google.api.calendar.impl.CalendarGetQueryBuilderImpl
 
calendarListQuery() - Method in interface org.springframework.social.google.api.calendar.CalendarOperations
Create a builder pattern object for refining a query that lists the calendars that are accessible to the authenticated user.
calendarListQuery() - Method in class org.springframework.social.google.api.calendar.impl.CalendarTemplate
 
CalendarListQueryBuilder - Interface in org.springframework.social.google.api.calendar
Constructs queries for listing the accessible calendars, following the builder pattern.
CalendarListQueryBuilderImpl - Class in org.springframework.social.google.api.calendar.impl
CalendarListQueryBuilder implementation.
CalendarListQueryBuilderImpl(String, Class<CalendarPage>, RestTemplate) - Constructor for class org.springframework.social.google.api.calendar.impl.CalendarListQueryBuilderImpl
 
calendarOperations() - Method in interface org.springframework.social.google.api.Google
Retrieves CalendarOperations, used for interacting with Google Calendar API.
calendarOperations() - Method in class org.springframework.social.google.api.impl.GoogleTemplate
 
CalendarOperations - Interface in org.springframework.social.google.api.calendar
Interface defining operations for integrating with Google Calendar.
CalendarPage - Class in org.springframework.social.google.api.calendar
A specialized ApiPage containing Calendar instances.
CalendarPage() - Constructor for class org.springframework.social.google.api.calendar.CalendarPage
 
CalendarTemplate - Class in org.springframework.social.google.api.calendar.impl
CalendarOperations implementation.
CalendarTemplate(RestTemplate, boolean) - Constructor for class org.springframework.social.google.api.calendar.impl.CalendarTemplate
 
CANCELLED - org.springframework.social.google.api.calendar.EventStatus
"cancelled" - The event is cancelled.
castThis() - Method in class org.springframework.social.google.api.query.impl.QueryBuilderImpl
 
CheckInActivity - Class in org.springframework.social.google.api.plus.moments
Activity representing check in at a location
CheckInActivity() - Constructor for class org.springframework.social.google.api.plus.moments.CheckInActivity
 
CheckInActivity(String) - Constructor for class org.springframework.social.google.api.plus.moments.CheckInActivity
 
CHIP - org.springframework.social.google.api.calendar.DisplayMode
"chip" - The gadget displays when the event is clicked.
clearCompletedTasks(TaskList) - Method in class org.springframework.social.google.api.tasks.impl.TaskTemplate
 
clearCompletedTasks(TaskList) - Method in interface org.springframework.social.google.api.tasks.TaskOperations
Hides completed tasks from a task list.
CommentActivity - Class in org.springframework.social.google.api.plus.moments
Activity representing a comment on an article, blog entry, or other creative work
CommentActivity() - Constructor for class org.springframework.social.google.api.plus.moments.CommentActivity
 
CommentActivity(String, String, String) - Constructor for class org.springframework.social.google.api.plus.moments.CommentActivity
 
CommentActivity(String, String, String, String) - Constructor for class org.springframework.social.google.api.plus.moments.CommentActivity
 
CommentActivity.Result - Class in org.springframework.social.google.api.plus.moments
 
COMMENTER - org.springframework.social.google.api.drive.AdditionalRole
 
CommentObject() - Constructor for class org.springframework.social.google.api.plus.ActivityComment.CommentObject
 
CommentReply - Class in org.springframework.social.google.api.drive
Model class representing a reply to comment in a file in Google Drive
CommentReply() - Constructor for class org.springframework.social.google.api.drive.CommentReply
 
CommentReply(String) - Constructor for class org.springframework.social.google.api.drive.CommentReply
 
CommentReply(String, ReplyVerb) - Constructor for class org.springframework.social.google.api.drive.CommentReply
 
CommentStatus - Enum in org.springframework.social.google.api.drive
Enum representing a comment status (open or resolved)
CommentStatusDeserializer - Class in org.springframework.social.google.api.drive.impl
CommentStatusDeserializer() - Constructor for class org.springframework.social.google.api.drive.impl.CommentStatusDeserializer
 
COMPLETED - org.springframework.social.google.api.tasks.TaskStatus
 
completedFrom(Date) - Method in interface org.springframework.social.google.api.tasks.TaskQueryBuilder
 
completedUntil(Date) - Method in interface org.springframework.social.google.api.tasks.TaskQueryBuilder
 
CONFIDENTIAL - org.springframework.social.google.api.calendar.Visibility
"confidential" - The event is private.
CONFIRMED - org.springframework.social.google.api.calendar.EventStatus
"confirmed" - The event is confirmed.
CONTRIBUTOR - org.springframework.social.google.api.plus.UrlType
 
copy(String) - Method in interface org.springframework.social.google.api.drive.DriveOperations
Create a copy of a file
copy(String) - Method in class org.springframework.social.google.api.drive.impl.DriveTemplate
 
copy(String, String[]) - Method in interface org.springframework.social.google.api.drive.DriveOperations
Create a copy of a file
copy(String, String[]) - Method in class org.springframework.social.google.api.drive.impl.DriveTemplate
 
copy(String, String[], String) - Method in interface org.springframework.social.google.api.drive.DriveOperations
Create a copy of a file
copy(String, String[], String) - Method in class org.springframework.social.google.api.drive.impl.DriveTemplate
 
CreateActivity - Class in org.springframework.social.google.api.plus.moments
Activity representing creation of creative work such as a photo, blog entry, or microblog post
CreateActivity() - Constructor for class org.springframework.social.google.api.plus.moments.CreateActivity
 
CreateActivity(String) - Constructor for class org.springframework.social.google.api.plus.moments.CreateActivity
 
createFileMetadata(DriveFile) - Method in interface org.springframework.social.google.api.drive.DriveOperations
Creates an empty file with metadata
createFileMetadata(DriveFile) - Method in class org.springframework.social.google.api.drive.impl.DriveTemplate
 
createFolder(String, String) - Method in interface org.springframework.social.google.api.drive.DriveOperations
Creates a folder
createFolder(String, String) - Method in class org.springframework.social.google.api.drive.impl.DriveTemplate
 
createTaskAt(String, String, String, Task) - Method in class org.springframework.social.google.api.tasks.impl.TaskTemplate
 
createTaskAt(String, String, String, Task) - Method in interface org.springframework.social.google.api.tasks.TaskOperations
Creates a task at a specified position in a task list.
Creator() - Constructor for class org.springframework.social.google.api.calendar.Event.Creator
 

D

Date - Class in org.springframework.social.google.api.people
Model class representing a date in google people
Date() - Constructor for class org.springframework.social.google.api.people.Date
 
DateTimeDeserializer - Class in org.springframework.social.google.api.calendar.impl
JsonDeserializer for Date.
DateTimeDeserializer() - Constructor for class org.springframework.social.google.api.calendar.impl.DateTimeDeserializer
 
DateTimeSerializer - Class in org.springframework.social.google.api.calendar.impl
JsonSerializer for Date.
DateTimeSerializer() - Constructor for class org.springframework.social.google.api.calendar.impl.DateTimeSerializer
 
DateTimeTimezone() - Constructor for class org.springframework.social.google.api.calendar.Event.DateTimeTimezone
 
DECLINED - org.springframework.social.google.api.calendar.AttendeeStatus
"declined" - The attendee has declined the invitation.
DEFAULT - org.springframework.social.google.api.calendar.Visibility
"default" - Uses the default visibility for events on the calendar.
delete(String) - Method in interface org.springframework.social.google.api.drive.DriveOperations
Permanently deletes a file
delete(String) - Method in class org.springframework.social.google.api.drive.impl.DriveTemplate
 
delete(String) - Method in class org.springframework.social.google.api.impl.PatchBuilder
Defines a property to be deleted by setting its value to null.
deleteEntity(String, String) - Method in class org.springframework.social.google.api.impl.AbstractGoogleApiOperations
 
deleteEntity(String, ApiEntity) - Method in class org.springframework.social.google.api.impl.AbstractGoogleApiOperations
 
deleteEvent(String, String, boolean) - Method in interface org.springframework.social.google.api.calendar.CalendarOperations
Delete an existing event.
deleteEvent(String, String, boolean) - Method in class org.springframework.social.google.api.calendar.impl.CalendarTemplate
 
DeleteEventBuilder - Interface in org.springframework.social.google.api.calendar
Interface for constructing queries for deleting an event from a calendar, following the builder pattern.
DeleteEventBuilderImpl - Class in org.springframework.social.google.api.calendar.impl
DeleteEventBuilder implementation.
DeleteEventBuilderImpl(String, String, String) - Constructor for class org.springframework.social.google.api.calendar.impl.DeleteEventBuilderImpl
 
deleteMoment(String) - Method in class org.springframework.social.google.api.plus.impl.PlusTemplate
 
deleteMoment(String) - Method in interface org.springframework.social.google.api.plus.PlusOperations
Deletes a moment (app activity) created by this application
deleteTask(String) - Method in class org.springframework.social.google.api.tasks.impl.TaskTemplate
 
deleteTask(String) - Method in interface org.springframework.social.google.api.tasks.TaskOperations
Deletes a task from the default task list.
deleteTask(String, String) - Method in class org.springframework.social.google.api.tasks.impl.TaskTemplate
 
deleteTask(String, String) - Method in interface org.springframework.social.google.api.tasks.TaskOperations
Deletes a task from a task list.
deleteTask(String, Task) - Method in class org.springframework.social.google.api.tasks.impl.TaskTemplate
 
deleteTask(String, Task) - Method in interface org.springframework.social.google.api.tasks.TaskOperations
Deletes a task from a task list.
deleteTask(Task) - Method in class org.springframework.social.google.api.tasks.impl.TaskTemplate
 
deleteTask(Task) - Method in interface org.springframework.social.google.api.tasks.TaskOperations
Deletes a task from the default task list.
deleteTaskList(String) - Method in class org.springframework.social.google.api.tasks.impl.TaskTemplate
 
deleteTaskList(String) - Method in interface org.springframework.social.google.api.tasks.TaskOperations
Deletes a task list.
deleteTaskList(TaskList) - Method in class org.springframework.social.google.api.tasks.impl.TaskTemplate
 
deleteTaskList(TaskList) - Method in interface org.springframework.social.google.api.tasks.TaskOperations
Deletes a task list.
deserialize(JsonParser, DeserializationContext) - Method in class org.springframework.social.google.api.calendar.impl.DateTimeDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.springframework.social.google.api.calendar.impl.TimeZoneDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.springframework.social.google.api.impl.ApiEnumDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.springframework.social.google.api.plus.impl.AgeRangeDeserializer
 
DiscoverActivity - Class in org.springframework.social.google.api.plus.moments
Activity representing discovery of something, such as a new album
DiscoverActivity() - Constructor for class org.springframework.social.google.api.plus.moments.DiscoverActivity
 
DiscoverActivity(String) - Constructor for class org.springframework.social.google.api.plus.moments.DiscoverActivity
 
DisplayMode - Enum in org.springframework.social.google.api.calendar
Enumeration representing a gadget's display mode.
DisplayModeDeserializer - Class in org.springframework.social.google.api.calendar.impl
DisplayModeDeserializer() - Constructor for class org.springframework.social.google.api.calendar.impl.DisplayModeDeserializer
 
DOCUMENT - org.springframework.social.google.api.drive.DriveApp.IconCategory
 
DOCUMENT_SHARED - org.springframework.social.google.api.drive.DriveApp.IconCategory
 
DOMAIN - org.springframework.social.google.api.drive.PermissionType
 
downloadFile(String) - Method in interface org.springframework.social.google.api.drive.DriveOperations
Downloads a file from Google Drive.
downloadFile(String) - Method in class org.springframework.social.google.api.drive.impl.DriveTemplate
 
downloadFile(DriveFile) - Method in interface org.springframework.social.google.api.drive.DriveOperations
Downloads a file from Google Drive.
downloadFile(DriveFile) - Method in class org.springframework.social.google.api.drive.impl.DriveTemplate
 
DriveAbout - Class in org.springframework.social.google.api.drive
Model class representing Google Drive general details for the current user
DriveAbout() - Constructor for class org.springframework.social.google.api.drive.DriveAbout
 
DriveAbout.FormatMapping - Class in org.springframework.social.google.api.drive
 
DriveAbout.RoleInfo - Class in org.springframework.social.google.api.drive
 
DriveAbout.RoleSet - Class in org.springframework.social.google.api.drive
 
DriveApp - Class in org.springframework.social.google.api.drive
Model class representing an application that is using Google Drive API
DriveApp() - Constructor for class org.springframework.social.google.api.drive.DriveApp
 
DriveApp.AppIcon - Class in org.springframework.social.google.api.drive
 
DriveApp.IconCategory - Enum in org.springframework.social.google.api.drive
 
DriveAppsList - Class in org.springframework.social.google.api.drive.impl
DriveAppsList() - Constructor for class org.springframework.social.google.api.drive.impl.DriveAppsList
 
DriveFile - Class in org.springframework.social.google.api.drive
Model class representing a file in Google Drive
DriveFile() - Constructor for class org.springframework.social.google.api.drive.DriveFile
 
DriveFile.Builder - Class in org.springframework.social.google.api.drive
 
DriveFileParent - Class in org.springframework.social.google.api.drive
Model class representing a file's parent in Google Drive
DriveFileParent() - Constructor for class org.springframework.social.google.api.drive.DriveFileParent
 
DriveFileParent(String) - Constructor for class org.springframework.social.google.api.drive.DriveFileParent
 
driveFileQuery() - Method in interface org.springframework.social.google.api.drive.DriveOperations
driveFileQuery() - Method in class org.springframework.social.google.api.drive.impl.DriveTemplate
 
DriveFileQueryBuilder - Interface in org.springframework.social.google.api.drive
DriveFilesPage - Class in org.springframework.social.google.api.drive
DriveFilesPage() - Constructor for class org.springframework.social.google.api.drive.DriveFilesPage
 
driveOperations() - Method in interface org.springframework.social.google.api.Google
Retrieves DriveOperations, used for interacting with Google Drive API.
driveOperations() - Method in class org.springframework.social.google.api.impl.GoogleTemplate
 
DriveOperations - Interface in org.springframework.social.google.api.drive
Defines operations for integrating with Google Drive.
DriveTemplate - Class in org.springframework.social.google.api.drive.impl
DriveOperations implementation.
DriveTemplate(RestTemplate, boolean) - Constructor for class org.springframework.social.google.api.drive.impl.DriveTemplate
 
DriveUser - Class in org.springframework.social.google.api.drive
Model class representing a Google Drive user
DriveUser() - Constructor for class org.springframework.social.google.api.drive.DriveUser
 
dueFrom(Date) - Method in interface org.springframework.social.google.api.tasks.TaskQueryBuilder
 
dueUntil(Date) - Method in interface org.springframework.social.google.api.tasks.TaskQueryBuilder
 

E

EMAIL - org.springframework.social.google.api.calendar.NotificationMethod
"email" - Reminders are sent via email.
EmailAddress - Class in org.springframework.social.google.api.people
Model class representing an email address in google people
EmailAddress() - Constructor for class org.springframework.social.google.api.people.EmailAddress
 
encode(String) - Static method in class org.springframework.social.google.api.query.impl.QueryBuilderImpl
 
enumToString(Enum<?>) - Static method in class org.springframework.social.google.api.impl.ApiEnumSerializer
Convert an enumeration to a String representation.
equals(Object) - Method in class org.springframework.social.google.api.plus.Organization
 
equals(Object) - Method in class org.springframework.social.google.api.plus.ProfileUrl
 
Event - Class in org.springframework.social.google.api.calendar
Model class representing an event within Google Calendar.
Event() - Constructor for class org.springframework.social.google.api.calendar.Event
Constructor protected so instances must be retrieved from Google Calendar itself.
Event() - Constructor for class org.springframework.social.google.api.plus.Activity.Event
 
EVENT_CANCELLATION - org.springframework.social.google.api.calendar.NotificationType
"eventCancellation" - Notification sent when an event is cancelled.
EVENT_CHANGE - org.springframework.social.google.api.calendar.NotificationType
"eventChange" - Notification sent when an event is changed.
EVENT_CREATION - org.springframework.social.google.api.calendar.NotificationType
"eventCreation" - Notification sent when a new event is put on the calendar.
EVENT_RESPONSE - org.springframework.social.google.api.calendar.NotificationType
"eventResponse" - Notification sent when an event is changed.
Event.Attendee - Class in org.springframework.social.google.api.calendar
Details of an attendee of an event.
Event.Creator - Class in org.springframework.social.google.api.calendar
Information about the creator of an event.
Event.DateTimeTimezone - Class in org.springframework.social.google.api.calendar
Details of the start or end of an event.
Event.ExtendedProperties - Class in org.springframework.social.google.api.calendar
Extended properties of an event.
Event.Gadget - Class in org.springframework.social.google.api.calendar
A gadget that extends an event.
Event.Organizer - Class in org.springframework.social.google.api.calendar
Information about an event's organizer.
Event.ReminderOverride - Class in org.springframework.social.google.api.calendar
Details of the overrides to reminders.
Event.Reminders - Class in org.springframework.social.google.api.calendar
Information about the event's reminders for the authenticated user.
Event.Source - Class in org.springframework.social.google.api.calendar
Source from which an event was created; for example a web page, an email message or any document identifiable by an URL using HTTP/HTTPS protocol.
EventGetQueryBuilderImpl - Class in org.springframework.social.google.api.calendar.impl
UriQueryBuilderImpl subclass for getting a single event.
EventGetQueryBuilderImpl(String, String, String) - Constructor for class org.springframework.social.google.api.calendar.impl.EventGetQueryBuilderImpl
 
eventListQuery(String) - Method in interface org.springframework.social.google.api.calendar.CalendarOperations
Create a builder pattern object for refining a query that lists the events that are accessible to the authenticated user.
eventListQuery(String) - Method in class org.springframework.social.google.api.calendar.impl.CalendarTemplate
 
EventListQueryBuilder - Interface in org.springframework.social.google.api.calendar
Constructs queries for listing the events in a calendar, following the builder pattern.
EventListQueryBuilderImpl - Class in org.springframework.social.google.api.calendar.impl
EventListQueryBuilder implementation.
EventListQueryBuilderImpl(String, String, Class<EventPage>, RestTemplate) - Constructor for class org.springframework.social.google.api.calendar.impl.EventListQueryBuilderImpl
 
EventPage - Class in org.springframework.social.google.api.calendar
A specialized ApiPage containing Event instances.
EventPage() - Constructor for class org.springframework.social.google.api.calendar.EventPage
 
EventReminder() - Constructor for class org.springframework.social.google.api.calendar.Calendar.EventReminder
 
EventStatus - Enum in org.springframework.social.google.api.calendar
Enumeration representing an event's status.
EventStatusDeserializer - Class in org.springframework.social.google.api.calendar.impl
EventStatusDeserializer() - Constructor for class org.springframework.social.google.api.calendar.impl.EventStatusDeserializer
 
ExtendedProperties() - Constructor for class org.springframework.social.google.api.calendar.Event.ExtendedProperties
 
extractProviderUserId(AccessGrant) - Method in class org.springframework.social.google.connect.GoogleConnectionFactory
 

F

feedUrl - Variable in class org.springframework.social.google.api.query.impl.QueryBuilderImpl
 
fetchUserProfile(Google) - Method in class org.springframework.social.google.connect.GoogleAdapter
Return the current user profile.
FileComment - Class in org.springframework.social.google.api.drive
Model class representing a comment in a file in Google Drive
FileComment() - Constructor for class org.springframework.social.google.api.drive.FileComment
 
FileComment(String) - Constructor for class org.springframework.social.google.api.drive.FileComment
 
FileComment(String, String, String) - Constructor for class org.springframework.social.google.api.drive.FileComment
Create a new File comment.
FileComment(String, MediaType, String) - Constructor for class org.springframework.social.google.api.drive.FileComment
 
fileCommentQueryBuilder(String) - Method in interface org.springframework.social.google.api.drive.DriveOperations
Returns a FileCommentQueryBuilder for listing the comments of a file
fileCommentQueryBuilder(String) - Method in class org.springframework.social.google.api.drive.impl.DriveTemplate
 
FileCommentQueryBuilder - Interface in org.springframework.social.google.api.drive
FileCommentQueryBuilderImpl - Class in org.springframework.social.google.api.drive.impl
FileCommentQueryBuilder implementation.
FileCommentQueryBuilderImpl(String, Class<FileCommentsPage>, RestTemplate) - Constructor for class org.springframework.social.google.api.drive.impl.FileCommentQueryBuilderImpl
 
FileCommentsPage - Class in org.springframework.social.google.api.drive
FileCommentsPage() - Constructor for class org.springframework.social.google.api.drive.FileCommentsPage
 
FileProperty - Class in org.springframework.social.google.api.drive
Model class representing a custom property set on a file in Google Drive
FileProperty() - Constructor for class org.springframework.social.google.api.drive.FileProperty
 
FileProperty(String, String) - Constructor for class org.springframework.social.google.api.drive.FileProperty
 
FileProperty(String, String, PropertyVisibility) - Constructor for class org.springframework.social.google.api.drive.FileProperty
Full constructor
FileRevision - Class in org.springframework.social.google.api.drive
Model class representing a file revision in Google Drive
FileRevision() - Constructor for class org.springframework.social.google.api.drive.FileRevision
 
FileRevision.FileRevisionBuilder - Class in org.springframework.social.google.api.drive
 
FileRevisionBuilder() - Constructor for class org.springframework.social.google.api.drive.FileRevision.FileRevisionBuilder
 
FOLDER - Static variable in class org.springframework.social.google.api.drive.DriveFile
 
FormatMapping() - Constructor for class org.springframework.social.google.api.drive.DriveAbout.FormatMapping
 
FREE_BUSY_READER - org.springframework.social.google.api.calendar.PermissionRole
"freeBusyReader" - Provides read access to free/busy information.
fromMinMax(Integer, Integer) - Static method in enum org.springframework.social.google.api.plus.AgeRange
Constructs an AgeRange from the min/max age values.
fromPage(String) - Method in class org.springframework.social.google.api.calendar.impl.EventListQueryBuilderImpl
 
fromPage(String) - Method in interface org.springframework.social.google.api.query.ApiQueryBuilder
 
fromPage(String) - Method in class org.springframework.social.google.api.query.impl.ApiQueryBuilderImpl
 
fromTaskList(String) - Method in interface org.springframework.social.google.api.tasks.TaskQueryBuilder
 
fullTextContains(String) - Method in interface org.springframework.social.google.api.drive.DriveFileQueryBuilder
 

G

Gadget() - Constructor for class org.springframework.social.google.api.calendar.Event.Gadget
 
Gender - Class in org.springframework.social.google.api.people
Model class representing a gender in google people
Gender() - Constructor for class org.springframework.social.google.api.people.Gender
 
Geo - Class in org.springframework.social.google.api.plus.moments
Geolocation coordinates
Geo() - Constructor for class org.springframework.social.google.api.plus.moments.Geo
 
getAbout() - Method in interface org.springframework.social.google.api.drive.DriveOperations
Get general Google Drive details for the current user
getAbout() - Method in class org.springframework.social.google.api.drive.impl.DriveTemplate
 
getAboutMe() - Method in class org.springframework.social.google.api.plus.Person
 
getAccessRole() - Method in class org.springframework.social.google.api.calendar.Calendar
The effective access role that the authenticated user has on this calendar.
getAccessToken() - Method in interface org.springframework.social.google.api.Google
Returns the access token, allowing interoperability with other libraries
getAccessToken() - Method in class org.springframework.social.google.api.impl.GoogleTemplate
 
getAccountEmail() - Method in class org.springframework.social.google.api.plus.Person
Return the account email.
getActivities(String) - Method in class org.springframework.social.google.api.plus.impl.PlusTemplate
 
getActivities(String) - Method in interface org.springframework.social.google.api.plus.PlusOperations
Retrieves a user's first page of activities
getActivities(String, String) - Method in class org.springframework.social.google.api.plus.impl.PlusTemplate
 
getActivities(String, String) - Method in interface org.springframework.social.google.api.plus.PlusOperations
Retrieves a user's activities.
getActivity(String) - Method in class org.springframework.social.google.api.plus.impl.PlusTemplate
 
getActivity(String) - Method in interface org.springframework.social.google.api.plus.PlusOperations
Retrieves an activity by its ID.
getActivityPlusOners(String, String) - Method in class org.springframework.social.google.api.plus.impl.PlusTemplate
 
getActivityPlusOners(String, String) - Method in interface org.springframework.social.google.api.plus.PlusOperations
Retrieves people who have +1'd an activity.
getActivityResharers(String, String) - Method in class org.springframework.social.google.api.plus.impl.PlusTemplate
 
getActivityResharers(String, String) - Method in interface org.springframework.social.google.api.plus.PlusOperations
Retrieves people who have reshared an activity.
getActor() - Method in class org.springframework.social.google.api.plus.Activity
 
getActor() - Method in class org.springframework.social.google.api.plus.ActivityComment
 
getAdditionalGuests() - Method in class org.springframework.social.google.api.calendar.Event.Attendee
The number of additional guests.
getAdditionalRoleInfo() - Method in class org.springframework.social.google.api.drive.DriveAbout
 
getAdditionalRoles() - Method in class org.springframework.social.google.api.drive.DriveAbout.RoleSet
 
getAdditionalRoles() - Method in class org.springframework.social.google.api.drive.UserPermission
 
getAddressCountry() - Method in class org.springframework.social.google.api.plus.moments.PostalAddress
 
getAddressLocality() - Method in class org.springframework.social.google.api.plus.moments.PostalAddress
 
getAddressRegion() - Method in class org.springframework.social.google.api.plus.moments.PostalAddress
 
getAgeRange() - Method in class org.springframework.social.google.api.people.AgeRange
 
getAgeRange() - Method in class org.springframework.social.google.api.plus.Person
 
getAgeRanges() - Method in class org.springframework.social.google.api.people.PeoplePerson
Will need https://www.googleapis.com/auth/user.birthday.read scope
getAlternateLink() - Method in class org.springframework.social.google.api.drive.DriveFile
 
getApi() - Method in class org.springframework.social.google.config.support.GoogleApiHelper
Return the API binding instance.
getApi(String) - Method in class org.springframework.social.google.connect.GoogleServiceProvider
 
getApp(String) - Method in interface org.springframework.social.google.api.drive.DriveOperations
Returns an application by its ID
getApp(String) - Method in class org.springframework.social.google.api.drive.impl.DriveTemplate
 
getAppId() - Method in class org.springframework.social.google.config.boot.GoogleProperties
 
getApps() - Method in interface org.springframework.social.google.api.drive.DriveOperations
Returns the applications authorized by the user to access Google Drive API
getApps() - Method in class org.springframework.social.google.api.drive.impl.DriveTemplate
 
getAppSecret() - Method in class org.springframework.social.google.config.boot.GoogleProperties
 
getAttachments() - Method in class org.springframework.social.google.api.plus.Activity
 
getAttendees() - Method in class org.springframework.social.google.api.calendar.Event
The attendees of this event.
getAudio() - Method in class org.springframework.social.google.api.plus.moments.MomentTarget
 
getAuthenticationServiceClass() - Method in class org.springframework.social.google.config.xml.GoogleConfigBeanDefinitionParser
 
getAuthor() - Method in class org.springframework.social.google.api.drive.CommentReply
 
getAuthor() - Method in class org.springframework.social.google.api.drive.FileComment
 
getAuthor() - Method in class org.springframework.social.google.api.plus.moments.MomentTarget
 
getBackgroundColor() - Method in class org.springframework.social.google.api.calendar.Calendar
The background colour of this calendar in hexadecimal format "#rrggbb".
getBestRating() - Method in class org.springframework.social.google.api.plus.moments.Rating
 
getBirthday() - Method in class org.springframework.social.google.api.plus.Person
 
getBirthdays() - Method in class org.springframework.social.google.api.people.PeoplePerson
Will need https://www.googleapis.com/auth/user.birthday.read scope
getByArtist() - Method in class org.springframework.social.google.api.plus.moments.MomentTarget
 
getCalendar(String) - Method in interface org.springframework.social.google.api.calendar.CalendarOperations
Fetch a calendar from the user's calendar list.
getCalendar(String) - Method in class org.springframework.social.google.api.calendar.impl.CalendarTemplate
 
getCircledByCount() - Method in class org.springframework.social.google.api.plus.Person
 
getColorId() - Method in class org.springframework.social.google.api.calendar.Calendar
The colour of this calendar.
getColorId() - Method in class org.springframework.social.google.api.calendar.Event
The colour of this event.
getComment() - Method in class org.springframework.social.google.api.calendar.Event.Attendee
The attendee's response comment.
getComment(String) - Method in class org.springframework.social.google.api.plus.impl.PlusTemplate
 
getComment(String) - Method in interface org.springframework.social.google.api.plus.PlusOperations
Retrieves a comment by its ID.
getComments(String, String) - Method in interface org.springframework.social.google.api.drive.DriveOperations
Returns the first default page of comments on a file
getComments(String, String) - Method in class org.springframework.social.google.api.drive.impl.DriveTemplate
 
getComments(String, String) - Method in class org.springframework.social.google.api.plus.impl.PlusTemplate
 
getComments(String, String) - Method in interface org.springframework.social.google.api.plus.PlusOperations
Retrieves the comments of an activity.
getCompleted() - Method in class org.springframework.social.google.api.tasks.Task
 
getContent() - Method in class org.springframework.social.google.api.drive.CommentReply
 
getContent() - Method in class org.springframework.social.google.api.drive.FileComment
 
getContent() - Method in class org.springframework.social.google.api.plus.Activity.Attachment
 
getContent() - Method in class org.springframework.social.google.api.plus.Activity
 
getContent() - Method in class org.springframework.social.google.api.plus.ActivityComment
 
getContext() - Method in class org.springframework.social.google.api.drive.FileComment
 
getCoverPhotos() - Method in class org.springframework.social.google.api.people.PeoplePerson
 
getCreated() - Method in class org.springframework.social.google.api.calendar.Event
The creation time of this event.
getCreatedDate() - Method in class org.springframework.social.google.api.drive.CommentReply
 
getCreatedDate() - Method in class org.springframework.social.google.api.drive.DriveFile
 
getCreatedDate() - Method in class org.springframework.social.google.api.drive.FileComment
 
getCreator() - Method in class org.springframework.social.google.api.calendar.Event
The creator of this event.
getDate() - Method in class org.springframework.social.google.api.calendar.Event.DateTimeTimezone
The date, if this is an all-day event.
getDate() - Method in class org.springframework.social.google.api.people.Birthday
 
getDatePublished() - Method in class org.springframework.social.google.api.plus.moments.MomentTarget
 
getDateTime() - Method in class org.springframework.social.google.api.calendar.Event.DateTimeTimezone
The time, if this is not an all-day event.
getDay() - Method in class org.springframework.social.google.api.people.Date
 
getDefaultReminders() - Method in class org.springframework.social.google.api.calendar.Calendar
The default reminders that the authenticated user has for this calendar.
getDescription() - Method in class org.springframework.social.google.api.calendar.Calendar
The description of this calendar.
getDescription() - Method in class org.springframework.social.google.api.calendar.Event
The description of this event.
getDescription() - Method in class org.springframework.social.google.api.drive.DriveFile
 
getDescription() - Method in class org.springframework.social.google.api.plus.moments.MomentTarget
 
getDisplay() - Method in class org.springframework.social.google.api.calendar.Event.Gadget
The gadget's display mode.
getDisplayName() - Method in class org.springframework.social.google.api.calendar.Event.Attendee
The attendee's name, if available.
getDisplayName() - Method in class org.springframework.social.google.api.calendar.Event.Creator
The creator's name, if available.
getDisplayName() - Method in class org.springframework.social.google.api.calendar.Event.Organizer
The organizer's name, if available.
getDisplayName() - Method in class org.springframework.social.google.api.drive.DriveUser
 
getDisplayName() - Method in class org.springframework.social.google.api.people.Name
 
getDisplayName() - Method in class org.springframework.social.google.api.plus.Activity.Attachment
 
getDisplayName() - Method in class org.springframework.social.google.api.plus.Person
 
getDisplayNameLastFirst() - Method in class org.springframework.social.google.api.people.Name
 
getDomainSharingPolicy() - Method in class org.springframework.social.google.api.drive.DriveAbout
 
getDownloadUrl() - Method in class org.springframework.social.google.api.drive.DriveFile
 
getDownloadUrl() - Method in class org.springframework.social.google.api.drive.FileRevision
 
getDue() - Method in class org.springframework.social.google.api.tasks.Task
 
getDuration() - Method in class org.springframework.social.google.api.plus.moments.MomentTarget
 
getEmail() - Method in class org.springframework.social.google.api.calendar.Event.Attendee
The attendee's email address, if available.
getEmail() - Method in class org.springframework.social.google.api.calendar.Event.Creator
The creator's email address, if available.
getEmail() - Method in class org.springframework.social.google.api.calendar.Event.Organizer
The organizer's email address, if available.
getEmail() - Method in class org.springframework.social.google.api.oauth2.UserInfo
 
getEmailAddresses() - Method in class org.springframework.social.google.api.people.PeoplePerson
For account email address will need https://www.googleapis.com/auth/user.emails.read scope
getEmailAddresses() - Method in class org.springframework.social.google.api.plus.Person
Return the email address(es) associated with this person.
getEmails() - Method in class org.springframework.social.google.api.plus.Person
 
getEmbedLink() - Method in class org.springframework.social.google.api.drive.DriveFile
 
getEmbedUrl() - Method in class org.springframework.social.google.api.plus.moments.Audio
 
getEnd() - Method in class org.springframework.social.google.api.calendar.Event
The (exclusive) end time of this event.
getEndDate() - Method in class org.springframework.social.google.api.people.Organization
 
getEndDate() - Method in class org.springframework.social.google.api.plus.Organization
 
getEntity(String, Class<T>) - Method in class org.springframework.social.google.api.impl.AbstractGoogleApiOperations
 
getEtag() - Method in class org.springframework.social.google.api.ApiEntity
 
getEtag() - Method in class org.springframework.social.google.api.people.PeoplePerson
 
getEtag() - Method in class org.springframework.social.google.api.people.Sources
 
getEtag() - Method in class org.springframework.social.google.api.query.ApiList
 
getEvent(String, String) - Method in interface org.springframework.social.google.api.calendar.CalendarOperations
Fetch an event from the specified calendar.
getEvent(String, String) - Method in class org.springframework.social.google.api.calendar.impl.CalendarTemplate
 
getExportFormats() - Method in class org.springframework.social.google.api.drive.DriveAbout
 
getExportLinks() - Method in class org.springframework.social.google.api.drive.DriveFile
 
getExportLinks() - Method in class org.springframework.social.google.api.drive.FileRevision
 
getExtendedProperties() - Method in class org.springframework.social.google.api.calendar.Event
The extended properties of this event.
getFamilyName() - Method in class org.springframework.social.google.api.oauth2.UserInfo
 
getFamilyName() - Method in class org.springframework.social.google.api.people.Name
 
getFamilyName() - Method in class org.springframework.social.google.api.plus.Person
 
getFeatures() - Method in class org.springframework.social.google.api.drive.DriveAbout
 
getFile(String) - Method in interface org.springframework.social.google.api.drive.DriveOperations
Retrieves a file by its ID
getFile(String) - Method in class org.springframework.social.google.api.drive.impl.DriveTemplate
 
getFiles(String, String) - Method in interface org.springframework.social.google.api.drive.DriveOperations
Returns the files and folders under a specified folder
getFiles(String, String) - Method in class org.springframework.social.google.api.drive.impl.DriveTemplate
 
getFileSize() - Method in class org.springframework.social.google.api.drive.DriveFile
 
getFileSize() - Method in class org.springframework.social.google.api.drive.FileRevision
 
getForegroundColor() - Method in class org.springframework.social.google.api.calendar.Calendar
The foreground colour of this calendar in hexadecimal format "#rrggbb".
getFormattedProtocol() - Method in class org.springframework.social.google.api.people.ImClient
 
getFormattedType() - Method in class org.springframework.social.google.api.people.Address
 
getFormattedType() - Method in class org.springframework.social.google.api.people.EmailAddress
 
getFormattedType() - Method in class org.springframework.social.google.api.people.ImClient
 
getFormattedType() - Method in class org.springframework.social.google.api.people.Organization
 
getFormattedType() - Method in class org.springframework.social.google.api.people.PhoneNumber
 
getFormattedType() - Method in class org.springframework.social.google.api.people.Url
 
getFormattedValue() - Method in class org.springframework.social.google.api.people.Address
 
getFormattedValue() - Method in class org.springframework.social.google.api.people.Gender
 
getGadget() - Method in class org.springframework.social.google.api.calendar.Event
A gadget that extends this event.
getGender() - Method in class org.springframework.social.google.api.oauth2.UserInfo
 
getGender() - Method in class org.springframework.social.google.api.plus.Person
 
getGenders() - Method in class org.springframework.social.google.api.people.PeoplePerson
 
getGivenName() - Method in class org.springframework.social.google.api.oauth2.UserInfo
 
getGivenName() - Method in class org.springframework.social.google.api.people.Name
 
getGivenName() - Method in class org.springframework.social.google.api.plus.Person
 
getGoogleProfile() - Method in class org.springframework.social.google.api.people.impl.PeopleTemplate
 
getGoogleProfile() - Method in interface org.springframework.social.google.api.people.PeopleOperations
Retrieves the authenticated user's complete Google profile.
getGoogleProfile() - Method in class org.springframework.social.google.api.plus.impl.PlusTemplate
 
getGoogleProfile() - Method in interface org.springframework.social.google.api.plus.PlusOperations
Retrieves the authenticated user's Google profile.
getGoogleProfile(String) - Method in class org.springframework.social.google.api.people.impl.PeopleTemplate
 
getGoogleProfile(String) - Method in interface org.springframework.social.google.api.people.PeopleOperations
Retrieves the authenticated user's complete Google profile.
getHangoutLink() - Method in class org.springframework.social.google.api.calendar.Event
An absolute link to the Google+ hangout associated with this event.
getHd() - Method in class org.springframework.social.google.api.oauth2.UserInfo
 
getHeight() - Method in class org.springframework.social.google.api.calendar.Event.Gadget
The gadget's height in pixels.
getHtmlContent() - Method in class org.springframework.social.google.api.drive.CommentReply
 
getHtmlContent() - Method in class org.springframework.social.google.api.drive.FileComment
 
getHtmlLink() - Method in class org.springframework.social.google.api.calendar.Event
An absolute link to this event in the Google Calendar Web UI.
getiCalUid() - Method in class org.springframework.social.google.api.calendar.Event
This event's ID in the iCalendar format.
getIconLink() - Method in class org.springframework.social.google.api.calendar.Event.Gadget
The gadget's icon URL.
getIconLink() - Method in class org.springframework.social.google.api.drive.DriveFile
 
getIcons() - Method in class org.springframework.social.google.api.drive.DriveApp
 
getId() - Method in class org.springframework.social.google.api.ApiEntity
 
getId() - Method in class org.springframework.social.google.api.calendar.Event.Attendee
The attendee's Profile ID, if available.
getId() - Method in class org.springframework.social.google.api.calendar.Event.Creator
The creator's profile ID, if available.
getId() - Method in class org.springframework.social.google.api.calendar.Event.Organizer
The organizer's profile ID, if available.
getId() - Method in class org.springframework.social.google.api.drive.CommentReply
 
getId() - Method in class org.springframework.social.google.api.drive.DriveFileParent
 
getId() - Method in class org.springframework.social.google.api.drive.FileComment
 
getId() - Method in class org.springframework.social.google.api.people.PeoplePerson
 
getId() - Method in class org.springframework.social.google.api.people.Sources
 
getId() - Method in class org.springframework.social.google.api.plus.moments.Album
 
getId() - Method in class org.springframework.social.google.api.plus.moments.Author
 
getId() - Method in class org.springframework.social.google.api.plus.moments.MomentTarget
 
getImage() - Method in class org.springframework.social.google.api.plus.moments.MomentTarget
 
getImageUrl() - Method in class org.springframework.social.google.api.plus.Person
Get the image URL - uses the thumbnail if set, then the main image, otherwise returns null.
getImClients() - Method in class org.springframework.social.google.api.people.PeoplePerson
 
getImportFormats() - Method in class org.springframework.social.google.api.drive.DriveAbout
 
getInAlbum() - Method in class org.springframework.social.google.api.plus.moments.MomentTarget
 
getItems() - Method in class org.springframework.social.google.api.query.ApiList
 
getJobDescription() - Method in class org.springframework.social.google.api.people.Organization
 
getKey() - Method in class org.springframework.social.google.api.drive.FileProperty
 
getLabel() - Method in class org.springframework.social.google.api.plus.ProfileUrl
 
getLanguage() - Method in class org.springframework.social.google.api.plus.Person
 
getLanguageCode() - Method in class org.springframework.social.google.api.drive.DriveAbout
 
getLargestChangeId() - Method in class org.springframework.social.google.api.drive.DriveAbout
 
getLastModifyingUserName() - Method in class org.springframework.social.google.api.drive.DriveFile
 
getLastModifyingUserName() - Method in class org.springframework.social.google.api.drive.FileRevision
 
getLastViewedByMeDate() - Method in class org.springframework.social.google.api.drive.DriveFile
 
getLatitude() - Method in class org.springframework.social.google.api.plus.moments.Geo
 
getLink() - Method in class org.springframework.social.google.api.calendar.Event.Gadget
The gadget's URL.
getLink() - Method in class org.springframework.social.google.api.oauth2.UserInfo
 
getLocale() - Method in class org.springframework.social.google.api.oauth2.UserInfo
 
getLocals() - Method in class org.springframework.social.google.api.people.PeoplePerson
 
getLocation() - Method in class org.springframework.social.google.api.calendar.Calendar
The geographic location of this calendar as free-form text.
getLocation() - Method in class org.springframework.social.google.api.calendar.Event
The geographic location of this event as free-form text.
getLongitude() - Method in class org.springframework.social.google.api.plus.moments.Geo
 
getMap() - Method in class org.springframework.social.google.api.impl.PatchBuilder
Returns the map created so far
getMax() - Method in enum org.springframework.social.google.api.plus.AgeRange
 
getMaxUploadSizes() - Method in class org.springframework.social.google.api.drive.DriveAbout
 
getMd5Checksum() - Method in class org.springframework.social.google.api.drive.DriveFile
 
getMd5Checksum() - Method in class org.springframework.social.google.api.drive.FileRevision
 
getMessageConverters() - Method in class org.springframework.social.google.api.impl.GoogleTemplate
 
getMetadata() - Method in class org.springframework.social.google.api.people.PeoplePerson
 
getMethod() - Method in class org.springframework.social.google.api.calendar.Calendar.EventReminder
The notification method used by the reminder.
getMethod() - Method in class org.springframework.social.google.api.calendar.Calendar.Notification
The method used to deliver the notification.
getMethod() - Method in class org.springframework.social.google.api.calendar.Event.ReminderOverride
The method used by this reminder.
getMimeType() - Method in class org.springframework.social.google.api.drive.DriveFile
 
getMimeType() - Method in class org.springframework.social.google.api.drive.FileRevision
 
getMin() - Method in enum org.springframework.social.google.api.plus.AgeRange
 
getMinutes() - Method in class org.springframework.social.google.api.calendar.Calendar.EventReminder
The number of minutes before the start of the event when the reminder should trigger.
getMinutes() - Method in class org.springframework.social.google.api.calendar.Event.ReminderOverride
The number of minutes before the start of the event when this reminder should trigger.
getModifiedDate() - Method in class org.springframework.social.google.api.drive.CommentReply
 
getModifiedDate() - Method in class org.springframework.social.google.api.drive.DriveFile
 
getModifiedDate() - Method in class org.springframework.social.google.api.drive.FileComment
 
getModifiedDate() - Method in class org.springframework.social.google.api.drive.FileRevision
 
getMoments(String) - Method in class org.springframework.social.google.api.plus.impl.PlusTemplate
 
getMoments(String) - Method in interface org.springframework.social.google.api.plus.PlusOperations
Retrieves moments (app activities) created by this application
getMonth() - Method in class org.springframework.social.google.api.people.Date
 
getName() - Method in class org.springframework.social.google.api.drive.DriveAbout
 
getName() - Method in class org.springframework.social.google.api.drive.DriveApp
 
getName() - Method in class org.springframework.social.google.api.drive.UserPermission
 
getName() - Method in class org.springframework.social.google.api.oauth2.UserInfo
 
getName() - Method in class org.springframework.social.google.api.people.Organization
 
getName() - Method in class org.springframework.social.google.api.plus.moments.Album
 
getName() - Method in class org.springframework.social.google.api.plus.moments.Artist
 
getName() - Method in class org.springframework.social.google.api.plus.moments.Author
 
getName() - Method in class org.springframework.social.google.api.plus.moments.MomentTarget
 
getName() - Method in class org.springframework.social.google.api.plus.Organization
 
getNames() - Method in class org.springframework.social.google.api.people.PeoplePerson
 
getNextPageToken() - Method in class org.springframework.social.google.api.query.ApiPage
 
getNickname() - Method in class org.springframework.social.google.api.plus.Person
 
getNotes() - Method in class org.springframework.social.google.api.tasks.Task
 
getNotifications() - Method in class org.springframework.social.google.api.calendar.Calendar.NotificationSettings
The list of notifications set for this calendar.
getNotificationSettings() - Method in class org.springframework.social.google.api.calendar.Calendar
The notifications that the authenticated user is receiving for this calendar.
getOAuth2Version() - Method in class org.springframework.social.google.api.impl.GoogleTemplate
 
getObjectType() - Method in class org.springframework.social.google.api.drive.DriveApp
 
getOccupation() - Method in class org.springframework.social.google.api.plus.Person
 
getOrganizations() - Method in class org.springframework.social.google.api.people.PeoplePerson
 
getOrganizations() - Method in class org.springframework.social.google.api.plus.Person
 
getOrganizer() - Method in class org.springframework.social.google.api.calendar.Event
The organizer of this event.
getOriginalFilename() - Method in class org.springframework.social.google.api.drive.FileRevision
 
getOriginalStartTime() - Method in class org.springframework.social.google.api.calendar.Event
For an instance of a recurring event, return the time at which this event would start according to the recurrence data in the recurring event identified by Event.recurringEventId.
getOverrides() - Method in class org.springframework.social.google.api.calendar.Event.Reminders
If the event doesn't use the default reminders, this returns the list of reminders specific to the event, or, if not set, indicates that no reminders are set for this event.
getOwnerNames() - Method in class org.springframework.social.google.api.drive.DriveFile
 
getPage() - Method in interface org.springframework.social.google.api.query.ApiQueryBuilder
 
getPage() - Method in class org.springframework.social.google.api.query.impl.ApiQueryBuilderImpl
 
getParent() - Method in class org.springframework.social.google.api.tasks.Task
 
getParents() - Method in class org.springframework.social.google.api.drive.DriveFile
 
getPeopleInCircles(String, String) - Method in class org.springframework.social.google.api.plus.impl.PlusTemplate
 
getPeopleInCircles(String, String) - Method in interface org.springframework.social.google.api.plus.PlusOperations
Retrieves people in a user's circles
getPermissionId() - Method in class org.springframework.social.google.api.drive.DriveAbout
 
getPermissions(String) - Method in interface org.springframework.social.google.api.drive.DriveOperations
Returns the permissions of a file
getPermissions(String) - Method in class org.springframework.social.google.api.drive.impl.DriveTemplate
 
getPerson(String) - Method in class org.springframework.social.google.api.people.impl.PeopleTemplate
 
getPerson(String) - Method in interface org.springframework.social.google.api.people.PeopleOperations
Retrieves a user's Google profile.
getPerson(String) - Method in class org.springframework.social.google.api.plus.impl.PlusTemplate
 
getPerson(String) - Method in interface org.springframework.social.google.api.plus.PlusOperations
Retrieves a user's Google profile.
getPerson(String, String) - Method in class org.springframework.social.google.api.people.impl.PeopleTemplate
 
getPerson(String, String) - Method in interface org.springframework.social.google.api.people.PeopleOperations
Retrieves a user's Google profile populated with the requested fields.
getPhoneNumbers() - Method in class org.springframework.social.google.api.people.PeoplePerson
 
getPhotos() - Method in class org.springframework.social.google.api.people.PeoplePerson
 
getPicture() - Method in class org.springframework.social.google.api.oauth2.UserInfo
 
getPictureUrl() - Method in class org.springframework.social.google.api.drive.DriveUser
 
getPlacesLived() - Method in class org.springframework.social.google.api.plus.Person
 
getPlusOners() - Method in class org.springframework.social.google.api.plus.Activity
 
getPosition() - Method in class org.springframework.social.google.api.tasks.Task
 
getPostalCode() - Method in class org.springframework.social.google.api.plus.moments.PostalAddress
 
getPreferences() - Method in class org.springframework.social.google.api.calendar.Event.Gadget
The gadget's preferences.
getPreviewImageContentType() - Method in class org.springframework.social.google.api.plus.Activity.Attachment
 
getPreviewImageUrl() - Method in class org.springframework.social.google.api.plus.Activity.Attachment
 
getPrimaryFileExtensions() - Method in class org.springframework.social.google.api.drive.DriveApp
 
getPrimaryMimeTypes() - Method in class org.springframework.social.google.api.drive.DriveApp
 
getPrimaryRole() - Method in class org.springframework.social.google.api.drive.DriveAbout.RoleSet
 
getPrivateProperties() - Method in class org.springframework.social.google.api.calendar.Event.ExtendedProperties
Properties that are private to the copy of the event that appears on this calendar.
getProductUrl() - Method in class org.springframework.social.google.api.drive.DriveApp
 
getProperties(String) - Method in interface org.springframework.social.google.api.drive.DriveOperations
Get the custom properties applied to this file
getProperties(String) - Method in class org.springframework.social.google.api.drive.impl.DriveTemplate
 
getProperty(String, String) - Method in interface org.springframework.social.google.api.drive.DriveOperations
Get a specific custom property applied to this file
getProperty(String, String) - Method in class org.springframework.social.google.api.drive.impl.DriveTemplate
 
getProtocol() - Method in class org.springframework.social.google.api.people.ImClient
 
getProviderConfigBeanDefinitionParser() - Method in class org.springframework.social.google.config.xml.GoogleNamespaceHandler
 
getPublished() - Method in class org.springframework.social.google.api.plus.Activity
 
getPublished() - Method in class org.springframework.social.google.api.plus.ActivityComment
 
getPublishedLink() - Method in class org.springframework.social.google.api.drive.FileRevision
 
getQuotaBytesTotal() - Method in class org.springframework.social.google.api.drive.DriveAbout
 
getQuotaBytesUsed() - Method in class org.springframework.social.google.api.drive.DriveAbout
 
getQuotaBytesUsed() - Method in class org.springframework.social.google.api.drive.DriveFile
 
getQuotaBytesUsedAggregate() - Method in class org.springframework.social.google.api.drive.DriveAbout
 
getQuotaBytesUsedInTrash() - Method in class org.springframework.social.google.api.drive.DriveAbout
 
getRatingValue() - Method in class org.springframework.social.google.api.plus.moments.Rating
 
getRecurrence() - Method in class org.springframework.social.google.api.calendar.Event
A list of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event.
getRecurringEventId() - Method in class org.springframework.social.google.api.calendar.Event
For an instance of a recurring event, return this event ID of the recurring event itself.
getRelationshipStatus() - Method in class org.springframework.social.google.api.plus.Person
 
getRemainingChangeIds() - Method in class org.springframework.social.google.api.drive.DriveAbout
 
getReminders() - Method in class org.springframework.social.google.api.calendar.Event
Information about this event's reminders for the authenticated user.
getReplies() - Method in class org.springframework.social.google.api.drive.FileComment
 
getReplies() - Method in class org.springframework.social.google.api.plus.Activity
 
getResharers() - Method in class org.springframework.social.google.api.plus.Activity
 
getResidences() - Method in class org.springframework.social.google.api.people.PeoplePerson
 
getResponseStatus() - Method in class org.springframework.social.google.api.calendar.Event.Attendee
The attendee's response status.
getResultName() - Method in class org.springframework.social.google.api.plus.moments.CommentActivity
 
getResultName() - Method in class org.springframework.social.google.api.plus.moments.ReviewActivity
 
getResultText() - Method in class org.springframework.social.google.api.plus.moments.CommentActivity
 
getResultText() - Method in class org.springframework.social.google.api.plus.moments.ReviewActivity
 
getResultUrl() - Method in class org.springframework.social.google.api.plus.moments.CommentActivity
 
getResultUrl() - Method in class org.springframework.social.google.api.plus.moments.ReviewActivity
 
getReviewRating() - Method in class org.springframework.social.google.api.plus.moments.ReviewActivity
 
getRevisions(String) - Method in interface org.springframework.social.google.api.drive.DriveOperations
Returns the revisions of a file
getRevisions(String) - Method in class org.springframework.social.google.api.drive.impl.DriveTemplate
 
getRole() - Method in class org.springframework.social.google.api.drive.UserPermission
 
getRoleSets() - Method in class org.springframework.social.google.api.drive.DriveAbout.RoleInfo
 
getRootFiles(String) - Method in interface org.springframework.social.google.api.drive.DriveOperations
Returns files and folders under the root folder
getRootFiles(String) - Method in class org.springframework.social.google.api.drive.impl.DriveTemplate
 
getRootFolderId() - Method in class org.springframework.social.google.api.drive.DriveAbout
 
getSecondaryFileExtensions() - Method in class org.springframework.social.google.api.drive.DriveApp
 
getSecondaryMimeTypes() - Method in class org.springframework.social.google.api.drive.DriveApp
 
getSelfLink() - Method in class org.springframework.social.google.api.drive.DriveFile
 
getSequence() - Method in class org.springframework.social.google.api.calendar.Event
The sequence number as per iCalendar.
getSharedProperties() - Method in class org.springframework.social.google.api.calendar.Event.ExtendedProperties
Properties that are shared between copies of the event on other attendees' calendars.
getSource() - Method in class org.springframework.social.google.api.calendar.Event
The source of an event from which this event was created; for example a web page, an email message or any document identifiable by an URL using HTTP/HTTPS protocol.
getSource() - Method in class org.springframework.social.google.api.drive.DriveAbout.FormatMapping
 
getSources() - Method in class org.springframework.social.google.api.people.PersonMetada
 
getStart() - Method in class org.springframework.social.google.api.calendar.Event
The (inclusive) start time of this event.
getStartDate() - Method in class org.springframework.social.google.api.people.Organization
 
getStartDate() - Method in class org.springframework.social.google.api.plus.moments.Moment
 
getStartDate() - Method in class org.springframework.social.google.api.plus.Organization
 
getStatus() - Method in class org.springframework.social.google.api.calendar.Event
The status of this event.
getStatus() - Method in class org.springframework.social.google.api.drive.FileComment
 
getStatus() - Method in class org.springframework.social.google.api.tasks.Task
 
getStreetAddress() - Method in class org.springframework.social.google.api.plus.moments.PostalAddress
 
getSummary() - Method in class org.springframework.social.google.api.calendar.Calendar
The title of this calendar.
getSummary() - Method in class org.springframework.social.google.api.calendar.Event
The title of this event.
getSummaryOverride() - Method in class org.springframework.social.google.api.calendar.Calendar
The overriding summary that the authenticated user has set for this calendar.
getTagline() - Method in class org.springframework.social.google.api.plus.Person
 
getTarget() - Method in class org.springframework.social.google.api.plus.moments.Moment
 
getTargets() - Method in class org.springframework.social.google.api.drive.DriveAbout.FormatMapping
 
getTask(String) - Method in class org.springframework.social.google.api.tasks.impl.TaskTemplate
 
getTask(String) - Method in interface org.springframework.social.google.api.tasks.TaskOperations
Retrieves a task from the default task list by its ID.
getTask(String, String) - Method in class org.springframework.social.google.api.tasks.impl.TaskTemplate
 
getTask(String, String) - Method in interface org.springframework.social.google.api.tasks.TaskOperations
Retrieves a task by its containing task list ID and by the task ID.
getTaskList(String) - Method in class org.springframework.social.google.api.tasks.impl.TaskTemplate
 
getTaskList(String) - Method in interface org.springframework.social.google.api.tasks.TaskOperations
Retrieves a task list by its ID.
getTaskLists() - Method in class org.springframework.social.google.api.tasks.impl.TaskTemplate
 
getTaskLists() - Method in interface org.springframework.social.google.api.tasks.TaskOperations
Retrieves up to 100 task lists.
getTaskLists(String) - Method in class org.springframework.social.google.api.tasks.impl.TaskTemplate
 
getTaskLists(String) - Method in interface org.springframework.social.google.api.tasks.TaskOperations
Retrieves task lists page
getTasks() - Method in class org.springframework.social.google.api.tasks.impl.TaskTemplate
 
getTasks() - Method in interface org.springframework.social.google.api.tasks.TaskOperations
Retrieves up to 100 active tasks from the default task list.
getTasks(String, String) - Method in class org.springframework.social.google.api.tasks.impl.TaskTemplate
 
getTasks(String, String) - Method in interface org.springframework.social.google.api.tasks.TaskOperations
Retrieved tasks from a task list
getText() - Method in class org.springframework.social.google.api.plus.moments.MomentTarget
 
getThumbnailLink() - Method in class org.springframework.social.google.api.drive.DriveFile
 
getTimeZone() - Method in class org.springframework.social.google.api.calendar.Calendar
The time zone of this calendar.
getTimeZone() - Method in class org.springframework.social.google.api.calendar.Event.DateTimeTimezone
The time zone in which the time is specified (e.g.
getTitle() - Method in class org.springframework.social.google.api.calendar.Event.Gadget
The gadget's title.
getTitle() - Method in class org.springframework.social.google.api.calendar.Event.Source
The title of the source; for example a title of a web page or an email subject.
getTitle() - Method in class org.springframework.social.google.api.drive.DriveFile
 
getTitle() - Method in class org.springframework.social.google.api.people.Organization
 
getTitle() - Method in class org.springframework.social.google.api.plus.Activity
 
getTitle() - Method in class org.springframework.social.google.api.plus.Organization
 
getTitle() - Method in class org.springframework.social.google.api.tasks.Task
 
getTitle() - Method in class org.springframework.social.google.api.tasks.TaskList
 
getTransparency() - Method in class org.springframework.social.google.api.calendar.Event
Whether this event blocks time on the calendar.
getTrashedFiles(String) - Method in interface org.springframework.social.google.api.drive.DriveOperations
Returns trashed files and folders
getTrashedFiles(String) - Method in class org.springframework.social.google.api.drive.impl.DriveTemplate
 
getType() - Method in class org.springframework.social.google.api.calendar.Calendar.Notification
The type of notification.
getType() - Method in class org.springframework.social.google.api.calendar.Event.Gadget
The gadget's type.
getType() - Method in class org.springframework.social.google.api.drive.DriveAbout.RoleInfo
 
getType() - Method in class org.springframework.social.google.api.drive.UserPermission
 
getType() - Method in class org.springframework.social.google.api.people.Address
 
getType() - Method in class org.springframework.social.google.api.people.EmailAddress
 
getType() - Method in class org.springframework.social.google.api.people.ImClient
 
getType() - Method in class org.springframework.social.google.api.people.Organization
 
getType() - Method in class org.springframework.social.google.api.people.PhoneNumber
 
getType() - Method in class org.springframework.social.google.api.people.Url
 
getType() - Method in class org.springframework.social.google.api.plus.moments.Rating
 
getType() - Method in class org.springframework.social.google.api.plus.Organization
 
getType() - Method in class org.springframework.social.google.api.plus.ProfileUrl
 
getUpdated() - Method in class org.springframework.social.google.api.calendar.Event
The last modification time of this event.
getUpdated() - Method in class org.springframework.social.google.api.plus.Activity
 
getUpdated() - Method in class org.springframework.social.google.api.plus.ActivityComment
 
getUpdated() - Method in class org.springframework.social.google.api.tasks.Task
 
getUrl() - Method in class org.springframework.social.google.api.calendar.Event.Source
The URL of the source pointing to a resource.
getUrl() - Method in class org.springframework.social.google.api.people.Photo
 
getUrl() - Method in class org.springframework.social.google.api.plus.Activity.Attachment
 
getUrl() - Method in class org.springframework.social.google.api.plus.Activity
 
getUrl() - Method in class org.springframework.social.google.api.plus.moments.Album
 
getUrl() - Method in class org.springframework.social.google.api.plus.moments.Author
 
getUrl() - Method in class org.springframework.social.google.api.plus.moments.MomentTarget
 
getUrl() - Method in class org.springframework.social.google.api.plus.Person
 
getUrls() - Method in class org.springframework.social.google.api.people.PeoplePerson
 
getUrls() - Method in class org.springframework.social.google.api.plus.Person
 
getUser() - Method in class org.springframework.social.google.api.drive.DriveAbout
 
getUserinfo() - Method in class org.springframework.social.google.api.oauth2.impl.OAuth2Template
 
getUserinfo() - Method in interface org.springframework.social.google.api.oauth2.OAuth2Operations
Retrieves the authenticated user's Google user.
getUsername() - Method in class org.springframework.social.google.api.people.ImClient
 
getUserPermission() - Method in class org.springframework.social.google.api.drive.DriveFile
 
getValue() - Method in class org.springframework.social.google.api.drive.FileProperty
 
getValue() - Method in class org.springframework.social.google.api.people.EmailAddress
 
getValue() - Method in class org.springframework.social.google.api.people.Gender
 
getValue() - Method in class org.springframework.social.google.api.people.Local
 
getValue() - Method in class org.springframework.social.google.api.people.PhoneNumber
 
getValue() - Method in class org.springframework.social.google.api.people.Residence
 
getValue() - Method in class org.springframework.social.google.api.people.Url
 
getValue() - Method in class org.springframework.social.google.api.plus.ProfileUrl
 
getVerb() - Method in class org.springframework.social.google.api.drive.CommentReply
 
getVerifiedEmail() - Method in class org.springframework.social.google.api.oauth2.UserInfo
 
getVisibility() - Method in class org.springframework.social.google.api.calendar.Event
The visibility of this event.
getVisibility() - Method in class org.springframework.social.google.api.drive.FileProperty
 
getWidth() - Method in class org.springframework.social.google.api.calendar.Event.Gadget
The gadget's width in pixels.
getWorstRating() - Method in class org.springframework.social.google.api.plus.moments.Rating
 
getYear() - Method in class org.springframework.social.google.api.people.Date
 
google(ConnectionRepository) - Method in class org.springframework.social.google.config.boot.GoogleAutoConfiguration.GoogleConfigurerAdapter
 
Google - Interface in org.springframework.social.google.api
Interface specifying a basic set of operations for interacting with Google APIs.
GoogleAdapter - Class in org.springframework.social.google.connect
Google ApiAdapter implementation.
GoogleAdapter() - Constructor for class org.springframework.social.google.connect.GoogleAdapter
 
GoogleApiHelper - Class in org.springframework.social.google.config.support
 
GoogleAuthenticationService - Class in org.springframework.social.google.security
 
GoogleAuthenticationService(String, String) - Constructor for class org.springframework.social.google.security.GoogleAuthenticationService
 
GoogleAutoConfiguration - Class in org.springframework.social.google.config.boot
Auto-configuration for Spring Social connectivity with Google.
GoogleAutoConfiguration() - Constructor for class org.springframework.social.google.config.boot.GoogleAutoConfiguration
 
GoogleAutoConfiguration.GoogleConfigurerAdapter - Class in org.springframework.social.google.config.boot
 
GoogleConfigBeanDefinitionParser - Class in org.springframework.social.google.config.xml
Implementation of AbstractProviderConfigBeanDefinitionParser that creates a GoogleConnectionFactory.
GoogleConfigBeanDefinitionParser() - Constructor for class org.springframework.social.google.config.xml.GoogleConfigBeanDefinitionParser
 
GoogleConfigurerAdapter() - Constructor for class org.springframework.social.google.config.boot.GoogleAutoConfiguration.GoogleConfigurerAdapter
 
GoogleConnectionFactory - Class in org.springframework.social.google.connect
Google ConnectionFactory implementation.
GoogleConnectionFactory(String, String) - Constructor for class org.springframework.social.google.connect.GoogleConnectionFactory
 
googleConnectView() - Method in class org.springframework.social.google.config.boot.GoogleAutoConfiguration.GoogleConfigurerAdapter
 
GoogleNamespaceHandler - Class in org.springframework.social.google.config.xml
NamespaceHandler for Spring Social Google
GoogleNamespaceHandler() - Constructor for class org.springframework.social.google.config.xml.GoogleNamespaceHandler
 
GoogleOAuth2Template - Class in org.springframework.social.google.connect
Google-specific extension to OAuth2Template.
GoogleOAuth2Template(String, String) - Constructor for class org.springframework.social.google.connect.GoogleOAuth2Template
Constructor
GoogleProperties - Class in org.springframework.social.google.config.boot
 
GoogleProperties() - Constructor for class org.springframework.social.google.config.boot.GoogleProperties
 
GoogleServiceProvider - Class in org.springframework.social.google.connect
Google ServiceProvider implementation.
GoogleServiceProvider(String, String) - Constructor for class org.springframework.social.google.connect.GoogleServiceProvider
 
GoogleTemplate - Class in org.springframework.social.google.api.impl
The central class for interacting with Google APIs.
GoogleTemplate() - Constructor for class org.springframework.social.google.api.impl.GoogleTemplate
Creates a new instance of GoogleTemplate.
GoogleTemplate(String) - Constructor for class org.springframework.social.google.api.impl.GoogleTemplate
Creates a new instance of GoogleTemplate.
GROUP - org.springframework.social.google.api.drive.PermissionType
 

H

Hangout() - Constructor for class org.springframework.social.google.api.plus.Activity.Hangout
 
hashCode() - Method in class org.springframework.social.google.api.plus.Organization
 
hashCode() - Method in class org.springframework.social.google.api.plus.ProfileUrl
 
height - Variable in class org.springframework.social.google.api.plus.Activity.PreviewImage
 
hidden(boolean) - Method in interface org.springframework.social.google.api.drive.DriveFileQueryBuilder
 
hide(String) - Method in interface org.springframework.social.google.api.drive.DriveOperations
Hides a file
hide(String) - Method in class org.springframework.social.google.api.drive.impl.DriveTemplate
 

I

iCalUid(String) - Method in interface org.springframework.social.google.api.calendar.EventListQueryBuilder
Specifies event ID in the iCalendar format to be included in the response.
iCalUid(String) - Method in class org.springframework.social.google.api.calendar.impl.EventListQueryBuilderImpl
 
ICON - org.springframework.social.google.api.calendar.DisplayMode
"icon" - The gadget displays next to the event's title in the calendar view.
IconCategoryDeserializer - Class in org.springframework.social.google.api.drive.impl
IconCategoryDeserializer() - Constructor for class org.springframework.social.google.api.drive.impl.IconCategoryDeserializer
 
ImClient - Class in org.springframework.social.google.api.people
 
ImClient() - Constructor for class org.springframework.social.google.api.people.ImClient
 
includeCompleted(boolean) - Method in interface org.springframework.social.google.api.tasks.TaskQueryBuilder
 
includeDeleted(boolean) - Method in interface org.springframework.social.google.api.tasks.TaskQueryBuilder
 
includeHidden(boolean) - Method in interface org.springframework.social.google.api.tasks.TaskQueryBuilder
 
insertMoment(Moment) - Method in class org.springframework.social.google.api.plus.impl.PlusTemplate
 
insertMoment(Moment) - Method in interface org.springframework.social.google.api.plus.PlusOperations
Inserts a new moment (app activity)
isAnyoneCanAddSelf() - Method in class org.springframework.social.google.api.calendar.Event
Whether anyone can invite themselves to this event.
isAppDataContents() - Method in class org.springframework.social.google.api.drive.DriveFile
 
isAttendeesOmitted() - Method in class org.springframework.social.google.api.calendar.Event
Whether attendees may have been omitted from this event's representation.
isAuthenticatedUser() - Method in class org.springframework.social.google.api.drive.DriveUser
 
isAuthorized - Variable in class org.springframework.social.google.api.impl.AbstractGoogleApiOperations
 
isAuthorized() - Method in class org.springframework.social.google.api.drive.DriveApp
 
isCurrent() - Method in class org.springframework.social.google.api.people.Residence
 
isCurrentAppInstalled() - Method in class org.springframework.social.google.api.drive.DriveAbout
 
isDeleted() - Method in class org.springframework.social.google.api.calendar.Calendar
Whether this calendar has been deleted from the calendar list.
isDeleted() - Method in class org.springframework.social.google.api.drive.CommentReply
 
isDeleted() - Method in class org.springframework.social.google.api.drive.FileComment
 
isEditable() - Method in class org.springframework.social.google.api.drive.DriveFile
 
isEndTimeUnspecified() - Method in class org.springframework.social.google.api.calendar.Event
Whether the end time is actually unspecified.
isFile() - Method in interface org.springframework.social.google.api.drive.DriveFileQueryBuilder
 
isFolder() - Method in class org.springframework.social.google.api.drive.DriveFile
 
isFolder() - Method in interface org.springframework.social.google.api.drive.DriveFileQueryBuilder
 
isGuestsCanInviteOthers() - Method in class org.springframework.social.google.api.calendar.Event
Whether attendees other than the organizer can invite others to this event.
isGuestsCanModify() - Method in class org.springframework.social.google.api.calendar.Event
Whether attendees other than the organizer can modify this event.
isGuestsCanSeeOtherGuests() - Method in class org.springframework.social.google.api.calendar.Event
Whether attendees other than the organizer can see who this event's attendees are.
isHidden() - Method in class org.springframework.social.google.api.calendar.Calendar
Whether this calendar has been hidden from the list.
isHidden() - Method in class org.springframework.social.google.api.drive.DriveFile
 
isInstalled() - Method in class org.springframework.social.google.api.drive.DriveApp
 
isLocked() - Method in class org.springframework.social.google.api.calendar.Event
Whether this is a locked event copy where no changes can be made to the main event fields "summary", "description", "location", "start", "end" or "recurrence".
isOptional() - Method in class org.springframework.social.google.api.calendar.Event.Attendee
Whether this is an optional attendee.
isOrganizer() - Method in class org.springframework.social.google.api.calendar.Event.Attendee
Whether the attendee is the organizer of the event.
isPinned() - Method in class org.springframework.social.google.api.drive.FileRevision
 
isPlusUser() - Method in class org.springframework.social.google.api.plus.Person
 
isPrimary() - Method in class org.springframework.social.google.api.calendar.Calendar
Whether this calendar is the primary calendar of the authenticated user.
isPrimary() - Method in class org.springframework.social.google.api.plus.Organization
 
isPrivateCopy() - Method in class org.springframework.social.google.api.calendar.Event
Whether this is a private event copy where changes are not shared with other copies on other calendars.
isPublishAuto() - Method in class org.springframework.social.google.api.drive.FileRevision
 
isPublished() - Method in class org.springframework.social.google.api.drive.FileRevision
 
isPublishedOutsideDomain() - Method in class org.springframework.social.google.api.drive.FileRevision
 
isResource() - Method in class org.springframework.social.google.api.calendar.Event.Attendee
Whether the attendee is a resource.
isRestricted() - Method in class org.springframework.social.google.api.drive.DriveFile
 
isRoot() - Method in class org.springframework.social.google.api.drive.DriveFileParent
 
isSelected() - Method in class org.springframework.social.google.api.calendar.Calendar
Whether this calendar's content is displayed in the calendar UI.
isSelf() - Method in class org.springframework.social.google.api.calendar.Event.Attendee
Whether this entry represents the calendar on which this copy of the event appears.
isSelf() - Method in class org.springframework.social.google.api.calendar.Event.Creator
Whether the creator corresponds to the calendar on which this copy of the event appears.
isSelf() - Method in class org.springframework.social.google.api.calendar.Event.Organizer
Whether the organizer corresponds to the calendar on which this copy of the event appears.
isShortcut() - Method in class org.springframework.social.google.api.drive.DriveFile
 
isStarred() - Method in class org.springframework.social.google.api.drive.DriveFile
 
isSupportsCreate() - Method in class org.springframework.social.google.api.drive.DriveApp
 
isSupportsImport() - Method in class org.springframework.social.google.api.drive.DriveApp
 
isTrashed() - Method in class org.springframework.social.google.api.drive.DriveFile
 
isUseByDefault() - Method in class org.springframework.social.google.api.drive.DriveApp
 
isUseDefault() - Method in class org.springframework.social.google.api.calendar.Event.Reminders
Whether the default reminders of the calendar apply to this event.
isVerified() - Method in class org.springframework.social.google.api.plus.Person
 
isViewed() - Method in class org.springframework.social.google.api.drive.DriveFile
 
isWritersCanShare() - Method in class org.springframework.social.google.api.drive.DriveFile
 

L

lastViewedByMeAfter(Date) - Method in interface org.springframework.social.google.api.drive.DriveFileQueryBuilder
 
lastViewedByMeBefore(Date) - Method in interface org.springframework.social.google.api.drive.DriveFileQueryBuilder
 
lastViewedByMeIs(Date) - Method in interface org.springframework.social.google.api.drive.DriveFileQueryBuilder
 
lastViewedByMeIsOrAfter(Date) - Method in interface org.springframework.social.google.api.drive.DriveFileQueryBuilder
 
lastViewedByMeIsOrBefore(Date) - Method in interface org.springframework.social.google.api.drive.DriveFileQueryBuilder
 
ListenActivity - Class in org.springframework.social.google.api.plus.moments
Activity representing listening to a song, audio book, or other type of audio recording
ListenActivity() - Constructor for class org.springframework.social.google.api.plus.moments.ListenActivity
 
ListenActivity(String) - Constructor for class org.springframework.social.google.api.plus.moments.ListenActivity
 
Local - Class in org.springframework.social.google.api.people
 
Local() - Constructor for class org.springframework.social.google.api.people.Local
 

M

maxAttendees(int) - Method in interface org.springframework.social.google.api.calendar.EventListQueryBuilder
The maximum number of attendees to include in the response.
maxAttendees(int) - Method in class org.springframework.social.google.api.calendar.impl.EventListQueryBuilderImpl
 
maxAttendees(int) - Method in class org.springframework.social.google.api.calendar.impl.UpdateEventBuilderImpl
 
maxAttendees(int) - Method in interface org.springframework.social.google.api.calendar.UpdateEventBuilder
 
maxResultsNumber(int) - Method in class org.springframework.social.google.api.query.impl.QueryBuilderImpl
 
maxResultsNumber(int) - Method in interface org.springframework.social.google.api.query.QueryBuilder
 
mimeTypeIs(String) - Method in interface org.springframework.social.google.api.drive.DriveFileQueryBuilder
 
mimeTypeIsNot(String) - Method in interface org.springframework.social.google.api.drive.DriveFileQueryBuilder
 
minAccessRole(PermissionRole) - Method in interface org.springframework.social.google.api.calendar.CalendarListQueryBuilder
The minimum access role for the user in the returned entries.
minAccessRole(PermissionRole) - Method in class org.springframework.social.google.api.calendar.impl.CalendarListQueryBuilderImpl
 
modifiedDateAfter(Date) - Method in interface org.springframework.social.google.api.drive.DriveFileQueryBuilder
 
modifiedDateBefore(Date) - Method in interface org.springframework.social.google.api.drive.DriveFileQueryBuilder
 
modifiedDateIs(Date) - Method in interface org.springframework.social.google.api.drive.DriveFileQueryBuilder
 
modifiedDateIsOrAfter(Date) - Method in interface org.springframework.social.google.api.drive.DriveFileQueryBuilder
 
modifiedDateIsOrBefore(Date) - Method in interface org.springframework.social.google.api.drive.DriveFileQueryBuilder
 
Moment - Class in org.springframework.social.google.api.plus.moments
Abstract superclass for specific activity types.
Moment() - Constructor for class org.springframework.social.google.api.plus.moments.Moment
 
Moment(String) - Constructor for class org.springframework.social.google.api.plus.moments.Moment
 
momentQuery() - Method in class org.springframework.social.google.api.plus.impl.PlusTemplate
 
momentQuery() - Method in interface org.springframework.social.google.api.plus.PlusOperations
Creates a new MomentQueryBuilder
MomentQueryBuilder - Interface in org.springframework.social.google.api.plus.moments
MomentQueryBuilderImpl - Class in org.springframework.social.google.api.plus.moments.impl
MomentQueryBuilder implementation.
MomentQueryBuilderImpl(String, RestTemplate) - Constructor for class org.springframework.social.google.api.plus.moments.impl.MomentQueryBuilderImpl
 
MomentsPage - Class in org.springframework.social.google.api.plus.moments
MomentsPage() - Constructor for class org.springframework.social.google.api.plus.moments.MomentsPage
 
MomentTarget - Class in org.springframework.social.google.api.plus.moments
A moment's target.
MomentTarget() - Constructor for class org.springframework.social.google.api.plus.moments.MomentTarget
 
MomentTarget(String) - Constructor for class org.springframework.social.google.api.plus.moments.MomentTarget
 
move(String, String) - Method in interface org.springframework.social.google.api.drive.DriveOperations
Move a file into a different folder
move(String, String) - Method in class org.springframework.social.google.api.drive.impl.DriveTemplate
 
moveTask(String, Task, String, String) - Method in class org.springframework.social.google.api.tasks.impl.TaskTemplate
 
moveTask(String, Task, String, String) - Method in interface org.springframework.social.google.api.tasks.TaskOperations
Moves a task to a new position in the task list.

N

Name - Class in org.springframework.social.google.api.people
Model class representing a name in google people
Name() - Constructor for class org.springframework.social.google.api.people.Name
 
NEEDS_ACTION - org.springframework.social.google.api.calendar.AttendeeStatus
"needsAction" - The attendee has not responded to the invitation.
NEEDS_ACTION - org.springframework.social.google.api.tasks.TaskStatus
 
not() - Method in interface org.springframework.social.google.api.drive.DriveFileQueryBuilder
 
Notification() - Constructor for class org.springframework.social.google.api.calendar.Calendar.Notification
 
NotificationMethod - Enum in org.springframework.social.google.api.calendar
Enumeration representing a notification method.
NotificationMethodDeserializer - Class in org.springframework.social.google.api.calendar.impl
NotificationMethodDeserializer() - Constructor for class org.springframework.social.google.api.calendar.impl.NotificationMethodDeserializer
 
NotificationSettings() - Constructor for class org.springframework.social.google.api.calendar.Calendar.NotificationSettings
 
NotificationType - Enum in org.springframework.social.google.api.calendar
Enumeration representing a notification type.
NotificationTypeDeserializer - Class in org.springframework.social.google.api.calendar.impl
NotificationTypeDeserializer() - Constructor for class org.springframework.social.google.api.calendar.impl.NotificationTypeDeserializer
 

O

oauth2Operations() - Method in interface org.springframework.social.google.api.Google
Retrieves OAuth2Operations, used for interacting with Google+ API.
oauth2Operations() - Method in class org.springframework.social.google.api.impl.GoogleTemplate
 
OAuth2Operations - Interface in org.springframework.social.google.api.oauth2
Defines operations for Google Accounts Authentication and Authorization.
OAuth2Template - Class in org.springframework.social.google.api.oauth2.impl
 
OAuth2Template(RestTemplate, boolean) - Constructor for class org.springframework.social.google.api.oauth2.impl.OAuth2Template
 
OPAQUE - org.springframework.social.google.api.calendar.Transparency
"opaque" - The event blocks time on the calendar.
OPEN - org.springframework.social.google.api.drive.CommentStatus
 
orderBy(OrderBy) - Method in interface org.springframework.social.google.api.calendar.EventListQueryBuilder
The order of the events returned in the result.
orderBy(OrderBy) - Method in class org.springframework.social.google.api.calendar.impl.EventListQueryBuilderImpl
 
orderBy(ActivitiesOrder) - Method in interface org.springframework.social.google.api.plus.ActivityQueryBuilder
 
orderBy(ActivitiesOrder) - Method in class org.springframework.social.google.api.plus.impl.ActivityQueryBuilderImpl
 
OrderBy - Enum in org.springframework.social.google.api.calendar
Enumeration representing the ordering of results.
OrderByDeserializer - Class in org.springframework.social.google.api.calendar.impl
OrderByDeserializer() - Constructor for class org.springframework.social.google.api.calendar.impl.OrderByDeserializer
 
org.springframework.social.google.api - package org.springframework.social.google.api
Spring Social's Service APIs for Google
org.springframework.social.google.api.calendar - package org.springframework.social.google.api.calendar
Spring Social's Service APIs for Google Calendar.
org.springframework.social.google.api.calendar.impl - package org.springframework.social.google.api.calendar.impl
 
org.springframework.social.google.api.drive - package org.springframework.social.google.api.drive
Spring Social's Service APIs for Google Drive
org.springframework.social.google.api.drive.impl - package org.springframework.social.google.api.drive.impl
 
org.springframework.social.google.api.impl - package org.springframework.social.google.api.impl
 
org.springframework.social.google.api.oauth2 - package org.springframework.social.google.api.oauth2
 
org.springframework.social.google.api.oauth2.impl - package org.springframework.social.google.api.oauth2.impl
 
org.springframework.social.google.api.people - package org.springframework.social.google.api.people
 
org.springframework.social.google.api.people.impl - package org.springframework.social.google.api.people.impl
 
org.springframework.social.google.api.plus - package org.springframework.social.google.api.plus
Spring Social's Service APIs for Google+
org.springframework.social.google.api.plus.impl - package org.springframework.social.google.api.plus.impl
 
org.springframework.social.google.api.plus.moments - package org.springframework.social.google.api.plus.moments
Spring Social's Service APIs for Google+ Moments (App Activities)
org.springframework.social.google.api.plus.moments.impl - package org.springframework.social.google.api.plus.moments.impl
 
org.springframework.social.google.api.query - package org.springframework.social.google.api.query
 
org.springframework.social.google.api.query.impl - package org.springframework.social.google.api.query.impl
 
org.springframework.social.google.api.tasks - package org.springframework.social.google.api.tasks
Spring Social's Service APIs for Google Tasks
org.springframework.social.google.api.tasks.impl - package org.springframework.social.google.api.tasks.impl
 
org.springframework.social.google.config.boot - package org.springframework.social.google.config.boot
 
org.springframework.social.google.config.support - package org.springframework.social.google.config.support
Configuration support classes.
org.springframework.social.google.config.xml - package org.springframework.social.google.config.xml
Spring Social Google's XML configuration namespace.
org.springframework.social.google.connect - package org.springframework.social.google.connect
Google service provider connection repository and API adapter implementations.
org.springframework.social.google.security - package org.springframework.social.google.security
Support classes for integration with Spring Security.
Organization - Class in org.springframework.social.google.api.people
 
Organization - Class in org.springframework.social.google.api.plus
Organization from a Google+ profile
Organization() - Constructor for class org.springframework.social.google.api.people.Organization
 
Organizer() - Constructor for class org.springframework.social.google.api.calendar.Event.Organizer
 
OTHER - org.springframework.social.google.api.plus.UrlType
 
OTHER_PROFILE - org.springframework.social.google.api.plus.UrlType
 
OWNER - org.springframework.social.google.api.calendar.PermissionRole
"owner" - Provides ownership of the calendar.
OWNER - org.springframework.social.google.api.drive.PermissionRole
 
ownerIs(String) - Method in interface org.springframework.social.google.api.drive.DriveFileQueryBuilder
 

P

parentIs(String) - Method in interface org.springframework.social.google.api.drive.DriveFileQueryBuilder
 
patch(String, Object, Class<T>) - Method in class org.springframework.social.google.api.impl.AbstractGoogleApiOperations
 
PatchBuilder - Class in org.springframework.social.google.api.impl
A builder of a map to be used as the request body of PATCH operations.
PatchBuilder() - Constructor for class org.springframework.social.google.api.impl.PatchBuilder
 
PATH_DELIMITER - Static variable in class org.springframework.social.google.api.impl.PatchBuilder
 
peopleOperations() - Method in interface org.springframework.social.google.api.Google
Retrieves PeopleOperations, used for interacting with Google People API.
peopleOperations() - Method in class org.springframework.social.google.api.impl.GoogleTemplate
 
PeopleOperations - Interface in org.springframework.social.google.api.people
Defines operations for searching and retrieving Google people information.
PeoplePage - Class in org.springframework.social.google.api.plus
PeoplePage() - Constructor for class org.springframework.social.google.api.plus.PeoplePage
 
PeoplePage(List<Person>, String) - Constructor for class org.springframework.social.google.api.plus.PeoplePage
 
PeoplePerson - Class in org.springframework.social.google.api.people
Model class representing a full Google profile in people
PeoplePerson() - Constructor for class org.springframework.social.google.api.people.PeoplePerson
 
PeopleTemplate - Class in org.springframework.social.google.api.people.impl
PeopleOperations implementation.
PeopleTemplate(RestTemplate, boolean) - Constructor for class org.springframework.social.google.api.people.impl.PeopleTemplate
 
PermissionRole - Enum in org.springframework.social.google.api.calendar
Enumeration representing a user permission role in Google Calendar.
PermissionRole - Enum in org.springframework.social.google.api.drive
Enum representing a user permission role to a file in Google Drive
PermissionRoleDeserializer - Class in org.springframework.social.google.api.calendar.impl
PermissionRoleDeserializer - Class in org.springframework.social.google.api.drive.impl
PermissionRoleDeserializer() - Constructor for class org.springframework.social.google.api.calendar.impl.PermissionRoleDeserializer
 
PermissionRoleDeserializer() - Constructor for class org.springframework.social.google.api.drive.impl.PermissionRoleDeserializer
 
PermissionType - Enum in org.springframework.social.google.api.drive
Enum representing a user permission type to a file in Google Drive
PermissionTypeDeserializer - Class in org.springframework.social.google.api.drive.impl
PermissionTypeDeserializer() - Constructor for class org.springframework.social.google.api.drive.impl.PermissionTypeDeserializer
 
Person - Class in org.springframework.social.google.api.plus
Model class representing a full Google profile
Person() - Constructor for class org.springframework.social.google.api.plus.Person
 
PersonMetada - Class in org.springframework.social.google.api.people
Model class representing metadata in google people
PersonMetada() - Constructor for class org.springframework.social.google.api.people.PersonMetada
 
personQuery() - Method in class org.springframework.social.google.api.plus.impl.PlusTemplate
 
personQuery() - Method in interface org.springframework.social.google.api.plus.PlusOperations
PersonQueryBuilder - Interface in org.springframework.social.google.api.plus
PersonQueryBuilderImpl - Class in org.springframework.social.google.api.plus.impl
PersonQueryBuilder implementation.
PersonQueryBuilderImpl(RestTemplate) - Constructor for class org.springframework.social.google.api.plus.impl.PersonQueryBuilderImpl
 
PhoneNumber - Class in org.springframework.social.google.api.people
 
PhoneNumber() - Constructor for class org.springframework.social.google.api.people.PhoneNumber
 
Photo - Class in org.springframework.social.google.api.people
Model class representing a photo in google people
Photo() - Constructor for class org.springframework.social.google.api.people.Photo
 
Photo() - Constructor for class org.springframework.social.google.api.plus.Activity.Photo
 
Place() - Constructor for class org.springframework.social.google.api.plus.Activity.Place
 
plusOperations() - Method in interface org.springframework.social.google.api.Google
Retrieves PlusOperations, used for interacting with Google+ API.
plusOperations() - Method in class org.springframework.social.google.api.impl.GoogleTemplate
 
PlusOperations - Interface in org.springframework.social.google.api.plus
Defines operations for searching and retrieving Google+ activities, comments and people.
PlusTemplate - Class in org.springframework.social.google.api.plus.impl
PlusOperations implementation.
PlusTemplate(RestTemplate, boolean) - Constructor for class org.springframework.social.google.api.plus.impl.PlusTemplate
 
POPUP - org.springframework.social.google.api.calendar.NotificationMethod
"popup" - Reminders are sent via a UI popup.
PostalAddress - Class in org.springframework.social.google.api.plus.moments
Postal address
PostalAddress() - Constructor for class org.springframework.social.google.api.plus.moments.PostalAddress
 
postForAccessGrant(String, MultiValueMap<String, String>) - Method in class org.springframework.social.google.connect.GoogleOAuth2Template
 
PreviewImage() - Constructor for class org.springframework.social.google.api.plus.Activity.PreviewImage
 
PRIMARY_CALENDAR_ID - Static variable in interface org.springframework.social.google.api.calendar.CalendarOperations
The identifier for the user's primary calendar.
PRIVATE - org.springframework.social.google.api.calendar.Visibility
"private" - The event is private and only event attendees may view event details.
PRIVATE - org.springframework.social.google.api.drive.PropertyVisibility
 
ProfileUrl - Class in org.springframework.social.google.api.plus
URL in a person's Google+ profile
propertiesHas(String, String, PropertyVisibility) - Method in interface org.springframework.social.google.api.drive.DriveFileQueryBuilder
 
PropertyVisibility - Enum in org.springframework.social.google.api.drive
Enum representing the visibility of a custom property (PUBLIC or PRIVATE)
PUBLIC - org.springframework.social.google.api.calendar.Visibility
"public" - The event is public and event details are visible to all readers of the calendar.
PUBLIC - org.springframework.social.google.api.drive.PropertyVisibility
 

Q

QueryBuilder<Q extends QueryBuilder<?,​T>,​T> - Interface in org.springframework.social.google.api.query
A super-interface for API-specific query builders.
QueryBuilderImpl<Q extends QueryBuilder<?,​T>,​T> - Class in org.springframework.social.google.api.query.impl
Abstract superclass for QueryBuilder implementations.
QueryBuilderImpl() - Constructor for class org.springframework.social.google.api.query.impl.QueryBuilderImpl
 
QueryBuilderImpl(String) - Constructor for class org.springframework.social.google.api.query.impl.QueryBuilderImpl
 
quickAddEvent(String, String, boolean) - Method in interface org.springframework.social.google.api.calendar.CalendarOperations
Create a new event in the specified calendar, based on the specification text.
quickAddEvent(String, String, boolean) - Method in class org.springframework.social.google.api.calendar.impl.CalendarTemplate
 
QuickAddEventBuilder - Interface in org.springframework.social.google.api.calendar
Interface for constructing queries for adding a new event to a calendar, following the builder pattern.
QuickAddEventBuilderImpl - Class in org.springframework.social.google.api.calendar.impl
QuickAddEventBuilder implementation.
QuickAddEventBuilderImpl(String, String) - Constructor for class org.springframework.social.google.api.calendar.impl.QuickAddEventBuilderImpl
 

R

Rating - Class in org.springframework.social.google.api.plus.moments
Review rating
Rating() - Constructor for class org.springframework.social.google.api.plus.moments.Rating
 
Rating(String, String, String) - Constructor for class org.springframework.social.google.api.plus.moments.Rating
 
READER - org.springframework.social.google.api.calendar.PermissionRole
"reader" - Provides read access to the calendar.
READER - org.springframework.social.google.api.drive.PermissionRole
 
readerIs(String) - Method in interface org.springframework.social.google.api.drive.DriveFileQueryBuilder
 
RECENT - org.springframework.social.google.api.plus.ActivitiesOrder
 
ReminderOverride() - Constructor for class org.springframework.social.google.api.calendar.Event.ReminderOverride
 
Reminders() - Constructor for class org.springframework.social.google.api.calendar.Event.Reminders
 
removeComment(String, String) - Method in interface org.springframework.social.google.api.drive.DriveOperations
Removes a comment from a file
removeComment(String, String) - Method in class org.springframework.social.google.api.drive.impl.DriveTemplate
 
removePermission(String, String) - Method in interface org.springframework.social.google.api.drive.DriveOperations
Removes a permission from a file
removePermission(String, String) - Method in class org.springframework.social.google.api.drive.impl.DriveTemplate
 
removeProperty(String, String) - Method in interface org.springframework.social.google.api.drive.DriveOperations
Deletes a property
removeProperty(String, String) - Method in class org.springframework.social.google.api.drive.impl.DriveTemplate
 
removeReply(String, String, String) - Method in interface org.springframework.social.google.api.drive.DriveOperations
Removes a reply from a file comment
removeReply(String, String, String) - Method in class org.springframework.social.google.api.drive.impl.DriveTemplate
 
REOPEN - org.springframework.social.google.api.drive.ReplyVerb
 
ReplyVerb - Enum in org.springframework.social.google.api.drive
Enum representing a comment reply verb (resolve or reopen)
ReplyVerbDeserializer - Class in org.springframework.social.google.api.drive.impl
ReplyVerbDeserializer() - Constructor for class org.springframework.social.google.api.drive.impl.ReplyVerbDeserializer
 
requireAuthorization() - Method in class org.springframework.social.google.api.impl.AbstractGoogleApiOperations
 
ReserveActivity - Class in org.springframework.social.google.api.plus.moments
Activity representing a reservation at a business such as a restaurant
ReserveActivity() - Constructor for class org.springframework.social.google.api.plus.moments.ReserveActivity
 
ReserveActivity(String) - Constructor for class org.springframework.social.google.api.plus.moments.ReserveActivity
 
ReserveActivity(String, Date, int) - Constructor for class org.springframework.social.google.api.plus.moments.ReserveActivity
 
ReserveActivity.Result - Class in org.springframework.social.google.api.plus.moments
 
Residence - Class in org.springframework.social.google.api.people
 
Residence() - Constructor for class org.springframework.social.google.api.people.Residence
 
RESOLVE - org.springframework.social.google.api.drive.ReplyVerb
 
RESOLVED - org.springframework.social.google.api.drive.CommentStatus
 
restOperations() - Method in interface org.springframework.social.google.api.Google
 
restOperations() - Method in class org.springframework.social.google.api.impl.GoogleTemplate
 
restTemplate - Variable in class org.springframework.social.google.api.impl.AbstractGoogleApiOperations
 
Result() - Constructor for class org.springframework.social.google.api.plus.moments.CommentActivity.Result
 
Result() - Constructor for class org.springframework.social.google.api.plus.moments.ReserveActivity.Result
 
Result() - Constructor for class org.springframework.social.google.api.plus.moments.ReviewActivity.Result
 
ReviewActivity - Class in org.springframework.social.google.api.plus.moments
Activity representing a submission of a review, such as a review of a product, creative work, restaurant or other service
ReviewActivity() - Constructor for class org.springframework.social.google.api.plus.moments.ReviewActivity
 
ReviewActivity(String, String, String) - Constructor for class org.springframework.social.google.api.plus.moments.ReviewActivity
 
ReviewActivity(String, String, String, String, Rating) - Constructor for class org.springframework.social.google.api.plus.moments.ReviewActivity
 
ReviewActivity.Result - Class in org.springframework.social.google.api.plus.moments
 
RoleInfo() - Constructor for class org.springframework.social.google.api.drive.DriveAbout.RoleInfo
 
RoleSet() - Constructor for class org.springframework.social.google.api.drive.DriveAbout.RoleSet
 

S

saveEntity(String, T) - Method in class org.springframework.social.google.api.impl.AbstractGoogleApiOperations
 
saveTask(String, Task) - Method in class org.springframework.social.google.api.tasks.impl.TaskTemplate
 
saveTask(String, Task) - Method in interface org.springframework.social.google.api.tasks.TaskOperations
Creates or updates a task in a specified task list.
saveTask(Task) - Method in class org.springframework.social.google.api.tasks.impl.TaskTemplate
 
saveTask(Task) - Method in interface org.springframework.social.google.api.tasks.TaskOperations
Creates or updates a task in the default task list.
saveTaskList(TaskList) - Method in class org.springframework.social.google.api.tasks.impl.TaskTemplate
 
saveTaskList(TaskList) - Method in interface org.springframework.social.google.api.tasks.TaskOperations
Creates or updates a task list.
searchFor(String) - Method in interface org.springframework.social.google.api.plus.ActivityQueryBuilder
 
searchFor(String) - Method in class org.springframework.social.google.api.plus.impl.ActivityQueryBuilderImpl
 
searchFor(String) - Method in class org.springframework.social.google.api.plus.impl.PersonQueryBuilderImpl
 
searchFor(String) - Method in interface org.springframework.social.google.api.plus.PersonQueryBuilder
 
searchPeople(String, String) - Method in class org.springframework.social.google.api.plus.impl.PlusTemplate
 
searchPeople(String, String) - Method in interface org.springframework.social.google.api.plus.PlusOperations
Retrieves people that match the query text.
searchPublicActivities(String, String) - Method in class org.springframework.social.google.api.plus.impl.PlusTemplate
 
searchPublicActivities(String, String) - Method in interface org.springframework.social.google.api.plus.PlusOperations
Searches for public activities matching a text query
sendNotifications(boolean) - Method in interface org.springframework.social.google.api.calendar.DeleteEventBuilder
 
sendNotifications(boolean) - Method in class org.springframework.social.google.api.calendar.impl.DeleteEventBuilderImpl
 
sendNotifications(boolean) - Method in class org.springframework.social.google.api.calendar.impl.QuickAddEventBuilderImpl
 
sendNotifications(boolean) - Method in class org.springframework.social.google.api.calendar.impl.UpdateEventBuilderImpl
 
sendNotifications(boolean) - Method in interface org.springframework.social.google.api.calendar.QuickAddEventBuilder
 
sendNotifications(boolean) - Method in interface org.springframework.social.google.api.calendar.UpdateEventBuilder
 
serialize(Enum<?>, JsonGenerator, SerializerProvider) - Method in class org.springframework.social.google.api.impl.ApiEnumSerializer
 
serialize(Date, JsonGenerator, SerializerProvider) - Method in class org.springframework.social.google.api.calendar.impl.DateTimeSerializer
 
serialize(TimeZone, JsonGenerator, SerializerProvider) - Method in class org.springframework.social.google.api.calendar.impl.TimeZoneSerializer
 
set(String, Enum<?>) - Method in class org.springframework.social.google.api.impl.PatchBuilder
Adds a property and a value to be set in the PATCH request
set(String, Object) - Method in class org.springframework.social.google.api.impl.PatchBuilder
Adds a property and a value to be set in the PATCH request
setAppId(String) - Method in class org.springframework.social.google.config.boot.GoogleProperties
 
setAppSecret(String) - Method in class org.springframework.social.google.config.boot.GoogleProperties
 
setCompleted(Date) - Method in class org.springframework.social.google.api.tasks.Task
 
setConnectionValues(Google, ConnectionValues) - Method in class org.springframework.social.google.connect.GoogleAdapter
Set a value on the connection.
setConvert(boolean) - Method in class org.springframework.social.google.api.drive.UploadParameters
 
setDate(Date) - Method in class org.springframework.social.google.api.calendar.Event.DateTimeTimezone
Set the date to make this an all-day event.
setDateTime(Date) - Method in class org.springframework.social.google.api.calendar.Event.DateTimeTimezone
Set the time, to make this not an all-day event.
setDescription(String) - Method in class org.springframework.social.google.api.drive.DriveFile.Builder
 
setDue(Date) - Method in class org.springframework.social.google.api.tasks.Task
 
setEmail(String) - Method in class org.springframework.social.google.api.oauth2.UserInfo
 
setFamilyName(String) - Method in class org.springframework.social.google.api.oauth2.UserInfo
 
setGender(String) - Method in class org.springframework.social.google.api.oauth2.UserInfo
 
setGivenName(String) - Method in class org.springframework.social.google.api.oauth2.UserInfo
 
setGuestsCanInviteOthers(Boolean) - Method in class org.springframework.social.google.api.calendar.Event
Sets whether attendees other than the organizer can invite others to the event.
setGuestsCanSeeOtherGuests(Boolean) - Method in class org.springframework.social.google.api.calendar.Event
Sets whether attendees other than the organizer can see who the event's attendees are.
setHd(String) - Method in class org.springframework.social.google.api.oauth2.UserInfo
 
setHidden(boolean) - Method in class org.springframework.social.google.api.drive.DriveFile.Builder
 
setIncludeDeleted(boolean) - Method in interface org.springframework.social.google.api.drive.FileCommentQueryBuilder
 
setIncludeDeleted(boolean) - Method in class org.springframework.social.google.api.drive.impl.FileCommentQueryBuilderImpl
 
setIndexableText(String) - Method in class org.springframework.social.google.api.drive.DriveFile.Builder
 
setKey(String) - Method in class org.springframework.social.google.api.drive.FileProperty
 
setLastViewedByMeDate(Date) - Method in class org.springframework.social.google.api.drive.DriveFile.Builder
 
setLink(String) - Method in class org.springframework.social.google.api.oauth2.UserInfo
 
setLocale(String) - Method in class org.springframework.social.google.api.oauth2.UserInfo
 
setLocation(String) - Method in class org.springframework.social.google.api.calendar.Event
Sets the location of this event.
setMimeType(String) - Method in class org.springframework.social.google.api.drive.DriveFile.Builder
 
setModifiedDate(Date) - Method in class org.springframework.social.google.api.drive.DriveFile.Builder
 
setName(String) - Method in class org.springframework.social.google.api.oauth2.UserInfo
 
setNotes(String) - Method in class org.springframework.social.google.api.tasks.Task
 
setOcr(boolean) - Method in class org.springframework.social.google.api.drive.UploadParameters
 
setOcrLanguage(String) - Method in class org.springframework.social.google.api.drive.UploadParameters
 
setParents(String...) - Method in class org.springframework.social.google.api.drive.DriveFile.Builder
 
setParents(Collection<String>) - Method in class org.springframework.social.google.api.drive.DriveFile.Builder
 
setPicture(String) - Method in class org.springframework.social.google.api.oauth2.UserInfo
 
setPinned(boolean) - Method in class org.springframework.social.google.api.drive.FileRevision.FileRevisionBuilder
 
setPinned(boolean) - Method in class org.springframework.social.google.api.drive.UploadParameters
 
setPublishAuto(boolean) - Method in class org.springframework.social.google.api.drive.FileRevision.FileRevisionBuilder
 
setPublished(boolean) - Method in class org.springframework.social.google.api.drive.FileRevision.FileRevisionBuilder
 
setPublishedOutsideDomain(boolean) - Method in class org.springframework.social.google.api.drive.FileRevision.FileRevisionBuilder
 
setRecurrence(List<String>) - Method in class org.springframework.social.google.api.calendar.Event
Replaces the list of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event.
setRestricted(boolean) - Method in class org.springframework.social.google.api.drive.DriveFile.Builder
 
setSourceLanguage(String) - Method in class org.springframework.social.google.api.drive.UploadParameters
 
setStarred(boolean) - Method in class org.springframework.social.google.api.drive.DriveFile.Builder
 
setStatus(EventStatus) - Method in class org.springframework.social.google.api.calendar.Event
Sets the status of this event.
setSummary(String) - Method in class org.springframework.social.google.api.calendar.Event
Sets the title of this event.
setTargetLanguage(String) - Method in class org.springframework.social.google.api.drive.UploadParameters
 
setTimedTextLanguage(String) - Method in class org.springframework.social.google.api.drive.UploadParameters
 
setTimedTextTrackName(String) - Method in class org.springframework.social.google.api.drive.UploadParameters
 
setTimeZone(TimeZone) - Method in class org.springframework.social.google.api.calendar.Event.DateTimeTimezone
Set the time zone in which the time is specified (e.g.
setTitle(String) - Method in class org.springframework.social.google.api.drive.DriveFile.Builder
 
setTitle(String) - Method in class org.springframework.social.google.api.tasks.Task
 
setTitle(String) - Method in class org.springframework.social.google.api.tasks.TaskList
 
setTrashed(boolean) - Method in class org.springframework.social.google.api.drive.DriveFile.Builder
 
setUpdatedMin(Date) - Method in interface org.springframework.social.google.api.drive.FileCommentQueryBuilder
 
setUpdatedMin(Date) - Method in class org.springframework.social.google.api.drive.impl.FileCommentQueryBuilderImpl
 
setValue(String) - Method in class org.springframework.social.google.api.drive.FileProperty
 
setVerifiedEmail(String) - Method in class org.springframework.social.google.api.oauth2.UserInfo
 
setViewed(boolean) - Method in class org.springframework.social.google.api.drive.DriveFile.Builder
 
setVisibility(PropertyVisibility) - Method in class org.springframework.social.google.api.drive.FileProperty
 
sharedWithMe() - Method in interface org.springframework.social.google.api.drive.DriveFileQueryBuilder
 
SHORTCUT - Static variable in class org.springframework.social.google.api.drive.DriveFile
 
showDeleted(boolean) - Method in interface org.springframework.social.google.api.calendar.CalendarListQueryBuilder
Whether to include deleted calendar list entries in the result.
showDeleted(boolean) - Method in interface org.springframework.social.google.api.calendar.EventListQueryBuilder
Whether to include deleted events (with status equals "cancelled") in the result.
showDeleted(boolean) - Method in class org.springframework.social.google.api.calendar.impl.CalendarListQueryBuilderImpl
 
showDeleted(boolean) - Method in class org.springframework.social.google.api.calendar.impl.EventListQueryBuilderImpl
 
showHidden(boolean) - Method in interface org.springframework.social.google.api.calendar.CalendarListQueryBuilder
Whether to show hidden entries.
showHidden(boolean) - Method in class org.springframework.social.google.api.calendar.impl.CalendarListQueryBuilderImpl
 
showHiddenInvitations(boolean) - Method in interface org.springframework.social.google.api.calendar.EventListQueryBuilder
Whether to include hidden invitations in the result.
showHiddenInvitations(boolean) - Method in class org.springframework.social.google.api.calendar.impl.EventListQueryBuilderImpl
 
singleEvents(boolean) - Method in interface org.springframework.social.google.api.calendar.EventListQueryBuilder
Whether to expand recurring events into instances and only return single one-off events and instances of recurring events, but not the underlying recurring events themselves.
singleEvents(boolean) - Method in class org.springframework.social.google.api.calendar.impl.EventListQueryBuilderImpl
 
SMS - org.springframework.social.google.api.calendar.NotificationMethod
"sms" - Reminders are sent via SMS.
Source() - Constructor for class org.springframework.social.google.api.calendar.Event.Source
 
Sources - Class in org.springframework.social.google.api.people
Model class representing sources metadata info in google people
Sources() - Constructor for class org.springframework.social.google.api.people.Sources
 
star(String) - Method in interface org.springframework.social.google.api.drive.DriveOperations
Stars a file
star(String) - Method in class org.springframework.social.google.api.drive.impl.DriveTemplate
 
starred(boolean) - Method in interface org.springframework.social.google.api.drive.DriveFileQueryBuilder
 
START_TIME - org.springframework.social.google.api.calendar.OrderBy
"startTime": Order by the start date/time (ascending).

T

Task - Class in org.springframework.social.google.api.tasks
Model class representing a task
Task() - Constructor for class org.springframework.social.google.api.tasks.Task
 
Task(String) - Constructor for class org.springframework.social.google.api.tasks.Task
 
Task(String, String, String, Date, Date) - Constructor for class org.springframework.social.google.api.tasks.Task
 
Task(String, String, Date) - Constructor for class org.springframework.social.google.api.tasks.Task
 
TaskList - Class in org.springframework.social.google.api.tasks
Model class representing a task list
TaskList() - Constructor for class org.springframework.social.google.api.tasks.TaskList
 
TaskList(String) - Constructor for class org.springframework.social.google.api.tasks.TaskList
 
TaskList(String, String) - Constructor for class org.springframework.social.google.api.tasks.TaskList
 
taskListQuery() - Method in class org.springframework.social.google.api.tasks.impl.TaskTemplate
 
taskListQuery() - Method in interface org.springframework.social.google.api.tasks.TaskOperations
TaskListQueryBuilder - Interface in org.springframework.social.google.api.tasks
TaskListsPage - Class in org.springframework.social.google.api.tasks
TaskListsPage() - Constructor for class org.springframework.social.google.api.tasks.TaskListsPage
 
taskOperations() - Method in interface org.springframework.social.google.api.Google
Retrieves TaskOperations, used for interacting with Google Tasks API.
taskOperations() - Method in class org.springframework.social.google.api.impl.GoogleTemplate
 
TaskOperations - Interface in org.springframework.social.google.api.tasks
Defines operations for working with tasks and task lists of the authenticated user.
taskQuery() - Method in class org.springframework.social.google.api.tasks.impl.TaskTemplate
 
taskQuery() - Method in interface org.springframework.social.google.api.tasks.TaskOperations
Creates a TaskQueryBuilder.
TaskQueryBuilder - Interface in org.springframework.social.google.api.tasks
TasksPage - Class in org.springframework.social.google.api.tasks
TasksPage() - Constructor for class org.springframework.social.google.api.tasks.TasksPage
 
TaskStatus - Enum in org.springframework.social.google.api.tasks
Enum representing a task status (whether it is completed)
TaskStatusDeserializer - Class in org.springframework.social.google.api.tasks.impl
TaskStatusDeserializer() - Constructor for class org.springframework.social.google.api.tasks.impl.TaskStatusDeserializer
 
TaskTemplate - Class in org.springframework.social.google.api.tasks.impl
TaskOperations implementation.
TaskTemplate(RestTemplate, boolean) - Constructor for class org.springframework.social.google.api.tasks.impl.TaskTemplate
 
TENTATIVE - org.springframework.social.google.api.calendar.AttendeeStatus
"tentative" - The attendee has tentatively accepted the invitation.
TENTATIVE - org.springframework.social.google.api.calendar.EventStatus
"tentative" - The event is tentatively confirmed.
test(Google) - Method in class org.springframework.social.google.connect.GoogleAdapter
Attempt to see if the connection is valid.
text(String) - Method in class org.springframework.social.google.api.calendar.impl.QuickAddEventBuilderImpl
 
text(String) - Method in interface org.springframework.social.google.api.calendar.QuickAddEventBuilder
 
timeMax(int, int, int) - Method in interface org.springframework.social.google.api.calendar.EventListQueryBuilder
Upper bound (exclusive) for an event's start time to filter by.
timeMax(int, int, int) - Method in class org.springframework.social.google.api.calendar.impl.EventListQueryBuilderImpl
 
timeMax(Date) - Method in interface org.springframework.social.google.api.calendar.EventListQueryBuilder
Upper bound (exclusive) for an event's start time to filter by.
timeMax(Date) - Method in class org.springframework.social.google.api.calendar.impl.EventListQueryBuilderImpl
 
timeMin(int, int, int) - Method in interface org.springframework.social.google.api.calendar.EventListQueryBuilder
Lower bound (inclusive) for an event's end time to filter by.
timeMin(int, int, int) - Method in class org.springframework.social.google.api.calendar.impl.EventListQueryBuilderImpl
 
timeMin(Date) - Method in interface org.springframework.social.google.api.calendar.EventListQueryBuilder
Lower bound (inclusive) for an event's end time to filter by.
timeMin(Date) - Method in class org.springframework.social.google.api.calendar.impl.EventListQueryBuilderImpl
 
timeZone(TimeZone) - Method in interface org.springframework.social.google.api.calendar.EventListQueryBuilder
Time zone used in the response.
timeZone(TimeZone) - Method in class org.springframework.social.google.api.calendar.impl.EventListQueryBuilderImpl
 
TimeZoneDeserializer - Class in org.springframework.social.google.api.calendar.impl
JsonDeserializer for TimeZone.
TimeZoneDeserializer() - Constructor for class org.springframework.social.google.api.calendar.impl.TimeZoneDeserializer
 
TimeZoneSerializer - Class in org.springframework.social.google.api.calendar.impl
JsonSerializer for TimeZone.
TimeZoneSerializer() - Constructor for class org.springframework.social.google.api.calendar.impl.TimeZoneSerializer
 
titleContains(String) - Method in interface org.springframework.social.google.api.drive.DriveFileQueryBuilder
 
titleIs(String) - Method in interface org.springframework.social.google.api.drive.DriveFileQueryBuilder
 
toString() - Method in class org.springframework.social.google.api.drive.UploadParameters
Returns a string representation of the true and non-null parameters to be used in the query string
toString() - Method in class org.springframework.social.google.api.plus.Organization
 
toString() - Method in class org.springframework.social.google.api.plus.Person
 
toString() - Method in class org.springframework.social.google.api.plus.ProfileUrl
 
TotalItemsWrapper() - Constructor for class org.springframework.social.google.api.plus.Activity.ActivityObject.TotalItemsWrapper
 
Transparency - Enum in org.springframework.social.google.api.calendar
Enumeration representing whether an event blocks time in the Calendar.
TransparencyDeserializer - Class in org.springframework.social.google.api.calendar.impl
TransparencyDeserializer() - Constructor for class org.springframework.social.google.api.calendar.impl.TransparencyDeserializer
 
TRANSPARENT - org.springframework.social.google.api.calendar.Transparency
"transparent" - The event does not block time on the calendar.
trash(String) - Method in interface org.springframework.social.google.api.drive.DriveOperations
Moves a file to trash
trash(String) - Method in class org.springframework.social.google.api.drive.impl.DriveTemplate
 
trashed(boolean) - Method in interface org.springframework.social.google.api.drive.DriveFileQueryBuilder
 
type - Variable in class org.springframework.social.google.api.plus.Activity.PreviewImage
 

U

unhide(String) - Method in interface org.springframework.social.google.api.drive.DriveOperations
Unhides a file
unhide(String) - Method in class org.springframework.social.google.api.drive.impl.DriveTemplate
 
UNKNOWN - org.springframework.social.google.api.plus.AgeRange
 
unstar(String) - Method in interface org.springframework.social.google.api.drive.DriveOperations
Remove the star from a file
unstar(String) - Method in class org.springframework.social.google.api.drive.impl.DriveTemplate
 
untrash(String) - Method in interface org.springframework.social.google.api.drive.DriveOperations
Restores a file from trash
untrash(String) - Method in class org.springframework.social.google.api.drive.impl.DriveTemplate
 
updateComment(String, String, FileComment) - Method in interface org.springframework.social.google.api.drive.DriveOperations
Updates a comment to a file
updateComment(String, String, FileComment) - Method in class org.springframework.social.google.api.drive.impl.DriveTemplate
 
UPDATED - org.springframework.social.google.api.calendar.OrderBy
"updated": Order by last modification time (ascending).
updatedFrom(Date) - Method in interface org.springframework.social.google.api.tasks.TaskQueryBuilder
 
updatedMin(Date) - Method in interface org.springframework.social.google.api.calendar.EventListQueryBuilder
Lower bound for an event's last modification time to filter by.
updatedMin(Date) - Method in class org.springframework.social.google.api.calendar.impl.EventListQueryBuilderImpl
 
updateEvent(String, Event, boolean) - Method in interface org.springframework.social.google.api.calendar.CalendarOperations
Update an existing event.
updateEvent(String, Event, boolean) - Method in class org.springframework.social.google.api.calendar.impl.CalendarTemplate
 
UpdateEventBuilder - Interface in org.springframework.social.google.api.calendar
Interface for constructing queries for updating a existing event in a calendar, following the builder pattern.
UpdateEventBuilderImpl - Class in org.springframework.social.google.api.calendar.impl
UpdateEventBuilder implementation.
UpdateEventBuilderImpl(String, String, String) - Constructor for class org.springframework.social.google.api.calendar.impl.UpdateEventBuilderImpl
 
updateProperty(String, FileProperty) - Method in interface org.springframework.social.google.api.drive.DriveOperations
Updates a property
updateProperty(String, FileProperty) - Method in class org.springframework.social.google.api.drive.impl.DriveTemplate
 
updateReply(String, String, String, CommentReply) - Method in interface org.springframework.social.google.api.drive.DriveOperations
Updates a reply to a file comment
updateReply(String, String, String, CommentReply) - Method in class org.springframework.social.google.api.drive.impl.DriveTemplate
 
updateRevision(String, String, FileRevision) - Method in interface org.springframework.social.google.api.drive.DriveOperations
Updates a file revision
updateRevision(String, String, FileRevision) - Method in class org.springframework.social.google.api.drive.impl.DriveTemplate
 
updatesPermission(String, String, UserPermission) - Method in interface org.springframework.social.google.api.drive.DriveOperations
Updates a permission to a file
updatesPermission(String, String, UserPermission) - Method in class org.springframework.social.google.api.drive.impl.DriveTemplate
 
updateStatus(Google, String) - Method in class org.springframework.social.google.connect.GoogleAdapter
 
upload(Resource, DriveFile, UploadParameters) - Method in interface org.springframework.social.google.api.drive.DriveOperations
Uploads a file using multipart
upload(Resource, DriveFile, UploadParameters) - Method in class org.springframework.social.google.api.drive.impl.DriveTemplate
 
UploadParameters - Class in org.springframework.social.google.api.drive
Builder for parameters to be used in file upload
UploadParameters() - Constructor for class org.springframework.social.google.api.drive.UploadParameters
 
UriQueryBuilder<Q extends UriQueryBuilder<?,​T>,​T> - Interface in org.springframework.social.google.api.calendar
A super-interface for query builders where URIs are built instead of Strings.
UriQueryBuilderImpl<Q extends UriQueryBuilder<?,​T>,​T> - Class in org.springframework.social.google.api.calendar.impl
UriQueryBuilder implementation.
UriQueryBuilderImpl(String) - Constructor for class org.springframework.social.google.api.calendar.impl.UriQueryBuilderImpl
 
url - Variable in class org.springframework.social.google.api.plus.Activity.PreviewImage
 
Url - Class in org.springframework.social.google.api.people
 
Url() - Constructor for class org.springframework.social.google.api.people.Url
 
UrlType - Enum in org.springframework.social.google.api.plus
 
UrlTypeDeserializer - Class in org.springframework.social.google.api.plus.impl
UrlTypeDeserializer() - Constructor for class org.springframework.social.google.api.plus.impl.UrlTypeDeserializer
 
USER - org.springframework.social.google.api.drive.PermissionType
 
UserInfo - Class in org.springframework.social.google.api.oauth2
Model class representing a Google user
UserInfo() - Constructor for class org.springframework.social.google.api.oauth2.UserInfo
 
UserPermission - Class in org.springframework.social.google.api.drive
Model class representing a user permission to a file in Google Drive
UserPermission() - Constructor for class org.springframework.social.google.api.drive.UserPermission
 
UserPermission(PermissionRole, PermissionType, List<AdditionalRole>, String) - Constructor for class org.springframework.social.google.api.drive.UserPermission
 

V

valueOf(String) - Static method in enum org.springframework.social.google.api.calendar.AttendeeStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.social.google.api.calendar.DisplayMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.social.google.api.calendar.EventStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.social.google.api.calendar.NotificationMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.social.google.api.calendar.NotificationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.social.google.api.calendar.OrderBy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.social.google.api.calendar.PermissionRole
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.social.google.api.calendar.Transparency
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.social.google.api.calendar.Visibility
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.social.google.api.drive.AdditionalRole
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.social.google.api.drive.CommentStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.social.google.api.drive.DriveApp.IconCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.social.google.api.drive.PermissionRole
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.social.google.api.drive.PermissionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.social.google.api.drive.PropertyVisibility
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.social.google.api.drive.ReplyVerb
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.social.google.api.plus.ActivitiesOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.social.google.api.plus.AgeRange
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.social.google.api.plus.UrlType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.social.google.api.tasks.TaskStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.social.google.api.calendar.AttendeeStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.social.google.api.calendar.DisplayMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.social.google.api.calendar.EventStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.social.google.api.calendar.NotificationMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.social.google.api.calendar.NotificationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.social.google.api.calendar.OrderBy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.social.google.api.calendar.PermissionRole
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.social.google.api.calendar.Transparency
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.social.google.api.calendar.Visibility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.social.google.api.drive.AdditionalRole
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.social.google.api.drive.CommentStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.social.google.api.drive.DriveApp.IconCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.social.google.api.drive.PermissionRole
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.social.google.api.drive.PermissionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.social.google.api.drive.PropertyVisibility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.social.google.api.drive.ReplyVerb
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.social.google.api.plus.ActivitiesOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.social.google.api.plus.AgeRange
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.social.google.api.plus.UrlType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.social.google.api.tasks.TaskStatus
Returns an array containing the constants of this enum type, in the order they are declared.
Video() - Constructor for class org.springframework.social.google.api.plus.Activity.Video
 
Visibility - Enum in org.springframework.social.google.api.calendar
Enumeration representing the visibility of an event.
VisibilityDeserializer - Class in org.springframework.social.google.api.calendar.impl
VisibilityDeserializer() - Constructor for class org.springframework.social.google.api.calendar.impl.VisibilityDeserializer
 

W

WantActivity - Class in org.springframework.social.google.api.plus.moments
Activity representing an indecation by the user that they want something, such as if they add a product to a wishlist, a movie to a watchlist, or a book to a reading list
WantActivity() - Constructor for class org.springframework.social.google.api.plus.moments.WantActivity
 
WantActivity(String) - Constructor for class org.springframework.social.google.api.plus.moments.WantActivity
 
WEBSITE - org.springframework.social.google.api.plus.UrlType
 
width - Variable in class org.springframework.social.google.api.plus.Activity.PreviewImage
 
WRITER - org.springframework.social.google.api.calendar.PermissionRole
"writer" - Provides read and write access to the calendar.
WRITER - org.springframework.social.google.api.drive.PermissionRole
 
writerIs(String) - Method in interface org.springframework.social.google.api.drive.DriveFileQueryBuilder
 
A B C D E F G H I L M N O P Q R S T U V W 
All Classes All Packages