facebook4j
Interface Question

All Superinterfaces:
FacebookResponse
All Known Implementing Classes:
QuestionJSONImpl

public interface Question
extends FacebookResponse

Author:
Ryuji Yamashita - roundrop at gmail.com

Nested Class Summary
static interface Question.Option
           
 
Nested classes/interfaces inherited from interface facebook4j.FacebookResponse
FacebookResponse.Metadata
 
Method Summary
 java.util.Date getCreatedTime()
           
 Category getFrom()
           
 java.lang.String getId()
           
 PagableList<Question.Option> getOptions()
           
 java.lang.String getQuestion()
           
 java.util.Date getUpdatedTime()
           
 
Methods inherited from interface facebook4j.FacebookResponse
getMetadata
 

Method Detail

getId

java.lang.String getId()

getFrom

Category getFrom()

getQuestion

java.lang.String getQuestion()

getCreatedTime

java.util.Date getCreatedTime()

getUpdatedTime

java.util.Date getUpdatedTime()

getOptions

PagableList<Question.Option> getOptions()