Package com.restfb

Class ApiResult<T>

java.lang.Object
com.restfb.ApiResult<T>
Type Parameters:
T - type of the mapped result
All Implemented Interfaces:
Serializable

public final class ApiResult<T> extends Object implements Serializable
Carries the result of a Graph API call plus response metadata such as debug headers.
See Also: