All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
Album |
copyFrom(Album instance) |
Album.APIRequestCreateComment |
createComment() |
Album.APIRequestCreateLike |
createLike() |
Album.APIRequestCreatePhoto |
createPhoto() |
Album.APIRequestDeleteLikes |
deleteLikes() |
Album |
fetch() |
static Album |
fetchById(Long id,
APIContext context) |
static Album |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<Album> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<Album> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<Album> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<Album>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
Album.APIRequestGet |
get() |
Album.APIRequestGetComments |
getComments() |
APIContext |
getContext() |
String |
getFieldBackdatedTime() |
String |
getFieldBackdatedTimeGranularity() |
Boolean |
getFieldCanBackdate() |
Boolean |
getFieldCanUpload() |
Long |
getFieldCount() |
Photo |
getFieldCoverPhoto() |
String |
getFieldCreatedTime() |
String |
getFieldDescription() |
Object |
getFieldEditLink() |
Event |
getFieldEvent() |
Object |
getFieldFrom() |
String |
getFieldId() |
Boolean |
getFieldIsUserFacing() |
Object |
getFieldLink() |
String |
getFieldLocation() |
String |
getFieldModifiedMajor() |
String |
getFieldName() |
Long |
getFieldPhotoCount() |
Place |
getFieldPlace() |
String |
getFieldPrivacy() |
String |
getFieldType() |
String |
getFieldUpdatedTime() |
Long |
getFieldVideoCount() |
String |
getId() |
Album.APIRequestGetLikes |
getLikes() |
static APIRequest.ResponseParser<Album> |
getParser() |
Album.APIRequestGetPhotos |
getPhotos() |
Album.APIRequestGetPicture |
getPicture() |
Album.APIRequestGetReactions |
getReactions() |
Album.APIRequestGetShareDPosts |
getShareDPosts() |
static Album |
loadJSON(String json,
APIContext context) |
static APINodeList<Album> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
String |
toString() |