facebook4j
Interface QuestionVotes

All Superinterfaces:
FacebookResponse
All Known Implementing Classes:
QuestionVotesJSONImpl

public interface QuestionVotes
extends FacebookResponse

Author:
Ryuji Yamashita - roundrop at gmail.com

Nested Class Summary
 
Nested classes/interfaces inherited from interface facebook4j.FacebookResponse
FacebookResponse.Metadata
 
Method Summary
 java.lang.String getId()
           
 PagableList<IdNameEntity> getVotes()
           
 
Methods inherited from interface facebook4j.FacebookResponse
getMetadata
 

Method Detail

getId

java.lang.String getId()

getVotes

PagableList<IdNameEntity> getVotes()