facebook4j
Interface Insight

All Superinterfaces:
FacebookResponse
All Known Implementing Classes:
InsightJSONImpl

public interface Insight
extends FacebookResponse

Author:
Ryuji Yamashita - roundrop at gmail.com

Nested Class Summary
static interface Insight.Value
           
 
Nested classes/interfaces inherited from interface facebook4j.FacebookResponse
FacebookResponse.Metadata
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getId()
           
 java.lang.String getName()
           
 java.lang.String getPeriod()
           
 java.lang.String getTitle()
           
 java.util.List<Insight.Value> getValues()
           
 
Methods inherited from interface facebook4j.FacebookResponse
getMetadata
 

Method Detail

getId

java.lang.String getId()

getName

java.lang.String getName()

getPeriod

java.lang.String getPeriod()

getValues

java.util.List<Insight.Value> getValues()

getTitle

java.lang.String getTitle()

getDescription

java.lang.String getDescription()