| Package | Description |
|---|---|
| com.facebook | |
| com.facebook.model |
| Modifier and Type | Method and Description |
|---|---|
GraphObjectList<GraphObject> |
Response.getGraphObjectList()
The list of graph objects returned for this request, if any.
|
<T extends GraphObject> |
Response.getGraphObjectListAs(Class<T> graphObjectClass)
The list of graph objects returned for this request, if any, cast into a particular type of GraphObject.
|
| Modifier and Type | Method and Description |
|---|---|
<U extends GraphObject> |
GraphObjectList.castToListOf(Class<U> graphObjectClass)
If T is derived from GraphObject, returns a new GraphObjectList exposing the same underlying data as a new
GraphObject-derived type.
|
static <T> GraphObjectList<T> |
GraphObject.Factory.createList(Class<T> graphObjectClass)
Creates a GraphObjectList-derived proxy that initially contains no data.
|
static <T> GraphObjectList<T> |
GraphObject.Factory.createList(org.json.JSONArray array,
Class<T> graphObjectClass)
Creates a GraphObjectList-derived proxy that provides typed access to the data in an underlying JSONArray.
|
GraphObjectList<GraphObject> |
GraphMultiResult.getData()
Provides access to the GraphObjects that make up the result set.
|
Copyright © 2013. All Rights Reserved.