All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
ProfilePictureSource |
copyFrom(ProfilePictureSource instance) |
ProfilePictureSource |
fetch() |
static ProfilePictureSource |
fetchById(Long id,
APIContext context) |
static ProfilePictureSource |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<ProfilePictureSource> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<ProfilePictureSource> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<ProfilePictureSource> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<ProfilePictureSource>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
ProfilePictureSource.APIRequestGet |
get() |
APIContext |
getContext() |
Long |
getFieldBottom() |
String |
getFieldCacheKey() |
Long |
getFieldHeight() |
String |
getFieldId() |
Boolean |
getFieldIsSilhouette() |
Long |
getFieldLeft() |
Long |
getFieldRight() |
Long |
getFieldTop() |
String |
getFieldUri() |
String |
getFieldUrl() |
Long |
getFieldWidth() |
String |
getId() |
static APIRequest.ResponseParser<ProfilePictureSource> |
getParser() |
static ProfilePictureSource |
loadJSON(String json,
APIContext context) |
static APINodeList<ProfilePictureSource> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
String |
toString() |