A B C D F G H I K L M N O P Q R S T U V W

A

add(StackMobQuery) - Method in class com.stackmob.sdk.api.StackMobQuery
copy the constraints in a give query to this one
append(String, List<T>, StackMobCallback) - Method in class com.stackmob.sdk.model.StackMobModel
append model objects to a collection field in this object.
appendAndSave(String, List<T>, StackMobCallback) - Method in class com.stackmob.sdk.model.StackMobModel
append model objects to a collection field in this object.
asList() - Method in class com.stackmob.sdk.api.StackMobGeoPoint
a list representation of this geopoint

B

broadcastPushNotification(Map<String, String>, StackMobRawCallback) - Method in class com.stackmob.sdk.push.StackMobPush
broadcast a push notification to all users of this app.

C

com.stackmob.sdk.api - package com.stackmob.sdk.api
Classes for communicating directly with StackMob.
com.stackmob.sdk.callback - package com.stackmob.sdk.callback
The various callbacks used to respond to asynchronous calls.
com.stackmob.sdk.exception - package com.stackmob.sdk.exception
StackMob specific exceptions.
com.stackmob.sdk.model - package com.stackmob.sdk.model
Base classes for objects that map to StackMob data.
com.stackmob.sdk.push - package com.stackmob.sdk.push
Support classes for push methods.
count(String, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMobDatastore
retrieve the number of objects for a schema on the StackMob platform
count(StackMobQuery, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMobDatastore
retrieve the number of objects for a query on the StackMob platform
count(Class<T>, StackMobQuery, StackMobCountCallback) - Static method in class com.stackmob.sdk.model.StackMobModel
run a count query on the server to count all the instances of your model within certain constraints
createWithFacebook(String, StackMobCallback) - Method in class com.stackmob.sdk.model.StackMobUser
create this user on StackMob and associate it with an existing Facebook user via Facebook credentials.
createWithTwitter(String, String, StackMobCallback) - Method in class com.stackmob.sdk.model.StackMobUser
create thsi user on StackMob and associate it with an existing Twitter user via Twitter credentials.

D

DEFAULT_API_HOST - Static variable in class com.stackmob.sdk.api.StackMob
 
DEFAULT_PASSWORD_FIELD - Static variable in class com.stackmob.sdk.api.StackMob
 
DEFAULT_PUSH_HOST - Static variable in class com.stackmob.sdk.push.StackMobPush
 
DEFAULT_REDIRECTED_CALLBACK - Static variable in class com.stackmob.sdk.api.StackMob
 
DEFAULT_USER_ID - Static variable in class com.stackmob.sdk.api.StackMob
 
DEFAULT_USER_SCHEMA_NAME - Static variable in class com.stackmob.sdk.api.StackMob
 
delete(String, String, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMobDatastore
do a DELETE request to the StackMob platform
deleteIdFrom(String, String, String, T, boolean, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMobDatastore
atomically remove elements from an array or has many relationship
deleteIdsFrom(String, String, String, List<T>, boolean, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMobDatastore
atomically remove elements from an array or has many relationship
depthOf(int) - Static method in class com.stackmob.sdk.api.StackMobOptions
set the expand depth of objects being returned.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.stackmob.sdk.push.StackMobPushTokenDeserializer
 
destroy() - Method in class com.stackmob.sdk.model.StackMobModel
delete the object from the server
destroy(StackMobCallback) - Method in class com.stackmob.sdk.model.StackMobModel
delete the object from the server
done(HttpVerb, String, List<Map.Entry<String, String>>, String, Integer, List<Map.Entry<String, String>>, byte[]) - Method in class com.stackmob.sdk.callback.StackMobCallback
 
done(HttpVerb, String, List<Map.Entry<String, String>>, String, Integer, List<Map.Entry<String, String>>, byte[]) - Method in class com.stackmob.sdk.callback.StackMobCountCallback
 
done(HttpVerb, String, List<Map.Entry<String, String>>, String, Integer, List<Map.Entry<String, String>>, byte[]) - Method in class com.stackmob.sdk.callback.StackMobRawCallback
the method that will be called when the call to StackMob is complete.

F

facebookLogin(String, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMob
login to StackMob with Facebook credentials.
facebookLogin(String, StackMobOptions, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMob
login to StackMob with Facebook credentials.
facebookPostMessage(String, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMob
post a message to Facebook.
failure(StackMobException) - Method in class com.stackmob.sdk.callback.StackMobCallback
override this method to handle errors
failure(StackMobException) - Method in class com.stackmob.sdk.callback.StackMobIntermediaryCallback
override and call super to inject custom logic before failure
failure(StackMobException) - Method in class com.stackmob.sdk.callback.StackMobNoopCallback
 
failure(StackMobException) - Method in class com.stackmob.sdk.callback.StackMobQueryCallback
override this method to handle errors
fetch(StackMobCallback) - Method in class com.stackmob.sdk.model.StackMobModel
Reload the object from the server.
fetch(StackMobOptions, StackMobCallback) - Method in class com.stackmob.sdk.model.StackMobModel
Reload the object from the server.
field(StackMobQueryField) - Method in class com.stackmob.sdk.api.StackMobQuery
Begin adding constraints to a field via a StackMobQueryField
fieldIsEqualTo(String, String) - Method in class com.stackmob.sdk.api.StackMobQuery
add an "=" to your query.
fieldIsGreaterThan(String, String) - Method in class com.stackmob.sdk.api.StackMobQuery
same as StackMobQuery.fieldIsLessThan(String, String), except applies ">" instead of "<"
fieldIsGreaterThan(String, int) - Method in class com.stackmob.sdk.api.StackMobQuery
same as StackMobQuery.fieldIsLessThan(String, String), except applies ">" instead of "<"
fieldIsGreaterThanOrEqualTo(String, String) - Method in class com.stackmob.sdk.api.StackMobQuery
same as StackMobQuery.fieldIsLessThan(String, String), except applies ">=" instead of "<"
fieldIsGreaterThanOrEqualTo(String, int) - Method in class com.stackmob.sdk.api.StackMobQuery
same as StackMobQuery.fieldIsLessThan(String, String), except applies ">=" instead of "<"
fieldIsIn(String, List<String>) - Method in class com.stackmob.sdk.api.StackMobQuery
add an "IN" to your query.
fieldIsLessThan(String, String) - Method in class com.stackmob.sdk.api.StackMobQuery
same as StackMobQuery.fieldIsLessThan(String, String), except works with Strings
fieldIsLessThan(String, int) - Method in class com.stackmob.sdk.api.StackMobQuery
same as StackMobQuery.fieldIsLessThan(String, String), except works with Strings
fieldIslessThanOrEqualTo(String, String) - Method in class com.stackmob.sdk.api.StackMobQuery
same as StackMobQuery.fieldIsLessThan(String, String), except applies "<=" instead of "<"
fieldIsLessThanOrEqualTo(String, int) - Method in class com.stackmob.sdk.api.StackMobQuery
same as StackMobQuery.fieldIsLessThan(String, String), except applies "<=" instead of "<"
fieldIsNear(String, StackMobGeoPoint) - Method in class com.stackmob.sdk.api.StackMobQuery
add a "NEAR" to your query for the given StackMobGeoPoint field.
fieldIsNearWithinKm(String, StackMobGeoPoint, Double) - Method in class com.stackmob.sdk.api.StackMobQuery
add a "NEAR" to your query for the given StackMobGeoPoint field.
fieldIsNearWithinMi(String, StackMobGeoPoint, Double) - Method in class com.stackmob.sdk.api.StackMobQuery
add a "NEAR" to your query for the given StackMobGeoPoint field.
fieldIsNotEqual(String, String) - Method in class com.stackmob.sdk.api.StackMobQuery
add a "NE" to your query.
fieldIsNotNull(String) - Method in class com.stackmob.sdk.api.StackMobQuery
add a "NULL" to your query.
fieldIsNull(String) - Method in class com.stackmob.sdk.api.StackMobQuery
add a "NULL" to your query.
fieldIsOrderedBy(String, StackMobQuery.Ordering) - Method in class com.stackmob.sdk.api.StackMobQuery
add an "ORDER BY" to your query
fieldIsWithinBox(String, StackMobGeoPoint, StackMobGeoPoint) - Method in class com.stackmob.sdk.api.StackMobQuery
add a "WITHIN" to your query for the given StackMobGeoPoint field.
fieldIsWithinRadiusInKm(String, StackMobGeoPoint, Double) - Method in class com.stackmob.sdk.api.StackMobQuery
add a "WITHIN" to your query for the given StackMobGeoPoint field.
fieldIsWithinRadiusInMi(String, StackMobGeoPoint, Double) - Method in class com.stackmob.sdk.api.StackMobQuery
add a "WITHIN" to your query for the given StackMobGeoPoint field.
fillFromJson(String) - Method in class com.stackmob.sdk.model.StackMobModel
fill the objects fields in from a json string.
forceTo(int) - Method in class com.stackmob.sdk.model.StackMobCounter
Force the counter to a particular value, overriding the increment.
forgotPassword(String, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMob
send out a password reset email to a user who's forgotten their password

G

generateMacToken(String, String, String, String) - Method in class com.stackmob.sdk.api.StackMobSession
 
get(String, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMobDatastore
do a get request on the StackMob platform
get(String, StackMobOptions, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMobDatastore
do a get request on the StackMob platform
get(StackMobQuery, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMobDatastore
do a get request on the StackMob platform
get(StackMobQuery, StackMobOptions, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMobDatastore
do a get request on the StackMob platform
get() - Method in class com.stackmob.sdk.model.StackMobCounter
get the current local value of the counter
getApiVersionNumber() - Method in class com.stackmob.sdk.api.StackMobSession
 
getArguments() - Method in class com.stackmob.sdk.api.StackMobQuery
get the arguments generated by this query
getBinaryString() - Method in class com.stackmob.sdk.api.StackMobFile
get a binary string suitable for posting to StackMob
getBody() - Method in exception com.stackmob.sdk.exception.StackMobHTTPResponseException
get the response body
getCode() - Method in exception com.stackmob.sdk.exception.StackMobHTTPResponseException
get the response code
getCookieManager() - Method in class com.stackmob.sdk.api.StackMobSession
 
getDatastore() - Method in class com.stackmob.sdk.api.StackMob
 
getExecutor() - Method in class com.stackmob.sdk.api.StackMob
get the executor used for requests
getExpandDepth() - Method in class com.stackmob.sdk.api.StackMobOptions
get the expand depth as set by StackMobOptions.withDepthOf(Integer)
getFacebookUserInfo(StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMob
get facebook user info for the current user.
getFacebookUserInfo(StackMobRawCallback) - Method in class com.stackmob.sdk.model.StackMobUser
get facebook user info for the current user.
getField() - Method in class com.stackmob.sdk.api.StackMobQueryField
get the field being constrained
getFurtherCallback() - Method in class com.stackmob.sdk.callback.StackMobIntermediaryCallback
 
getHeaders() - Method in class com.stackmob.sdk.api.StackMobOptions
The headers specified in these options.
getHeaders() - Method in class com.stackmob.sdk.api.StackMobQuery
get the headers generated by this query
getHeaders() - Method in exception com.stackmob.sdk.exception.StackMobHTTPResponseException
get the response headers
getHTTPSOverride() - Method in class com.stackmob.sdk.api.StackMobSession
 
getID() - Method in class com.stackmob.sdk.model.StackMobModel
get the object's id.
getIDFieldName() - Method in class com.stackmob.sdk.model.StackMobModel
Determines the field name for the primary key on the server.
getIDFieldName() - Method in class com.stackmob.sdk.model.StackMobUser
 
getIncrement() - Method in class com.stackmob.sdk.model.StackMobCounter
get the value that will be use for incrementing the counter on the next save
getKey() - Method in class com.stackmob.sdk.api.StackMobSession
 
getLastUserLoginName() - Method in class com.stackmob.sdk.api.StackMobSession
 
getLatitude() - Method in class com.stackmob.sdk.api.StackMobGeoPoint
the latitude of this geopoint
getLocalTime() - Method in class com.stackmob.sdk.api.StackMobSession
 
getLoggedInUser(StackMobCallback) - Method in class com.stackmob.sdk.api.StackMob
Gets the user object for the currently logged in oauth2 user.
getLoggedInUser(StackMobOptions, StackMobCallback) - Method in class com.stackmob.sdk.api.StackMob
Gets the user object for the currently logged in oauth2 user.
getLoggedInUser(Class<T>, StackMobQueryCallback<T>) - Static method in class com.stackmob.sdk.model.StackMobUser
Get the currently logged in user.
getLoggedInUser(Class<T>, StackMobOptions, StackMobQueryCallback<T>) - Static method in class com.stackmob.sdk.model.StackMobUser
Get the currently logged in user.
getLoggedInUsername() - Method in class com.stackmob.sdk.api.StackMob
get the logged in user locally.
getLoggedInUsername() - Static method in class com.stackmob.sdk.model.StackMobUser
get the username for the logged in user, if one exists
getLogger() - Method in class com.stackmob.sdk.api.StackMobSession
Access the current logger
getLongitude() - Method in class com.stackmob.sdk.api.StackMobGeoPoint
the longitude of this geopoint
getOAuth2RefreshToken() - Method in class com.stackmob.sdk.api.StackMobSession
 
getOAuth2TokenExpiration() - Method in class com.stackmob.sdk.api.StackMobSession
 
getOAuthVersion() - Method in class com.stackmob.sdk.api.StackMob
get the OAuthVersion this StackMob object is configured for
getOAuthVersion() - Method in class com.stackmob.sdk.api.StackMobSession
 
getObjectName() - Method in class com.stackmob.sdk.api.StackMobQuery
get the schema being queried against
getPasswordField() - Method in class com.stackmob.sdk.api.StackMob
the name of the password field in the user object
getPush() - Static method in class com.stackmob.sdk.push.StackMobPush
get the singleton StackMobPush object
getPushTokens(StackMobRawCallback) - Method in class com.stackmob.sdk.model.StackMobUser
retrieve the push tokens associated with this user
getQuery() - Method in class com.stackmob.sdk.api.StackMobQueryField
get the actual query to be used or extended further
getQueryDistanceRadians() - Method in class com.stackmob.sdk.api.StackMobGeoPoint
if this GeoPoint came from a "fieldIsNear" query, this will return the distance between this point and the reference point from the query
getRedirectedCallback() - Method in class com.stackmob.sdk.api.StackMob
get the callback used for redirected requests
getRetriesRemaining() - Method in class com.stackmob.sdk.callback.StackMobRawCallback
get the number of times the request will be automatically retried if necessary
getS3Url() - Method in class com.stackmob.sdk.api.StackMobFile
get the url on S3 where this file has been uploaded
getSchemaName() - Method in class com.stackmob.sdk.model.StackMobModel
The name of the schema this object corresponds to on the server.
getSchemaName() - Method in class com.stackmob.sdk.model.StackMobUser
 
getSecret() - Method in class com.stackmob.sdk.api.StackMobSession
 
getSelection() - Method in class com.stackmob.sdk.api.StackMobOptions
get the list of selected fields as specified by StackMobOptions.selectedFields(java.util.List) or StackMobOptions.withSelectedFields(java.util.List), or null if none specified (meaning all fields are selected).
getServerTime() - Method in class com.stackmob.sdk.api.StackMobSession
 
getServerTimeDiff() - Method in class com.stackmob.sdk.api.StackMobSession
 
getSession() - Method in class com.stackmob.sdk.api.StackMob
get the session that this StackMob object contains
getStackMob() - Static method in class com.stackmob.sdk.api.StackMob
Get the singleton StackMob object.
getToken() - Method in class com.stackmob.sdk.push.StackMobPushToken
get the token string
getTokensForUsers(List<String>, StackMobRawCallback) - Method in class com.stackmob.sdk.push.StackMobPush
get all the tokens for the each of the given users
getTokenType() - Method in class com.stackmob.sdk.push.StackMobPushToken
get the token type
getTotalNumberOfItemsFromContentRange(List<Map.Entry<String, String>>) - Static method in class com.stackmob.sdk.callback.StackMobRawCallback
get the total number of items from the Content-Range header
getTotalObjectCountFromPagination() - Method in class com.stackmob.sdk.callback.StackMobRawCallback
get the total number of items from the Content-Range header
getTwitterUserInfo(StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMob
get twitter user info for the current user.
getTwitterUserInfo(StackMobRawCallback) - Method in class com.stackmob.sdk.model.StackMobUser
get twitter user info for the current user.
getUserAgent() - Method in class com.stackmob.sdk.api.StackMobSession
 
getUserIdName() - Method in class com.stackmob.sdk.api.StackMob
the primary key for the user object
getUserIdName() - Method in class com.stackmob.sdk.api.StackMobSession
 
getUsername() - Method in class com.stackmob.sdk.model.StackMobUser
get the username, which also serves as a primary key
getUserObjectName() - Method in class com.stackmob.sdk.api.StackMobSession
 
getVersion() - Static method in class com.stackmob.sdk.api.StackMob
The current android sdk version
gigyaLogin(String, String, String, StackMobOptions, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMob
login to StackMob with gigya credentials.

H

hasData() - Method in class com.stackmob.sdk.model.StackMobModel
Check if the object has been loaded with data or if it's just a stub with an id.
header(String, String) - Static method in class com.stackmob.sdk.api.StackMobOptions
add a single header to a request
headers(Map<String, String>) - Static method in class com.stackmob.sdk.api.StackMobOptions
add a set of headers to a request
headers(List<Map.Entry<String, String>>) - Static method in class com.stackmob.sdk.api.StackMobOptions
add a list of headers to a request
https(boolean) - Static method in class com.stackmob.sdk.api.StackMobOptions
Force a method to be either http or https, overriding any defaults

I

isEqualTo(String) - Method in class com.stackmob.sdk.api.StackMobQueryField
add an equality constraint to the field
isEqualTo(Integer) - Method in class com.stackmob.sdk.api.StackMobQueryField
add an equality constraint to the field
isEqualTo(Long) - Method in class com.stackmob.sdk.api.StackMobQueryField
add an equality constraint to the field
isEqualTo(Boolean) - Method in class com.stackmob.sdk.api.StackMobQueryField
add an equality constraint to the field
isGreaterThan(String) - Method in class com.stackmob.sdk.api.StackMobQueryField
add a greater than constraint to the field
isGreaterThan(Integer) - Method in class com.stackmob.sdk.api.StackMobQueryField
add a greater than constraint to the field
isGreaterThan(Long) - Method in class com.stackmob.sdk.api.StackMobQueryField
add a greater than constraint to the field
isGreaterThan(Boolean) - Method in class com.stackmob.sdk.api.StackMobQueryField
add a greater than constraint to the field
isGreaterThanOrEqualTo(String) - Method in class com.stackmob.sdk.api.StackMobQueryField
add a greater than or equal to constraint to the field
isGreaterThanOrEqualTo(Integer) - Method in class com.stackmob.sdk.api.StackMobQueryField
add a greater than or equal to constraint to the field
isGreaterThanOrEqualTo(Long) - Method in class com.stackmob.sdk.api.StackMobQueryField
add a greater than or equal to constraint to the field
isGreaterThanOrEqualTo(Boolean) - Method in class com.stackmob.sdk.api.StackMobQueryField
add a greater than or equal to constraint to the field
isHTTPS() - Method in class com.stackmob.sdk.api.StackMobOptions
whether or not to use https
isIn(List<String>) - Method in class com.stackmob.sdk.api.StackMobQueryField
Constrain the field to be in a set of values
isInRange(Integer, Integer) - Method in class com.stackmob.sdk.api.StackMobQuery
this method lets you add a "LIMIT" and "SKIP" to your query at once.
isInRange(Integer) - Method in class com.stackmob.sdk.api.StackMobQuery
same thing as StackMobQuery.isInRange(Integer, Integer), except does not specify an end to the range.
isLessThan(String) - Method in class com.stackmob.sdk.api.StackMobQueryField
add a less than constraint to the field
isLessThan(Integer) - Method in class com.stackmob.sdk.api.StackMobQueryField
add a less than constraint to the field
isLessThan(Long) - Method in class com.stackmob.sdk.api.StackMobQueryField
add a less than constraint to the field
isLessThan(Boolean) - Method in class com.stackmob.sdk.api.StackMobQueryField
add a less than constraint to the field
isLessThanOrEqualTo(String) - Method in class com.stackmob.sdk.api.StackMobQueryField
add a less than or equal to constraint to the field
isLessThanOrEqualTo(Integer) - Method in class com.stackmob.sdk.api.StackMobQueryField
add a less than or equal to constraint to the field
isLessThanOrEqualTo(Long) - Method in class com.stackmob.sdk.api.StackMobQueryField
add a less than or equal to constraint to the field
isLessThanOrEqualTo(Boolean) - Method in class com.stackmob.sdk.api.StackMobQueryField
add a less than or equal to constraint to the field
isLoggedIn() - Method in class com.stackmob.sdk.api.StackMob
check whether a user is currently logged in.
isLoggedIn() - Method in class com.stackmob.sdk.model.StackMobUser
check if the user is logged in
isLoggedOut() - Method in class com.stackmob.sdk.api.StackMob
check whether the user is logged out.
isNear(StackMobGeoPoint) - Method in class com.stackmob.sdk.api.StackMobQueryField
add an constraint that this field, which should be a geopoint, is near to another point
isNearWithinKm(StackMobGeoPoint, Double) - Method in class com.stackmob.sdk.api.StackMobQueryField
add an constraint that this field, which should be a geopoint, is within a certain distance of another point
isNearWithinMi(StackMobGeoPoint, Double) - Method in class com.stackmob.sdk.api.StackMobQueryField
add an constraint that this field, which should be a geopoint, is within a certain distance of another point
isNotEqualTo(String) - Method in class com.stackmob.sdk.api.StackMobQueryField
add an inequality constraint to the field
isNotEqualTo(Integer) - Method in class com.stackmob.sdk.api.StackMobQueryField
add an inequality constraint to the field
isNotEqualTo(Long) - Method in class com.stackmob.sdk.api.StackMobQueryField
add an inequality constraint to the field
isNotEqualTo(Boolean) - Method in class com.stackmob.sdk.api.StackMobQueryField
add an inequality constraint to the field
isNotNull() - Method in class com.stackmob.sdk.api.StackMobQueryField
add an not null constraint to the field
isNull() - Method in class com.stackmob.sdk.api.StackMobQueryField
add an null constraint to the field
isOAuth2() - Method in class com.stackmob.sdk.api.StackMobSession
 
isOrderedBy(StackMobQuery.Ordering) - Method in class com.stackmob.sdk.api.StackMobQueryField
add an ordering on this field
isUserLoggedIn(String) - Method in class com.stackmob.sdk.api.StackMob
check if a specific user is logged in.
isWithinBox(StackMobGeoPoint, StackMobGeoPoint) - Method in class com.stackmob.sdk.api.StackMobQueryField
add an constraint that this field, which should be a geopoint, is within the box defined by two other points
isWithinKm(StackMobGeoPoint, Double) - Method in class com.stackmob.sdk.api.StackMobQueryField
add an constraint that this field, which should be a geopoint, is within a certain distance of another point
isWithinMi(StackMobGeoPoint, Double) - Method in class com.stackmob.sdk.api.StackMobQueryField
add an constraint that this field, which should be a geopoint, is within a certain distance of another point

K

kmToRadians(double) - Static method in class com.stackmob.sdk.api.StackMobGeoPoint
convert kilometers to radians on the Earth's surface

L

linkUserWithFacebookToken(String, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMob
link an existing StackMob user with an existing Facebook user via Facebook credentials.
linkUserWithTwitterToken(String, String, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMob
link an existing StackMob user with an existing Twitter user via Twitter credentials.
linkWithFacebook(String, StackMobCallback) - Method in class com.stackmob.sdk.model.StackMobUser
link an user with an existing Facebook user via Facebook credentials.
linkWithTwitter(String, String, StackMobCallback) - Method in class com.stackmob.sdk.model.StackMobUser
link an user with an existing Facebook user via Facebook credentials.
login(Map<String, String>, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMob
call the login method on StackMob
login(Map<String, String>, StackMobOptions, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMob
call the login method on StackMob
login(Map<String, String>, StackMobOptions, StackMobCallback) - Method in class com.stackmob.sdk.model.StackMobUser
log this user into StackMob with specialized info.
login(StackMobCallback) - Method in class com.stackmob.sdk.model.StackMobUser
log this user into StackMob.
login(StackMobOptions, StackMobCallback) - Method in class com.stackmob.sdk.model.StackMobUser
log this user into StackMob.
loginResettingTemporaryPassword(String, StackMobCallback) - Method in class com.stackmob.sdk.model.StackMobUser
log this user into StackMob with their temporary password and reset their password.
loginResettingTemporaryPassword(String, StackMobOptions, StackMobCallback) - Method in class com.stackmob.sdk.model.StackMobUser
log this user into StackMob with their temporary password and reset their password.
loginWithFacebook(String, StackMobCallback) - Method in class com.stackmob.sdk.model.StackMobUser
login to StackMob with Facebook credentials.
loginWithFacebook(String, StackMobOptions, StackMobCallback) - Method in class com.stackmob.sdk.model.StackMobUser
login to StackMob with Facebook credentials.
loginWithGigya(String, String, String, StackMobOptions, StackMobCallback) - Method in class com.stackmob.sdk.model.StackMobUser
login to StackMob with gigya credentials.
loginWithTwitter(String, String, StackMobCallback) - Method in class com.stackmob.sdk.model.StackMobUser
login to StackMob with twitter credentials.
loginWithTwitter(String, String, StackMobOptions, StackMobCallback) - Method in class com.stackmob.sdk.model.StackMobUser
login to StackMob with twitter credentials.
logout(StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMob
call the logout method on StackMob, invalidating your credentials.
logout(StackMobCallback) - Method in class com.stackmob.sdk.model.StackMobUser
log the user out, clearing all credential

M

miToRadians(double) - Static method in class com.stackmob.sdk.api.StackMobGeoPoint
convert miles to radians on the Earth's surface

N

newFromJson(Class<T>, String) - Static method in class com.stackmob.sdk.model.StackMobModel
create a new instance of the specified model class from a json string.
none() - Static method in class com.stackmob.sdk.api.StackMobOptions
empty options that do nothing

O

oauth2RefreshTokenValid() - Method in class com.stackmob.sdk.api.StackMobSession
 
oauth2TokenValid() - Method in class com.stackmob.sdk.api.StackMobSession
 
objects(String) - Static method in class com.stackmob.sdk.api.StackMobQuery
create a query on a specific object

P

post(String, Object, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMobDatastore
do a post request on the StackMob platform for a single object
post(String, Object, StackMobOptions, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMobDatastore
do a post request on the StackMob platform for a single object
post(String, String, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMobDatastore
do a post request on the StackMob platform for a single object
post(String, String, StackMobOptions, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMobDatastore
do a POST request on the StackMob platform for a single object
postBulk(String, List<T>, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMobDatastore
do a post request on the StackMob platform with a list of objects
postFacebookMessage(String, StackMobRawCallback) - Method in class com.stackmob.sdk.model.StackMobUser
post a message to Facebook.
postRelated(String, String, String, Object, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMobDatastore
post a new related object to an existing object.
postRelated(String, String, String, String, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMobDatastore
post a new related object to an existing object.
postRelatedBulk(String, String, String, List<T>, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMobDatastore
post a list of new related objects to an existing object.
postTwitterUpdate(String, StackMobRawCallback) - Method in class com.stackmob.sdk.model.StackMobUser
update the logged in users’s Twitter status.
pushToMultiple(Map<String, String>, List<T>, StackMobRawCallback) - Static method in class com.stackmob.sdk.model.StackMobUser
send a push notification to a group of users.
pushToTokens(Map<String, String>, List<StackMobPushToken>, StackMobRawCallback) - Method in class com.stackmob.sdk.push.StackMobPush
send a push notification to a group of tokens
pushToUsers(Map<String, String>, List<String>, StackMobRawCallback) - Method in class com.stackmob.sdk.push.StackMobPush
send a push notification to a group of users.
put(String, String, Object, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMobDatastore
do a PUT request on the StackMob platform
put(String, String, String, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMobDatastore
do a put request on the StackMob platform
putAndUpdateAtomicCounters(String, String, Object, List<String>, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMobDatastore
do a PUT request on the StackMob platform, treating some of the fields as counters to be incremented rather than as values to set
putRelated(String, String, String, List<T>, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMobDatastore
do a an atomic put request on the StackMob platform with the contents of the has-many relation

Q

query(Class<T>, StackMobQuery, StackMobQueryCallback<T>) - Static method in class com.stackmob.sdk.model.StackMobModel
run a query on the server to get all the instances of your model within certain constraints
query(Class<T>, StackMobQuery, StackMobOptions, StackMobQueryCallback<T>) - Static method in class com.stackmob.sdk.model.StackMobModel
run a query on the server to get all the instances of your model within certain constraints

R

radiansToKm(double) - Static method in class com.stackmob.sdk.api.StackMobGeoPoint
convert radians on the Earth's surface to kilometers
radiansToMi(double) - Static method in class com.stackmob.sdk.api.StackMobGeoPoint
convert radians on the Earth's surface to miles
recordServerTimeDiff(String) - Method in class com.stackmob.sdk.api.StackMobSession
 
redirected(String, Map<String, String>, String, String) - Method in interface com.stackmob.sdk.callback.StackMobRedirectedCallback
Invoked when a redirect has been issued
redirectedCallback - Variable in class com.stackmob.sdk.api.StackMob
An internal redirected callback.
refreshLogin(StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMob
Refresh the current OAuth2 login.
refreshLogin(StackMobCallback) - Method in class com.stackmob.sdk.model.StackMobUser
Refresh the current OAuth2 login.
refreshRequired() - Method in class com.stackmob.sdk.api.StackMob
check whether a StackMob.refreshLogin(com.stackmob.sdk.callback.StackMobRawCallback) call is required to continue making authenticated requests.
refreshRequired() - Method in class com.stackmob.sdk.model.StackMobUser
check whether a StackMobUser.refreshLogin(com.stackmob.sdk.callback.StackMobCallback) call is required to continue making authenticated requests.
registerForPush(StackMobPushToken, StackMobRawCallback) - Method in class com.stackmob.sdk.model.StackMobUser
register this user for push
registerForPushWithUser(StackMobPushToken, String, StackMobRawCallback) - Method in class com.stackmob.sdk.push.StackMobPush
register a user for Android Push notifications.
registerForPushWithUser(StackMobPushToken, String, boolean, StackMobRawCallback) - Method in class com.stackmob.sdk.push.StackMobPush
register a user for Android Push notifications.
registerWithFacebookToken(String, String, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMob
create a new user on StackMob and associate it with an existing Facebook user via Facebook credentials.
registerWithTwitterToken(String, String, String, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMob
create a new user on StackMob and associate it with an existing Twitter user via Twitter credentials.
remove(String, List<T>, StackMobCallback) - Method in class com.stackmob.sdk.model.StackMobModel
remove values from a collection on the client and server.
removeAndDelete(String, List<T>, StackMobCallback) - Method in class com.stackmob.sdk.model.StackMobModel
remove objects from a collection and delete them on the client and server.
removeFromPush(StackMobPushToken, StackMobRawCallback) - Method in class com.stackmob.sdk.model.StackMobUser
remove this token from push
removePushToken(StackMobPushToken, StackMobRawCallback) - Method in class com.stackmob.sdk.push.StackMobPush
remove a push token for this app
requestBody - Variable in class com.stackmob.sdk.callback.StackMobRawCallback
 
requestHeaders - Variable in class com.stackmob.sdk.callback.StackMobRawCallback
 
requestURL - Variable in class com.stackmob.sdk.callback.StackMobRawCallback
 
requestVerb - Variable in class com.stackmob.sdk.callback.StackMobRawCallback
 
resetPassword(String, String, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMob
reset the logged in user's password
resetPassword(String, String, StackMobCallback) - Method in class com.stackmob.sdk.model.StackMobUser
reset this user's passwords.
responseBody - Variable in class com.stackmob.sdk.callback.StackMobRawCallback
 
responseHeaders - Variable in class com.stackmob.sdk.callback.StackMobRawCallback
 
responseStatusCode - Variable in class com.stackmob.sdk.callback.StackMobRawCallback
 
retriesRemaining - Variable in class com.stackmob.sdk.callback.StackMobRawCallback
 
retry(int) - Method in class com.stackmob.sdk.callback.StackMobRawCallback
The method that will be called when a retry is possible.

S

save() - Method in class com.stackmob.sdk.model.StackMobModel
Save the object to the server
save(StackMobOptions) - Method in class com.stackmob.sdk.model.StackMobModel
Save the object to the server with options.
save(StackMobCallback) - Method in class com.stackmob.sdk.model.StackMobModel
Save the object to the server
save(StackMobOptions, StackMobCallback) - Method in class com.stackmob.sdk.model.StackMobModel
Save the object to the server with options.
save(StackMobOptions, StackMobCallback) - Method in class com.stackmob.sdk.model.StackMobUser
 
saveMultiple(List<T>, StackMobCallback) - Static method in class com.stackmob.sdk.model.StackMobModel
save multiple objects in one batch.
saveServerTimeDiff(long) - Method in class com.stackmob.sdk.api.StackMobSession
 
selectedFields(List<String>) - Static method in class com.stackmob.sdk.api.StackMobOptions
restricts the fields returned by a request.
sendPush(Map<String, String>, StackMobRawCallback) - Method in class com.stackmob.sdk.model.StackMobUser
send a push message to this user
sentForgotPasswordEmail(String, StackMobCallback) - Static method in class com.stackmob.sdk.model.StackMobUser
send out a password reset email to a user who's forgotten their password
serialize(StackMobPushToken, Type, JsonSerializationContext) - Method in class com.stackmob.sdk.push.StackMobPushTokenSerializer
 
setCookieManager(StackMobCookieManager) - Method in class com.stackmob.sdk.api.StackMobSession
 
setDone(HttpVerb, String, List<Map.Entry<String, String>>, String, Integer, List<Map.Entry<String, String>>, byte[]) - Method in class com.stackmob.sdk.callback.StackMobRawCallback
the method that will be called when the call to StackMob is complete.
setEnableHTTPS(boolean) - Method in class com.stackmob.sdk.api.StackMobSession
 
setFake(boolean) - Method in class com.stackmob.sdk.push.StackMobPush
Toggle whether to send actual push messages
setHTTPSOverride(Boolean) - Method in class com.stackmob.sdk.api.StackMobSession
 
setID(String) - Method in class com.stackmob.sdk.model.StackMobModel
set the object's id.
setLastUserLoginName(String) - Method in class com.stackmob.sdk.api.StackMobSession
 
setLogger(StackMobLogger) - Method in class com.stackmob.sdk.api.StackMobSession
Set a custom logger to log events.
setOAuth2TokensAndExpiration(String, String, String, int) - Method in class com.stackmob.sdk.api.StackMobSession
 
setOAuth2TokensAndExpiration(String, String, String, Date) - Method in class com.stackmob.sdk.api.StackMobSession
 
setOAuthVersion(StackMob.OAuthVersion) - Method in class com.stackmob.sdk.api.StackMobSession
 
setObjectName(String) - Method in class com.stackmob.sdk.api.StackMobQuery
set the schema being queried against
setPush(StackMobPush) - Static method in class com.stackmob.sdk.push.StackMobPush
set the singletone StackMobPush
setPushType(StackMobPushToken.TokenType) - Static method in class com.stackmob.sdk.push.StackMobPush
Sets the type of push this StackMob instance will do.
setPushType(StackMobPushToken.TokenType) - Static method in class com.stackmob.sdk.push.StackMobPushToken
Sets the type of push this StackMob instance will do.
setRetriesRemaining(int) - Method in class com.stackmob.sdk.callback.StackMobRawCallback
override the number of times the request should be retried
setS3Url(String) - Method in class com.stackmob.sdk.api.StackMobFile
set the url for this file once uploaded
setSession(StackMobSession) - Method in class com.stackmob.sdk.api.StackMob
set a specific session
setSession(StackMobSession) - Method in class com.stackmob.sdk.api.StackMobDatastore
set a specific session
setStackMob(StackMob) - Static method in class com.stackmob.sdk.api.StackMob
Set the singleton StackMob to a particular one for convenience.
setTokenType(StackMobPushToken.TokenType) - Method in class com.stackmob.sdk.push.StackMobPushToken
change the token type
StackMob - Class in com.stackmob.sdk.api
The StackMob object is your interface for accessing StackMob's many features.
StackMob(Integer, String) - Constructor for class com.stackmob.sdk.api.StackMob
a StackMob constructor allowing you to specify the OAuth version.
StackMob(StackMob.OAuthVersion, Integer, String, String) - Constructor for class com.stackmob.sdk.api.StackMob
a StackMob constructor allowing you to specify the OAuth version.
StackMob(StackMob.OAuthVersion, Integer, String, String, String, String, String, String, StackMobRedirectedCallback) - Constructor for class com.stackmob.sdk.api.StackMob
the most complete StackMob constructor allowing you to set values for everything
StackMob(StackMob) - Constructor for class com.stackmob.sdk.api.StackMob
Copy constructor
StackMob.OAuthVersion - Enum in com.stackmob.sdk.api
The two different OAuth versions the SDK can use for authentication.
StackMobCallback - Class in com.stackmob.sdk.callback
The basic callback class for responding to asynchronous StackMob calls.
StackMobCallback() - Constructor for class com.stackmob.sdk.callback.StackMobCallback
 
StackMobCountCallback - Class in com.stackmob.sdk.callback
A callback function meant specifically for com.stackmob.sdk.api.StackMob#count(String, StackMobRawCallback).
StackMobCountCallback() - Constructor for class com.stackmob.sdk.callback.StackMobCountCallback
 
StackMobCounter - Class in com.stackmob.sdk.model
Represents a integer that can be incremented atomically.
StackMobCounter() - Constructor for class com.stackmob.sdk.model.StackMobCounter
 
StackMobDatastore - Class in com.stackmob.sdk.api
Make calls to StackMob's API directly.
StackMobDatastore(ExecutorService, StackMobSession, String, StackMobRedirectedCallback) - Constructor for class com.stackmob.sdk.api.StackMobDatastore
 
StackMobException - Exception in com.stackmob.sdk.exception
A StackMob-specific Exception
StackMobException(String) - Constructor for exception com.stackmob.sdk.exception.StackMobException
 
StackMobFile - Class in com.stackmob.sdk.api
Represents binary data to be uploaded to StackMob and hosted on S3 as a file.
StackMobFile(String, String, byte[]) - Constructor for class com.stackmob.sdk.api.StackMobFile
create a StackMobFile with the information needed for the corresponding S3 file
StackMobFile(String) - Constructor for class com.stackmob.sdk.api.StackMobFile
create a StackMobFile that just wraps an url from S3
StackMobGeoPoint - Class in com.stackmob.sdk.api
Represents a longitude/latitude pair that can be stored and queried against in StackMob
StackMobGeoPoint(Double, Double) - Constructor for class com.stackmob.sdk.api.StackMobGeoPoint
create a geopoint in terms of longitude and latitude radian
StackMobHTTPResponseException - Exception in com.stackmob.sdk.exception
An exception generated by a failed request.
StackMobHTTPResponseException(Integer, List<Map.Entry<String, String>>, byte[]) - Constructor for exception com.stackmob.sdk.exception.StackMobHTTPResponseException
create a new exception with info about the error response
StackMobIntermediaryCallback - Class in com.stackmob.sdk.callback
A callback that allows you to inject some logic before the actual callback is called.
StackMobIntermediaryCallback(StackMobCallback) - Constructor for class com.stackmob.sdk.callback.StackMobIntermediaryCallback
Create a callback that by default just passes through to the given callback
StackMobModel - Class in com.stackmob.sdk.model
The base class for StackMob data objects.
StackMobModel(String, Class<? extends StackMobModel>) - Constructor for class com.stackmob.sdk.model.StackMobModel
create a new model of the specified class with an id overriding the default, automatically generated one.
StackMobModel(Class<? extends StackMobModel>) - Constructor for class com.stackmob.sdk.model.StackMobModel
create a new model of the specified class.
StackMobModelCallback - Class in com.stackmob.sdk.callback
A simple callback suitable for many StackMobModel methods.
StackMobModelCallback() - Constructor for class com.stackmob.sdk.callback.StackMobModelCallback
 
StackMobNoopCallback - Class in com.stackmob.sdk.callback
A callback that does absolutely nothing regardless of success or failure.
StackMobNoopCallback() - Constructor for class com.stackmob.sdk.callback.StackMobNoopCallback
 
StackMobOptions - Class in com.stackmob.sdk.api
Stores the various options that can be passed into a request.
StackMobOptions() - Constructor for class com.stackmob.sdk.api.StackMobOptions
 
StackMobPush - Class in com.stackmob.sdk.push
 
StackMobPush(int, String, String) - Constructor for class com.stackmob.sdk.push.StackMobPush
a minimal constructor, using defaults for everything else
StackMobPush(int, String, String, String, StackMobRedirectedCallback) - Constructor for class com.stackmob.sdk.push.StackMobPush
the most complete constructor
StackMobPush(StackMob) - Constructor for class com.stackmob.sdk.push.StackMobPush
create a StackMobPush based on a StackMob object and defaults elsewhere.
StackMobPush(StackMob, String) - Constructor for class com.stackmob.sdk.push.StackMobPush
create a StackMobPush based on a StackMob object and the given host
StackMobPushToken - Class in com.stackmob.sdk.push
A push token identifies a specific device for push on a particular platform.
StackMobPushToken(String) - Constructor for class com.stackmob.sdk.push.StackMobPushToken
create a token with a string and the default platform
StackMobPushToken(String, StackMobPushToken.TokenType) - Constructor for class com.stackmob.sdk.push.StackMobPushToken
create a token with a string and type
StackMobPushToken.TokenType - Enum in com.stackmob.sdk.push
The supported push platforms a token can be from.
StackMobPushTokenDeserializer - Class in com.stackmob.sdk.push
Deserializes a push token
StackMobPushTokenDeserializer() - Constructor for class com.stackmob.sdk.push.StackMobPushTokenDeserializer
 
StackMobPushTokenSerializer - Class in com.stackmob.sdk.push
Serializes a push token
StackMobPushTokenSerializer() - Constructor for class com.stackmob.sdk.push.StackMobPushTokenSerializer
 
StackMobQuery - Class in com.stackmob.sdk.api
A class that builds queries for data access methods like those in StackMob.
StackMobQuery() - Constructor for class com.stackmob.sdk.api.StackMobQuery
creates an empty query.
StackMobQuery(String) - Constructor for class com.stackmob.sdk.api.StackMobQuery
create a query on a specific object
StackMobQuery.Ordering - Enum in com.stackmob.sdk.api
Represents ascending or descending order
StackMobQueryCallback<T extends StackMobModel> - Class in com.stackmob.sdk.callback
A callback used by StackMobModel.query(Class, com.stackmob.sdk.api.StackMobQuery, StackMobQueryCallback).
StackMobQueryCallback() - Constructor for class com.stackmob.sdk.callback.StackMobQueryCallback
 
StackMobQueryField - Class in com.stackmob.sdk.api
Represents a part of a query being executed on a specific field.
StackMobQueryField(String) - Constructor for class com.stackmob.sdk.api.StackMobQueryField
extend the given query with constraints on the given field
StackMobRawCallback - Class in com.stackmob.sdk.callback
The most basic callback you can supply to StackMob methods.
StackMobRawCallback() - Constructor for class com.stackmob.sdk.callback.StackMobRawCallback
 
StackMobRedirectedCallback - Interface in com.stackmob.sdk.callback
This callback can be supplied to StackMob so that it will be called if the StackMob platform issues a redirect.
StackMobSession - Class in com.stackmob.sdk.api
Represent information about a users's login with StackMob.
StackMobSession(StackMob.OAuthVersion, int, String, String, String, String) - Constructor for class com.stackmob.sdk.api.StackMobSession
 
StackMobSession(StackMobSession) - Constructor for class com.stackmob.sdk.api.StackMobSession
 
StackMobUser - Class in com.stackmob.sdk.model
A specialized subclass of StackMobModel to represent users of your app.
StackMobUser(Class<? extends StackMobUser>, String, String) - Constructor for class com.stackmob.sdk.model.StackMobUser
create a new user of the specified class with a username and password.
StackMobUser(Class<? extends StackMobUser>, String) - Constructor for class com.stackmob.sdk.model.StackMobUser
create a new user of the specified class with a username.
StackMobUser(Class<? extends StackMobUser>) - Constructor for class com.stackmob.sdk.model.StackMobUser
create a new user of the specified class
success(String) - Method in class com.stackmob.sdk.callback.StackMobCallback
override this method to handles cases where a call has succeeded.
success(long) - Method in class com.stackmob.sdk.callback.StackMobCountCallback
override this method to receive a number as the result of a successful StackMob call
success(String) - Method in class com.stackmob.sdk.callback.StackMobCountCallback
 
success(String) - Method in class com.stackmob.sdk.callback.StackMobIntermediaryCallback
override and call super to inject custom logic before success
success() - Method in class com.stackmob.sdk.callback.StackMobModelCallback
override this method to be notified of success after a callback.
success(String) - Method in class com.stackmob.sdk.callback.StackMobModelCallback
 
success(String) - Method in class com.stackmob.sdk.callback.StackMobNoopCallback
 
success(List<T>) - Method in class com.stackmob.sdk.callback.StackMobQueryCallback
override this method to handles cases where a call has succeeded.
suggestHTTPS(boolean) - Method in class com.stackmob.sdk.api.StackMobOptions
Force a method to be either http or https, overriding any defaults, unless https has already been set

T

temporaryPasswordResetRequired(StackMobException) - Method in class com.stackmob.sdk.callback.StackMobCallback
 
temporaryPasswordResetRequired(StackMobException) - Method in class com.stackmob.sdk.callback.StackMobRawCallback
the method that will be called in the very specific case where a user has done a login with a temporary password, and now they need to reset their password to continue.
toJson() - Method in class com.stackmob.sdk.model.StackMobModel
Converts the model into its Json representation.
toJson(StackMobOptions) - Method in class com.stackmob.sdk.model.StackMobModel
Converts the model into its Json representation, expanding any sub-objects to the given depth.
toString() - Method in class com.stackmob.sdk.api.StackMobFile
 
toString() - Method in enum com.stackmob.sdk.api.StackMobQuery.Ordering
 
toString() - Method in enum com.stackmob.sdk.push.StackMobPushToken.TokenType
 
twitterLogin(String, String, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMob
login to StackMob with twitter credentials.
twitterLogin(String, String, StackMobOptions, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMob
login to StackMob with twitter credentials.
twitterStatusUpdate(String, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMob
update the logged in users’s Twitter status.

U

unsent(StackMobException) - Method in class com.stackmob.sdk.callback.StackMobCallback
 
unsent(StackMobException) - Method in class com.stackmob.sdk.callback.StackMobRawCallback
the method that will be called when a call to StackMob cannot even be sent for some reason
updateAtomicallyBy(int) - Method in class com.stackmob.sdk.model.StackMobCounter
Increment the value by a number (positive or negative).
updateAtomicCounter(String, String, String, int, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMobDatastore
do an atomic update on a an integer field in a particular object and schema
userAgentName - Variable in class com.stackmob.sdk.api.StackMobSession
 
userRedirectedCallback - Variable in class com.stackmob.sdk.api.StackMob
The redirected callback set by the user

V

valueOf(String) - Static method in enum com.stackmob.sdk.api.StackMob.OAuthVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.stackmob.sdk.api.StackMobQuery.Ordering
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.stackmob.sdk.push.StackMobPushToken.TokenType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.stackmob.sdk.api.StackMob.OAuthVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.stackmob.sdk.api.StackMobQuery.Ordering
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.stackmob.sdk.push.StackMobPushToken.TokenType
Returns an array containing the constants of this enum type, in the order they are declared.

W

withDepthOf(Integer) - Method in class com.stackmob.sdk.api.StackMobOptions
set the expand depth of objects being returned.
withHeader(String, String) - Method in class com.stackmob.sdk.api.StackMobOptions
add a single header to a request
withHeaders(Map<String, String>) - Method in class com.stackmob.sdk.api.StackMobOptions
add a set of headers to a request
withHeaders(List<Map.Entry<String, String>>) - Method in class com.stackmob.sdk.api.StackMobOptions
add a list of headers to a request
withHTTPS(boolean) - Method in class com.stackmob.sdk.api.StackMobOptions
Force a method to be either http or https, overriding any defaults or previous settings
withSelectedFields(List<String>) - Method in class com.stackmob.sdk.api.StackMobOptions
restricts the fields returned by a request.

A B C D F G H I K L M N O P Q R S T U V W

Copyright © 2013 StackMob. All Rights Reserved.