Package com.facebook.model

Interface Summary
GraphLocation Provides a strongly-typed representation of a Location as defined by the Graph API.
GraphMultiResult Defines a GraphObject that represents the result of a query that returns multiple GraphObjects nested under a "data" property.
GraphObject GraphObject is the primary interface used by the Facebook SDK for Android to represent objects in the Facebook Social Graph and the Facebook Open Graph (OG).
GraphObjectList<T> GraphObjectList is the primary representation of a collection of graph objects in the Facebook SDK for Android.
GraphPlace Provides a strongly-typed representation of a Place as defined by the Graph API.
GraphUser Provides a strongly-typed representation of a User as defined by the Graph API.
OpenGraphAction Provides a strongly-typed representation of an Open Graph Action.
 

Class Summary
GraphObject.Factory Creates proxies that implement GraphObject, GraphObjectList, and their derived types.
 

Annotation Types Summary
PropertyName Use this annotation on getters and setters in an interface that derives from GraphObject, if you wish to override the default property name that is inferred from the name of the method.