Class CommentActivity
- java.lang.Object
-
- org.springframework.social.google.api.ApiEntity
-
- org.springframework.social.google.api.plus.moments.Moment
-
- org.springframework.social.google.api.plus.moments.CommentActivity
-
public class CommentActivity extends Moment
Activity representing a comment on an article, blog entry, or other creative work- Author:
- Gabriel Axel
- See Also:
- Comment Activity
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classCommentActivity.Result
-
Constructor Summary
Constructors Modifier Constructor Description protectedCommentActivity()CommentActivity(String targetUrl, String resultUrl, String resultText)CommentActivity(String targetUrl, String resultUrl, String resultText, String resultName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetResultName()StringgetResultText()StringgetResultUrl()-
Methods inherited from class org.springframework.social.google.api.plus.moments.Moment
getStartDate, getTarget
-
-