org.springframework.social.facebook.api
Class QuestionOption

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

public class QuestionOption
extends FacebookObject


Constructor Summary
QuestionOption(String id, String name, Reference from, int votes, Date createdTime)
           
 
Method Summary
 Date getCreatedTime()
           
 Reference getFrom()
           
 String getId()
           
 String getName()
           
 int getVotes()
           
 
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

QuestionOption

public QuestionOption(String id,
                      String name,
                      Reference from,
                      int votes,
                      Date createdTime)
Method Detail

getId

public String getId()

getName

public String getName()

getFrom

public Reference getFrom()

getVotes

public int getVotes()

getCreatedTime

public Date getCreatedTime()