All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
IGMedia |
copyFrom(IGMedia instance) |
IGMedia.APIRequestCreateComment |
createComment() |
IGMedia |
fetch() |
static IGMedia |
fetchById(Long id,
APIContext context) |
static IGMedia |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<IGMedia> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<IGMedia> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<IGMedia> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<IGMedia>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
IGMedia.APIRequestGet |
get() |
IGMedia.APIRequestGetChildren |
getChildren() |
IGMedia.APIRequestGetComments |
getComments() |
APIContext |
getContext() |
String |
getFieldCaption() |
Long |
getFieldCommentsCount() |
String |
getFieldId() |
String |
getFieldIgId() |
Boolean |
getFieldIsCommentEnabled() |
Long |
getFieldLikeCount() |
String |
getFieldMediaType() |
String |
getFieldMediaUrl() |
IGUser |
getFieldOwner() |
String |
getFieldPermalink() |
String |
getFieldShortcode() |
String |
getFieldThumbnailUrl() |
String |
getFieldTimestamp() |
String |
getFieldUsername() |
String |
getId() |
IGMedia.APIRequestGetInsights |
getInsights() |
static APIRequest.ResponseParser<IGMedia> |
getParser() |
static IGMedia |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<IGMedia> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |
IGMedia.APIRequestUpdate |
update() |