facebook4j
Interface Insight

All Superinterfaces:
FacebookResponse

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
 String getDescription()
           
 String getId()
           
 String getName()
           
 String getPeriod()
           
 String getTitle()
           
 List<Insight.Value> getValues()
           
 
Methods inherited from interface facebook4j.FacebookResponse
getMetadata
 

Method Detail

getId

String getId()

getName

String getName()

getPeriod

String getPeriod()

getValues

List<Insight.Value> getValues()

getTitle

String getTitle()

getDescription

String getDescription()


Copyright © 2019. All rights reserved.