All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
Photo |
copyFrom(Photo instance) |
Photo.APIRequestCreateComment |
createComment() |
Photo.APIRequestCreateDismissTagSuggestion |
createDismissTagSuggestion() |
Photo.APIRequestCreateLike |
createLike() |
Photo.APIRequestCreatePhoto |
createPhoto() |
Photo.APIRequestCreateTag |
createTag() |
Photo.APIRequestDelete |
delete() |
Photo.APIRequestDeleteLikes |
deleteLikes() |
Photo |
fetch() |
static Photo |
fetchById(Long id,
APIContext context) |
static Photo |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<Photo> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<Photo> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<Photo> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<Photo>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
Photo.APIRequestGet |
get() |
Photo.APIRequestGetComments |
getComments() |
APIContext |
getContext() |
Album |
getFieldAlbum() |
String |
getFieldAltText() |
String |
getFieldAltTextCustom() |
String |
getFieldBackdatedTime() |
String |
getFieldBackdatedTimeGranularity() |
Boolean |
getFieldCanBackdate() |
Boolean |
getFieldCanDelete() |
Boolean |
getFieldCanTag() |
String |
getFieldCreatedTime() |
Event |
getFieldEvent() |
Object |
getFieldFrom() |
Long |
getFieldHeight() |
String |
getFieldIcon() |
String |
getFieldId() |
List<PlatformImageSource> |
getFieldImages() |
String |
getFieldLink() |
String |
getFieldName() |
List<EntityAtTextRange> |
getFieldNameTags() |
String |
getFieldPageStoryId() |
String |
getFieldPicture() |
Place |
getFieldPlace() |
Long |
getFieldPosition() |
String |
getFieldSource() |
Profile |
getFieldTarget() |
String |
getFieldUpdatedTime() |
List<PlatformImageSource> |
getFieldWebpImages() |
Long |
getFieldWidth() |
String |
getId() |
Photo.APIRequestGetInsights |
getInsights() |
Photo.APIRequestGetLikes |
getLikes() |
static APIRequest.ResponseParser<Photo> |
getParser() |
Photo.APIRequestGetReactions |
getReactions() |
Photo.APIRequestGetSharedPosts |
getSharedPosts() |
Photo.APIRequestGetSponsorTags |
getSponsorTags() |
Photo.APIRequestGetTags |
getTags() |
static Photo |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<Photo> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |
Photo.APIRequestUpdate |
update() |