All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
ShadowIGUser |
copyFrom(ShadowIGUser instance) |
ShadowIGUser.APIRequestCreateMedia |
createMedia() |
ShadowIGUser.APIRequestCreateMediaPublish |
createMediaPublish() |
ShadowIGUser |
fetch() |
static ShadowIGUser |
fetchById(Long id,
APIContext context) |
static ShadowIGUser |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<ShadowIGUser> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<ShadowIGUser> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<ShadowIGUser> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<ShadowIGUser>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
ShadowIGUser.APIRequestGet |
get() |
APIContext |
getContext() |
String |
getFieldBiography() |
ShadowIGUser |
getFieldBusinessDiscovery() |
Long |
getFieldFollowersCount() |
Long |
getFieldFollowsCount() |
String |
getFieldId() |
Long |
getFieldIgId() |
Long |
getFieldMediaCount() |
ShadowIGComment |
getFieldMentionedComment() |
ShadowIGMedia |
getFieldMentionedMedia() |
String |
getFieldName() |
String |
getFieldProfilePictureUrl() |
String |
getFieldUsername() |
String |
getFieldWebsite() |
String |
getId() |
ShadowIGUser.APIRequestGetInsights |
getInsights() |
ShadowIGUser.APIRequestGetMedia |
getMedia() |
static APIRequest.ResponseParser<ShadowIGUser> |
getParser() |
ShadowIGUser.APIRequestGetTags |
getTags() |
static ShadowIGUser |
loadJSON(String json,
APIContext context) |
static APINodeList<ShadowIGUser> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
String |
toString() |