Uses of Class
org.springframework.social.google.api.ApiEntity
-
Packages that use ApiEntity Package Description org.springframework.social.google.api.calendar Spring Social's Service APIs for Google Calendar.org.springframework.social.google.api.drive Spring Social's Service APIs for Google Driveorg.springframework.social.google.api.impl org.springframework.social.google.api.oauth2 org.springframework.social.google.api.people org.springframework.social.google.api.plus Spring Social's Service APIs for Google+org.springframework.social.google.api.plus.moments Spring Social's Service APIs for Google+ Moments (App Activities)org.springframework.social.google.api.tasks Spring Social's Service APIs for Google Tasks -
-
Uses of ApiEntity in org.springframework.social.google.api.calendar
Subclasses of ApiEntity in org.springframework.social.google.api.calendar Modifier and Type Class Description classCalendarModel class representing a calendar within Google Calendar.classEventModel class representing an event within Google Calendar. -
Uses of ApiEntity in org.springframework.social.google.api.drive
Subclasses of ApiEntity in org.springframework.social.google.api.drive Modifier and Type Class Description classCommentReplyModel class representing a reply to comment in a file in Google DriveclassDriveAppModel class representing an application that is using Google Drive APIclassDriveFileModel class representing a file in Google DriveclassFileCommentModel class representing a comment in a file in Google DriveclassFilePropertyModel class representing a custom property set on a file in Google DriveclassFileRevisionModel class representing a file revision in Google DriveclassUserPermissionModel class representing a user permission to a file in Google Drive -
Uses of ApiEntity in org.springframework.social.google.api.impl
Methods in org.springframework.social.google.api.impl with type parameters of type ApiEntity Modifier and Type Method Description protected <T extends ApiEntity>
TAbstractGoogleApiOperations. saveEntity(String baseUrl, T entity)Methods in org.springframework.social.google.api.impl with parameters of type ApiEntity Modifier and Type Method Description protected voidAbstractGoogleApiOperations. deleteEntity(String baseUrl, ApiEntity entity) -
Uses of ApiEntity in org.springframework.social.google.api.oauth2
Subclasses of ApiEntity in org.springframework.social.google.api.oauth2 Modifier and Type Class Description classUserInfoModel class representing a Google user -
Uses of ApiEntity in org.springframework.social.google.api.people
Subclasses of ApiEntity in org.springframework.social.google.api.people Modifier and Type Class Description classPeoplePersonModel class representing a full Google profile in people -
Uses of ApiEntity in org.springframework.social.google.api.plus
Subclasses of ApiEntity in org.springframework.social.google.api.plus Modifier and Type Class Description classActivityModel class representing a Google+ activityclassActivityCommentModel class representing a comment.classPersonModel class representing a full Google profile -
Uses of ApiEntity in org.springframework.social.google.api.plus.moments
Subclasses of ApiEntity in org.springframework.social.google.api.plus.moments Modifier and Type Class Description classAddActivityModel class representing a generic fallback activity type.classBuyActivityActivity representing a purchase.classCheckInActivityActivity representing check in at a locationclassCommentActivityActivity representing a comment on an article, blog entry, or other creative workclassCreateActivityActivity representing creation of creative work such as a photo, blog entry, or microblog postclassDiscoverActivityActivity representing discovery of something, such as a new albumclassListenActivityActivity representing listening to a song, audio book, or other type of audio recordingclassMomentAbstract superclass for specific activity types.classReserveActivityActivity representing a reservation at a business such as a restaurantclassReviewActivityActivity representing a submission of a review, such as a review of a product, creative work, restaurant or other serviceclassWantActivityActivity 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 -
Uses of ApiEntity in org.springframework.social.google.api.tasks
Subclasses of ApiEntity in org.springframework.social.google.api.tasks Modifier and Type Class Description classTaskModel class representing a taskclassTaskListModel class representing a task list
-