com.facebook.model
Interface GraphMultiResult
- All Superinterfaces:
- GraphObject
public interface GraphMultiResult
- extends GraphObject
Defines a GraphObject that represents the result of a query that returns multiple GraphObjects
nested under a "data" property.
Note that this interface is intended to be used with GraphObject.Factory
and not implemented directly.
getData
GraphObjectList<GraphObject> getData()
- Provides access to the GraphObjects that make up the result set.
- Returns:
- a list of GraphObjects