GraphMultiResult
Lớp này không còn khả dụng trong phiên bản gần đây nhất của SDK.
Đã có phiên bản mới hơn của lớp này. Hãy kiểm tra phiên bản mới nhất.

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.

Triển khai:GraphObject
Gói:model
Phương thức thực thể
getData()

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

public GraphObjectList getData()
Returns
A list of GraphObjects