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.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.facebook.model.GraphObject
GraphObject.Factory
 
Method Summary
 GraphObjectList<GraphObject> getData()
          Provides access to the GraphObjects that make up the result set.
 
Methods inherited from interface com.facebook.model.GraphObject
asMap, cast, getInnerJSONObject, getProperty, removeProperty, setProperty
 

Method Detail

getData

GraphObjectList<GraphObject> getData()
Provides access to the GraphObjects that make up the result set.

Returns:
a list of GraphObjects