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