All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
InstagramComment |
copyFrom(InstagramComment instance) |
InstagramComment.APIRequestDelete |
delete() |
InstagramComment |
fetch() |
static InstagramComment |
fetchById(Long id,
APIContext context) |
static InstagramComment |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<InstagramComment> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<InstagramComment> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<InstagramComment> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<InstagramComment>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
InstagramComment.APIRequestGet |
get() |
APIContext |
getContext() |
String |
getFieldCommentType() |
String |
getFieldCreatedAt() |
String |
getFieldId() |
String |
getFieldInstagramCommentId() |
InstagramUser |
getFieldInstagramUser() |
List<InstagramUser> |
getFieldMentionedInstagramUsers() |
String |
getFieldMessage() |
String |
getId() |
static APIRequest.ResponseParser<InstagramComment> |
getParser() |
static InstagramComment |
loadJSON(String json,
APIContext context) |
static APINodeList<InstagramComment> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
String |
toString() |
InstagramComment.APIRequestUpdate |
update() |