org.springframework.social.facebook.api
Class Question
java.lang.Object
org.springframework.social.facebook.api.FacebookObject
org.springframework.social.facebook.api.Question
public class Question
- extends FacebookObject
Model class representing a question asked by a Facebook user.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Question
public Question(String id,
String text,
Reference from,
Date createdTime,
Date updatedTime)
getId
public String getId()
getText
public String getText()
getCreatedTime
public Date getCreatedTime()
getUpdatedTime
public Date getUpdatedTime()
getFrom
public Reference getFrom()
getOptions
public List<QuestionOption> getOptions()