org.springframework.social.facebook.api
Class Question

java.lang.Object
  extended by org.springframework.social.facebook.api.FacebookObject
      extended by org.springframework.social.facebook.api.Question

public class Question
extends FacebookObject

Model class representing a question asked by a Facebook user.


Constructor Summary
Question(String id, String text, Reference from, Date createdTime, Date updatedTime)
           
 
Method Summary
 Date getCreatedTime()
           
 Reference getFrom()
           
 String getId()
           
 List<QuestionOption> getOptions()
           
 String getText()
           
 Date getUpdatedTime()
           
 
Methods inherited from class org.springframework.social.facebook.api.FacebookObject
add, getExtraData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Question

public Question(String id,
                String text,
                Reference from,
                Date createdTime,
                Date updatedTime)
Method Detail

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()