EQAsyncTask<Boolean> |
CollectionService.addSocialEvent(Collection collection,
CollectionService.SocialAction socialAction,
CollectionService.SocialService excludeSocialService,
Boolean force,
ResponseDelegate<Boolean> responseDelegate) |
EQAsyncTask<Boolean> |
ContentFileService.addSocialEvent(ContentFile contentFile,
CollectionService.SocialAction socialAction,
CollectionService.SocialService excludeSocialService,
Boolean force,
ResponseDelegate<Boolean> responseDelegate) |
EQAsyncTask<Boolean> |
CollectionService.addUserRelationshipToCollection(Collection collection,
Collection.UserCollectionType userCollectionType,
Integer collectionTriggerId,
Boolean silent,
ResponseDelegate<Boolean> responseDelegate) |
EQAsyncTask<Boolean> |
CollectionService.addUserRelationshipToCollection(Collection collection,
Collection.UserCollectionType userCollectionType,
ResponseDelegate<Boolean> responseDelegate) |
EQAsyncTask<Upload> |
UploadService.beginUpload(UploadContext uploadContext,
ResponseDelegate<Upload> responseDelegate) |
EQAsyncTask<Boolean> |
ContentFileService.changeCollection(ContentFile contentFile,
Collection oldCollection,
Collection newCollection,
ResponseDelegate<Boolean> responseDelegate) |
EQAsyncTask<Boolean> |
ContentFileService.changeCollection(ContentFile contentFile,
Collection newCollection,
ResponseDelegate<Boolean> responseDelegate) |
EQAsyncTask<Upload> |
UploadService.completeUpload(Upload upload,
ResponseDelegate<Upload> responseDelegate) |
EQAsyncTask<List<ContentMenuItem>> |
MiscService.contentMenuItems(Date modifiedSince,
ResponseDelegate<List<ContentMenuItem>> responseDelegate) |
EQAsyncTask<List<ContentMenuItem>> |
MiscService.contentMenuItems(ResponseDelegate<List<ContentMenuItem>> responseDelegate) |
EQAsyncTask<Boolean> |
MiscService.createActivity(String activity,
ResponseDelegate<Boolean> responseDelegate) |
EQAsyncTask<Boolean> |
MiscService.createActivity(String activity,
String secondary,
ResponseDelegate<Boolean> responseDelegate) |
EQAsyncTask<Collection> |
CollectionService.createCollection(Collection collection,
File icon,
ResponseDelegate<Collection> responseDelegate) |
EQAsyncTask<Collection> |
CollectionService.createCollection(Collection collection,
InputStream icon,
String fileName,
ResponseDelegate<Collection> responseDelegate) |
EQAsyncTask<Collection> |
CollectionService.createCollection(Collection collection,
ResponseDelegate<Collection> responseDelegate) |
EQAsyncTask<ContentFile> |
ContentFileService.createContentFile(ContentFile contentFile,
File video,
ResponseDelegate<ContentFile> responseDelegate) |
EQAsyncTask<ContentFile> |
ContentFileService.createContentFile(ContentFile contentFile,
InputStream videoStream,
String fileName,
boolean isChunked,
ResponseDelegate<ContentFile> responseDelegate) |
EQAsyncTask<ContentFile> |
ContentFileService.createContentFile(ContentFile contentFile,
InputStream videoStream,
String fileName,
ResponseDelegate<ContentFile> responseDelegate) |
EQAsyncTask<ContentFile> |
ContentFileService.createContentFile(ContentFile contentFile,
Upload upload,
ResponseDelegate<ContentFile> responseDelegate) |
EQAsyncTask<ContentFile> |
ContentFileService.createContentFile(ContentFile contentFile,
URL url,
boolean isFlash,
ResponseDelegate<ContentFile> responseDelegate) |
EQAsyncTask<Integer> |
PostService.createPost(Post post,
ContentFile contentFile,
ResponseDelegate<Integer> responseDelegate) |
EQAsyncTask<Session> |
SessionService.createSession(String username,
String password,
ResponseDelegate<Session> responseDelegate) |
EQAsyncTask<Session> |
SessionService.createSession(User user,
ResponseDelegate<Session> responseDelegate) |
EQAsyncTask<Boolean> |
UserService.createUser(User user,
File icon,
ResponseDelegate<Boolean> responseDelegate) |
EQAsyncTask<Boolean> |
UserService.createUser(User user,
InputStream icon,
String fileName,
ResponseDelegate<Boolean> responseDelegate) |
EQAsyncTask<User> |
UserService.createUser(User user,
ResponseDelegate<User> responseDelegate) |
EQAsyncTask<Session> |
SessionService.createUserAndSession(User user,
ResponseDelegate<Session> responseDelegate) |
EQAsyncTask<Boolean> |
PostService.delete(int postId,
ResponseDelegate<Boolean> responseDelegate) |
EQAsyncTask<Boolean> |
PostService.delete(Post post,
ResponseDelegate<Boolean> responseDelegate) |
EQAsyncTask<Boolean> |
CollectionService.deleteCollection(Collection collection,
ResponseDelegate<Boolean> responseDelegate) |
EQAsyncTask<Boolean> |
CollectionService.deleteCollection(Integer collectionId,
ResponseDelegate<Boolean> responseDelegate) |
EQAsyncTask<Boolean> |
ContentFileService.deleteContentFile(ContentFile contentFile,
ResponseDelegate<Boolean> responseDelegate) |
EQAsyncTask<Boolean> |
UserService.deleteUser(ResponseDelegate<Boolean> responseDelegate) |
EQAsyncTask<Boolean> |
UserService.emailAccounts(String email,
ResponseDelegate<Boolean> responseDelegate) |
EQAsyncTask<List<ContentFile>> |
UserService.favoritedContentFiles(User user,
ContentFileContext contentFileContext,
PagingParameters pagingParameters,
ResponseDelegate<List<ContentFile>> responseDelegate) |
EQAsyncTask<List<ContentFile>> |
ContentFileService.favoritedContentFiles(User user,
ContentFileContext contentFileContext,
PagingParameters pagingParameters,
ResponseDelegate<List<ContentFile>> responseDelegate) |
EQAsyncTask<List<FacebookFriend>> |
UserService.findFacebookFriends(String search,
FriendService.SocialSearchType socialSearchType,
PagingParameters pagingParameters,
ResponseDelegate<List<FacebookFriend>> responseDelegate) |
EQAsyncTask<List<TwitterFriend>> |
UserService.findTwitterFriends(String search,
FriendService.SocialSearchType socialSearchType,
PagingParameters pagingParameters,
ResponseDelegate<List<TwitterFriend>> responseDelegate) |
EQAsyncTask<Boolean> |
ContentFileService.flagAsInappropriate(ContentFile contentFile,
ResponseDelegate<Boolean> responseDelegate) |
EQAsyncTask<List<User>> |
UserService.getAllUsers(ResponseDelegate<List<User>> responseDelegate) |
EQAsyncTask<Collection> |
CollectionService.getCollection(int collectionId,
ResponseDelegate<Collection> responseDelegate) |
EQAsyncTask<Collection> |
CollectionService.getCollection(UUID collectionGuid,
ResponseDelegate<Collection> responseDelegate) |
EQAsyncTask<Collection> |
CollectionService.getCollectionRequest(UUID collectionRequestGuid,
ResponseDelegate<Collection> responseDelegate) |
EQAsyncTask<List<Collection>> |
CollectionService.getCollections(CollectionContext collectionContext,
PagingParameters pagingParameters,
ResponseDelegate<List<Collection>> responseDelegate) |
EQAsyncTask<List<Collection>> |
CollectionService.getCollections(ResponseDelegate<List<Collection>> responseDelegate) |
EQAsyncTask<List<Collection>> |
CollectionService.getCollections(User user,
CollectionContext collectionContext,
PagingParameters pagingParameters,
ResponseDelegate<List<Collection>> responseDelegate) |
EQAsyncTask<ContentFile> |
ContentFileService.getContentFile(Integer contentFileId,
ResponseDelegate<ContentFile> responseDelegate) |
EQAsyncTask<ContentFile> |
ContentFileService.getContentFile(String fileName,
ResponseDelegate<ContentFile> responseDelegate) |
EQAsyncTask<List<ContentFile>> |
ContentFileService.getContentFiles(Collection collection,
PagingParameters pagingParameters,
ResponseDelegate<List<ContentFile>> responseDelegate) |
EQAsyncTask<List<ContentFile>> |
ContentFileService.getContentFiles(Collection collection,
ResponseDelegate<List<ContentFile>> responseDelegate) |
EQAsyncTask<List<ContentMenuItem>> |
ContentMenuService.getContentMenuItems(Date modifiedSince,
ResponseDelegate<List<ContentMenuItem>> responseDelegate) |
EQAsyncTask<List<Category>> |
CategoryService.getDefaultCategories(ResponseDelegate<List<Category>> responseDelegate)
List all valid categories
|
EQAsyncTask<User> |
UserService.getLoggedInUser(ResponseDelegate<User> responseDelegate) |
EQAsyncTask<List<HashTag>> |
HashTagService.getTrending(PagingParameters pagingParameters,
ResponseDelegate<List<HashTag>> responseDelegate) |
EQAsyncTask<List<HashTag>> |
MiscService.getTrendingHashTags(PagingParameters pagingParameters,
ResponseDelegate<List<HashTag>> responseDelegate) |
EQAsyncTask<Upload> |
UploadService.getUpload(UploadContext uploadContext,
ResponseDelegate<Upload> responseDelegate) |
EQAsyncTask<User> |
UserService.getUser(Integer userId,
ResponseDelegate<User> responseDelegate) |
EQAsyncTask<User> |
UserService.getUser(String userName,
ResponseDelegate<User> responseDelegate) |
EQAsyncTask<User> |
UserService.getUser(User user,
ResponseDelegate<User> responseDelegate) |
EQAsyncTask<List<User>> |
UserService.getUsers(ResponseDelegate<List<User>> responseDelegate,
Integer... userIds) |
EQAsyncTask<User> |
UserService.linkFacebook(User user,
String accessToken,
Date expirationDate,
ResponseDelegate<User> responseDelegate) |
EQAsyncTask<User> |
UserService.linkTwitter(User user,
String twitterUserId,
String screenName,
String oAuthToken,
String oAuthTokenSecret,
ResponseDelegate<User> responseDelegate) |
EQAsyncTask<List<Collection>> |
UserService.listCollections(User user,
CollectionContext collectionContext,
PagingParameters pagingParameters,
ResponseDelegate<List<Collection>> responseDelegate) |
EQAsyncTask<List<ContentFile>> |
CollectionService.listFavoritedContentFiles(User user,
ContentFileContext contentFileContext,
PagingParameters pagingParameters,
ResponseDelegate<List<ContentFile>> responseDelegate) |
EQAsyncTask<List<Post>> |
PostService.listPosts(ContentFile contentFile,
PagingParameters pagingParameters,
ResponseDelegate<List<Post>> responseDelegate) |
EQAsyncTask<List<Post>> |
ContentFileService.listPosts(ContentFile contentFile,
PagingParameters pagingParameters,
ResponseDelegate<List<Post>> responseDelegate) |
EQAsyncTask<List<User>> |
UserService.listUsers(UserContext userContext,
PagingParameters pagingParameters,
ResponseDelegate<List<User>> responseDelegate) |
EQAsyncTask<Boolean> |
CollectionService.markAsViewed(Collection collection,
ResponseDelegate<Boolean> responseDelegate) |
EQAsyncTask<Boolean> |
ContentFileService.markAsViewed(ContentFile contentFile,
ResponseDelegate<Boolean> responseDelegate) |
EQAsyncTask<PurchaseTransaction> |
UserService.purchase(PurchaseContext purchaseContext,
ResponseDelegate<PurchaseTransaction> responseDelegate) |
EQAsyncTask<Boolean> |
CollectionService.removeSocialEvent(Collection collection,
CollectionService.SocialAction socialAction,
Boolean force,
ResponseDelegate<Boolean> responseDelegate) |
EQAsyncTask<Boolean> |
ContentFileService.removeSocialEvent(ContentFile contentFile,
CollectionService.SocialAction socialAction,
Boolean force,
ResponseDelegate<Boolean> responseDelegate) |
EQAsyncTask<Boolean> |
UserService.requestPasswordReset(String username,
ResponseDelegate<Boolean> responseDelegate) |
EQAsyncTask<Boolean> |
UserService.resendConfirmationEmail(ResponseDelegate<Boolean> responseDelegate) |
EQAsyncTask<Boolean> |
UserService.resetPassword(UUID passwordResetGuid,
String password,
ResponseDelegate<Boolean> responseDelegate) |
EQAsyncTask<List<User>> |
UserService.search(String search,
PagingParameters pagingParameters,
ResponseDelegate<List<User>> responseDelegate) |
EQAsyncTask<List<HashTag>> |
MiscService.searchHashTags(String search,
PagingParameters pagingParameters,
ResponseDelegate<List<HashTag>> responseDelegate) |
EQAsyncTask<List<HashTag>> |
HashTagService.searchHashTags(String search,
PagingParameters pagingParameters,
ResponseDelegate<List<HashTag>> responseDelegate) |
EQAsyncTask<User> |
UserService.unlinkFacebook(User user,
ResponseDelegate<User> responseDelegate) |
EQAsyncTask<User> |
UserService.unlinkTwitter(User user,
ResponseDelegate<User> responseDelegate) |
EQAsyncTask<Boolean> |
CollectionService.updateCollection(Collection collection,
boolean deleteIcon,
ResponseDelegate<Boolean> responseDelegate) |
EQAsyncTask<Boolean> |
CollectionService.updateCollection(Collection collection,
File icon,
ResponseDelegate<Boolean> responseDelegate) |
EQAsyncTask<Boolean> |
CollectionService.updateCollection(Collection collection,
InputStream icon,
String fileName,
ResponseDelegate<Boolean> responseDelegate) |
EQAsyncTask<ContentFile> |
ContentFileService.updateContentFile(ContentFile contentFile,
File video,
ResponseDelegate<ContentFile> responseDelegate) |
EQAsyncTask<ContentFile> |
ContentFileService.updateContentFile(ContentFile contentFile,
InputStream videoStream,
String fileName,
boolean isChunked,
ResponseDelegate<ContentFile> responseDelegate) |
EQAsyncTask<ContentFile> |
ContentFileService.updateContentFile(ContentFile contentFile,
InputStream videoStream,
String fileName,
ResponseDelegate<ContentFile> responseDelegate) |
EQAsyncTask<Boolean> |
ContentFileService.updateContentFile(ContentFile contentFile,
ResponseDelegate<Boolean> responseDelegate) |
EQAsyncTask<Boolean> |
UserService.updateUser(User user,
boolean deleteIcon,
ResponseDelegate<Boolean> responseDelegate) |
EQAsyncTask<Boolean> |
UserService.updateUser(User user,
File icon,
ResponseDelegate<Boolean> responseDelegate) |
EQAsyncTask<Boolean> |
UserService.updateUser(User user,
InputStream icon,
String fileName,
ResponseDelegate<Boolean> responseDelegate) |
EQAsyncTask<Boolean> |
UserService.updateUser(User user,
ResponseDelegate<Boolean> responseDelegate) |
EQAsyncTask<UploadProgress> |
UploadService.uploadChunk(UploadContext uploadContext,
UploadChunk uploadChunk,
byte[] chunk,
ResponseDelegate<UploadProgress> responseDelegate) |