Uses of Class
org.springframework.social.google.api.plus.moments.Moment
-
Packages that use Moment Package Description org.springframework.social.google.api.plus Spring Social's Service APIs for Google+org.springframework.social.google.api.plus.impl org.springframework.social.google.api.plus.moments Spring Social's Service APIs for Google+ Moments (App Activities) -
-
Uses of Moment in org.springframework.social.google.api.plus
Methods in org.springframework.social.google.api.plus that return Moment Modifier and Type Method Description MomentPlusOperations. insertMoment(Moment moment)Inserts a new moment (app activity)Methods in org.springframework.social.google.api.plus with parameters of type Moment Modifier and Type Method Description MomentPlusOperations. insertMoment(Moment moment)Inserts a new moment (app activity) -
Uses of Moment in org.springframework.social.google.api.plus.impl
Methods in org.springframework.social.google.api.plus.impl that return Moment Modifier and Type Method Description MomentPlusTemplate. insertMoment(Moment moment)Methods in org.springframework.social.google.api.plus.impl with parameters of type Moment Modifier and Type Method Description MomentPlusTemplate. insertMoment(Moment moment) -
Uses of Moment in org.springframework.social.google.api.plus.moments
Subclasses of Moment 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 recordingclassReserveActivityActivity 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
-