GraphMultiResult
Diese Klasse ist in der neuesten Version des SDKs nicht mehr verfügbar.
Es ist eine neuere Version dieser Klasse verfügbar. Sieh sie dir an mit der aktuellsten Version.

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.

Implementierungen:GraphObject
Package:model
Instance-Methoden
getData()

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

public GraphObjectList getData()
Returns
A list of GraphObjects