facebook4j
Interface Question

All Superinterfaces:
FacebookResponse

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
 Date getCreatedTime()
           
 Category getFrom()
           
 String getId()
           
 PagableList<Question.Option> getOptions()
           
 String getQuestion()
           
 Date getUpdatedTime()
           
 
Methods inherited from interface facebook4j.FacebookResponse
getMetadata
 

Method Detail

getId

String getId()

getFrom

Category getFrom()

getQuestion

String getQuestion()

getCreatedTime

Date getCreatedTime()

getUpdatedTime

Date getUpdatedTime()

getOptions

PagableList<Question.Option> getOptions()


Copyright © 2019. All rights reserved.