GraphMultiResult
最新版本的 SDK 已不再提供此課程。
有此級別的更新版本。前往查看 最新版本。

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.

實作GraphObject
套件:model
執行個體方法
getData()

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

public GraphObjectList getData()
Returns
A list of GraphObjects