All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
Profile |
copyFrom(Profile instance) |
Profile |
fetch() |
static Profile |
fetchById(Long id,
APIContext context) |
static Profile |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<Profile> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<Profile> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<Profile> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<Profile>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
Profile.APIRequestGet |
get() |
APIContext |
getContext() |
Boolean |
getFieldCanPost() |
String |
getFieldId() |
String |
getFieldLink() |
String |
getFieldName() |
String |
getFieldPic() |
ProfilePictureSource |
getFieldPicCrop() |
String |
getFieldPicLarge() |
String |
getFieldPicSmall() |
String |
getFieldPicSquare() |
Profile.EnumProfileType |
getFieldProfileType() |
String |
getFieldUsername() |
String |
getId() |
static APIRequest.ResponseParser<Profile> |
getParser() |
Profile.APIRequestGetPicture |
getPicture() |
static Profile |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<Profile> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |