|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StackMobRequestSendResult | |
|---|---|
| com.stackmob.sdk.api | |
| Uses of StackMobRequestSendResult in com.stackmob.sdk.api |
|---|
| Methods in com.stackmob.sdk.api that return StackMobRequestSendResult | ||
|---|---|---|
StackMobRequestSendResult |
StackMob.broadcastPushNotification(Map<String,String> payload,
StackMobRawCallback callback)
broadcast a push notification to all users of this app. |
|
StackMobRequestSendResult |
StackMob.count(StackMobQuery query,
StackMobRawCallback callback)
retrieve the number of objects for a query on the StackMob platform |
|
StackMobRequestSendResult |
StackMob.count(String path,
StackMobRawCallback callback)
retrieve the number of objects for a schema on the StackMob platform |
|
StackMobRequestSendResult |
StackMob.delete(String path,
String id,
StackMobRawCallback callback)
do a delete request to the stackmob platform |
|
|
StackMob.deleteIdFrom(String path,
String primaryId,
String field,
T idToDelete,
boolean cascadeDelete,
StackMobRawCallback callback)
atomically remove elements from an array or has many relationship |
|
|
StackMob.deleteIdsFrom(String path,
String primaryId,
String field,
List<T> idsToDelete,
boolean cascadeDeletes,
StackMobRawCallback callback)
atomically remove elements from an array or has many relationship |
|
StackMobRequestSendResult |
StackMob.facebookLogin(String token,
StackMobRawCallback callback)
login into facebook on the StackMob platform |
|
StackMobRequestSendResult |
StackMob.facebookPostMessage(String msg,
StackMobRawCallback callback)
post a message to facebook. |
|
StackMobRequestSendResult |
StackMob.forgotPassword(String username,
StackMobRawCallback callback)
send out a password reset email to a user who's forgotten their password |
|
StackMobRequestSendResult |
StackMob.get(StackMobQuery query,
StackMobRawCallback callback)
do a get request on the StackMob platform |
|
StackMobRequestSendResult |
StackMob.get(StackMobQueryWithField query,
StackMobRawCallback callback)
do a get request on the StackMob platform |
|
StackMobRequestSendResult |
StackMob.get(String path,
Map<String,String> arguments,
List<Map.Entry<String,String>> headers,
StackMobRawCallback callback)
do a get request on the StackMob platform |
|
StackMobRequestSendResult |
StackMob.get(String path,
Map<String,String> arguments,
Map<String,String> headerMap,
StackMobRawCallback callback)
do a get request on the StackMob platform |
|
StackMobRequestSendResult |
StackMob.get(String path,
Map<String,String> arguments,
StackMobRawCallback callback)
do a get request on the StackMob platform |
|
StackMobRequestSendResult |
StackMob.get(String path,
StackMobRawCallback callback)
do a get request on the StackMob platform |
|
StackMobRequestSendResult |
StackMob.getAndClearExpiredPushTokens(StackMobRawCallback callback)
get all expired push tokens for this app, and clear them after they've been returned |
|
StackMobRequestSendResult |
StackMob.getExpiredPushTokens(StackMobRawCallback callback)
get expired push tokens, but do not clear them after they've been returned |
|
StackMobRequestSendResult |
StackMob.getFacebookUserInfo(StackMobRawCallback callback)
get facebook user info for the current user. |
|
StackMobRequestSendResult |
StackMob.getLoggedInUser(StackMobCallback callback)
Gets the user object for the currently logged in oauth2 user. |
|
StackMobRequestSendResult |
StackMob.getPush(String path,
Map<String,String> arguments,
StackMobRawCallback callback)
|
|
StackMobRequestSendResult |
StackMob.getTokensForUsers(List<String> usernames,
StackMobRawCallback callback)
get all the tokens for the each of the given users |
|
StackMobRequestSendResult |
StackMob.getTwitterUserInfo(StackMobRawCallback callback)
get twitter user info for the current user. |
|
StackMobRequestSendResult |
StackMob.getUsersForTokens(List<String> tokens,
StackMobRawCallback callback)
get the user for the each of the given tokens |
|
StackMobRequestSendResult |
StackMob.linkUserWithFacebookToken(String token,
StackMobRawCallback callback)
link an existing StackMob user with a Facebook user |
|
StackMobRequestSendResult |
StackMob.linkUserWithTwitterToken(String token,
String secret,
StackMobRawCallback callback)
link an existing stackmob user with an existing twitter user |
|
StackMobRequestSendResult |
StackMob.login(Map<String,String> params,
StackMobRawCallback callback)
call the login method on StackMob |
|
StackMobRequestSendResult |
StackMob.logout(StackMobRawCallback callback)
call the logout method on StackMob |
|
StackMobRequestSendResult |
StackMob.post(String path,
Object requestObject,
StackMobRawCallback callback)
do a post request on the StackMob platform for a single object |
|
StackMobRequestSendResult |
StackMob.post(String path,
String body,
List<Map.Entry<String,String>> headers,
StackMobRawCallback callback)
do a post request on the StackMob platform for a single object |
|
StackMobRequestSendResult |
StackMob.post(String path,
String body,
StackMobRawCallback callback)
do a post request on the StackMob platform for a single object |
|
|
StackMob.postBulk(String path,
List<T> requestObjects,
StackMobRawCallback callback)
do a post request on the StackMob platform with a list of objects |
|
StackMobRequestSendResult |
StackMob.postPush(String path,
Object requestObject,
StackMobRawCallback callback)
|
|
StackMobRequestSendResult |
StackMob.postRelated(String path,
String primaryId,
String relatedField,
Object relatedObject,
StackMobRawCallback callback)
post a new related object to an existing object. |
|
|
StackMob.postRelatedBulk(String path,
String primaryId,
String relatedField,
List<T> relatedObjects,
StackMobRawCallback callback)
post a list of new related objects to an existing object. |
|
StackMobRequestSendResult |
StackMob.pushToTokens(Map<String,String> payload,
List<StackMobPushToken> tokens,
StackMobRawCallback callback)
send a push notification to a group of tokens |
|
StackMobRequestSendResult |
StackMob.pushToUsers(Map<String,String> payload,
List<String> userIds,
StackMobRawCallback callback)
send a push notification to a group of users. |
|
StackMobRequestSendResult |
StackMob.put(String path,
String id,
Object requestObject,
StackMobRawCallback callback)
do a put request on the StackMob platform |
|
StackMobRequestSendResult |
StackMob.put(String path,
String id,
String body,
StackMobRawCallback callback)
do a put request on the StackMob platform |
|
StackMobRequestSendResult |
StackMob.putAndUpdateAtomicCounters(String path,
String id,
Object requestObject,
List<String> counterFields,
StackMobRawCallback callback)
do a put request on the StackMob platform, treating some of the fields as counters to be incremented rather than as values to set |
|
|
StackMob.putRelated(String path,
String primaryId,
String relatedField,
List<T> relatedIds,
StackMobRawCallback callback)
do a an atomic put request on the StackMob platform with the contents of the has-many relation |
|
StackMobRequestSendResult |
StackMob.refreshToken(StackMobRawCallback callback)
|
|
StackMobRequestSendResult |
StackMob.registerForPushWithUser(String username,
String registrationID,
boolean overwrite,
StackMobRawCallback callback)
register a user for C2DM push notifications |
|
StackMobRequestSendResult |
StackMob.registerForPushWithUser(String username,
String registrationID,
StackMobRawCallback callback)
register a user for C2DM push notifications |
|
StackMobRequestSendResult |
StackMob.registerWithFacebookToken(String token,
String username,
StackMobRawCallback callback)
create a new StackMob user and link that user with a facebook account |
|
StackMobRequestSendResult |
StackMob.registerWithTwitterToken(String token,
String secret,
String username,
StackMobRawCallback callback)
create a new user on stackmob and associate it with an existing twitter user |
|
StackMobRequestSendResult |
StackMob.removePushToken(String tokenString,
StackMobPushToken.TokenType tokenType,
StackMobRawCallback callback)
remove a push token for this app |
|
StackMobRequestSendResult |
StackMob.resetPassword(String oldPassword,
String newPassword,
StackMobRawCallback callback)
reset the logged in user's password |
|
StackMobRequestSendResult |
StackMobRequest.sendRequest()
|
|
StackMobRequestSendResult |
StackMob.startSession(StackMobRawCallback callback)
call the startsession method on StackMob |
|
StackMobRequestSendResult |
StackMob.twitterLogin(String token,
String secret,
StackMobRawCallback callback)
call the twitterlogin method on stackmob |
|
StackMobRequestSendResult |
StackMob.twitterStatusUpdate(String message,
StackMobRawCallback callback)
call the twitterStatusUpdate method on StackMob |
|
StackMobRequestSendResult |
StackMob.updateAtomicCounter(String path,
String id,
String field,
int value,
StackMobRawCallback callback)
Do an atomic update on a an integer field in a particular object and schema |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||