All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
ShadowIGComment |
copyFrom(ShadowIGComment instance) |
ShadowIGComment.APIRequestCreateReply |
createReply() |
ShadowIGComment.APIRequestDelete |
delete() |
ShadowIGComment |
fetch() |
static ShadowIGComment |
fetchById(Long id,
APIContext context) |
static ShadowIGComment |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<ShadowIGComment> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<ShadowIGComment> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<ShadowIGComment> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<ShadowIGComment>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
ShadowIGComment.APIRequestGet |
get() |
APIContext |
getContext() |
Boolean |
getFieldHidden() |
String |
getFieldId() |
Long |
getFieldLikeCount() |
ShadowIGMedia |
getFieldMedia() |
String |
getFieldText() |
String |
getFieldTimestamp() |
ShadowIGUser |
getFieldUser() |
String |
getFieldUsername() |
String |
getId() |
static APIRequest.ResponseParser<ShadowIGComment> |
getParser() |
ShadowIGComment.APIRequestGetReplies |
getReplies() |
static ShadowIGComment |
loadJSON(String json,
APIContext context) |
static APINodeList<ShadowIGComment> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
String |
toString() |
ShadowIGComment.APIRequestUpdate |
update() |