GraphMultiResult
Esta classe não está mais disponível na versão mais recente do SDK.
Há uma versão mais recente desta classe disponível. Confira. a versão mais recente.

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.

Implementa:GraphObject
Pacote:model
Métodos de instância
getData()

Provides access to the GraphObjects that make up the result set.

public GraphObjectList getData()
Returns
A list of GraphObjects