org.springframework.social.facebook.api
Class QuestionOption
java.lang.Object
org.springframework.social.facebook.api.FacebookObject
org.springframework.social.facebook.api.QuestionOption
public class QuestionOption
- extends FacebookObject
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QuestionOption
public QuestionOption(String id,
String name,
Reference from,
int votes,
Date createdTime)
getId
public String getId()
getName
public String getName()
getFrom
public Reference getFrom()
getVotes
public int getVotes()
getCreatedTime
public Date getCreatedTime()