GraphMultiResult
Kelas ini tidak tersedia lagi di versi SDK terbaru.
Versi yang lebih baru dari kelas ini sudah tersedia. Lihat versi terbaru.

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.

Penerapan:GraphObject
Paket:model
Metode Instance
getData()

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

public GraphObjectList getData()
Returns
A list of GraphObjects