| Package | Description |
|---|---|
| com.facebook |
| Modifier and Type | Method and Description |
|---|---|
static Response.PagingDirection |
Response.PagingDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Response.PagingDirection[] |
Response.PagingDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Request |
Response.getRequestForPagedResults(Response.PagingDirection direction)
If a Response contains results that contain paging information, returns a new
Request that will retrieve the next page of results, in whichever direction
is desired.
|
Copyright © 2013. All Rights Reserved.