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