facebook4j
Interface Score

All Superinterfaces:
FacebookResponse
All Known Implementing Classes:
ScoreJSONImpl

public interface Score
extends FacebookResponse

Author:
Ryuji Yamashita - roundrop at gmail.com

Nested Class Summary
 
Nested classes/interfaces inherited from interface facebook4j.FacebookResponse
FacebookResponse.Metadata
 
Method Summary
 Application getApplication()
           
 java.lang.Integer getScore()
           
 java.lang.String getType()
           
 IdNameEntity getUser()
           
 
Methods inherited from interface facebook4j.FacebookResponse
getMetadata
 

Method Detail

getUser

IdNameEntity getUser()

getScore

java.lang.Integer getScore()

getApplication

Application getApplication()

getType

java.lang.String getType()