All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
OpenGraphContext |
copyFrom(OpenGraphContext instance) |
OpenGraphContext |
fetch() |
static OpenGraphContext |
fetchById(Long id,
APIContext context) |
static OpenGraphContext |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<OpenGraphContext> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<OpenGraphContext> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<OpenGraphContext> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<OpenGraphContext>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
OpenGraphContext.APIRequestGet |
get() |
APIContext |
getContext() |
String |
getFieldId() |
OpenGraphContext.APIRequestGetFriendsTaggedAt |
getFriendsTaggedAt() |
OpenGraphContext.APIRequestGetFriendsWhoLike |
getFriendsWhoLike() |
String |
getId() |
OpenGraphContext.APIRequestGetMusicListenFriends |
getMusicListenFriends() |
static APIRequest.ResponseParser<OpenGraphContext> |
getParser() |
OpenGraphContext.APIRequestGetVideoWatchFriends |
getVideoWatchFriends() |
static OpenGraphContext |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<OpenGraphContext> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |