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