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

A

addToCookieMap(String) - Method in class com.stackmob.sdk.api.StackMobCookieStore
 
ALPHABET - Static variable in class com.stackmob.sdk.util.Base64
The 64 valid Base64 values.
asList() - Method in class com.stackmob.sdk.util.GeoPoint
 

B

Base64 - Class in com.stackmob.sdk.util
 
Base64DecoderException - Exception in com.stackmob.sdk.util
 
Base64DecoderException(String) - Constructor for exception com.stackmob.sdk.util.Base64DecoderException
 
BinaryFieldFormatter - Class in com.stackmob.sdk.util
 
BinaryFieldFormatter(String, String, byte[]) - Constructor for class com.stackmob.sdk.util.BinaryFieldFormatter
 
broadcastPushNotification(Map<String, String>, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMob
broadcast a push notification to all users of this app.

C

callback - Variable in class com.stackmob.sdk.api.StackMobRequest
 
clear() - Method in class com.stackmob.sdk.api.StackMobCookieStore
 
com.stackmob.sdk.api - package com.stackmob.sdk.api
 
com.stackmob.sdk.callback - package com.stackmob.sdk.callback
 
com.stackmob.sdk.exception - package com.stackmob.sdk.exception
 
com.stackmob.sdk.net - package com.stackmob.sdk.net
 
com.stackmob.sdk.push - package com.stackmob.sdk.push
 
com.stackmob.sdk.util - package com.stackmob.sdk.util
 
cookieDateFormat - Static variable in class com.stackmob.sdk.api.StackMobCookieStore
 
cookieHeader() - Method in class com.stackmob.sdk.api.StackMobCookieStore
 
cookies - Variable in class com.stackmob.sdk.api.StackMobCookieStore
 
createURI(String, String, String, String) - Method in class com.stackmob.sdk.api.StackMobRequest
 

D

DECODE - Static variable in class com.stackmob.sdk.util.Base64
Specify decoding (value is false).
decode(String) - Static method in class com.stackmob.sdk.util.Base64
Decodes data from Base64 notation.
decode(byte[]) - Static method in class com.stackmob.sdk.util.Base64
Decodes Base64 content in byte array format and returns the decoded byte array.
decode(byte[], int, int) - Static method in class com.stackmob.sdk.util.Base64
Decodes Base64 content in byte array format and returns the decoded byte array.
decode(byte[], int, int, byte[]) - Static method in class com.stackmob.sdk.util.Base64
Decodes Base64 content using the supplied decodabet and returns the decoded byte array.
decodeWebSafe(String) - Static method in class com.stackmob.sdk.util.Base64
Decodes data from web safe Base64 notation.
decodeWebSafe(byte[]) - Static method in class com.stackmob.sdk.util.Base64
Decodes web safe Base64 content in byte array format and returns the decoded data.
decodeWebSafe(byte[], int, int) - Static method in class com.stackmob.sdk.util.Base64
Decodes web safe Base64 content in byte array format and returns the decoded byte array.
DEFAULT_API_URL_FORMAT - Static variable in class com.stackmob.sdk.api.StackMobRequest
 
DEFAULT_PUSH_URL_FORMAT - Static variable in class com.stackmob.sdk.api.StackMobRequest
 
DEFAULT_URL_FORMAT - Static variable in class com.stackmob.sdk.api.StackMobRequest
 
delete(String, String, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMob
do a delete request to the stackmob platform
deleteIdFrom(String, String, String, T, boolean, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMob
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.StackMob
atomically remove elements from an array or has many relationship
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.stackmob.sdk.push.StackMobPushTokenDeserializer
 
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.StackMobRawCallback
the method that will be called when the call to StackMob is complete.

E

EmptyHeaders - Static variable in class com.stackmob.sdk.api.StackMobRequest
 
EmptyParams - Static variable in class com.stackmob.sdk.api.StackMobRequest
 
ENCODE - Static variable in class com.stackmob.sdk.util.Base64
Specify encoding (value is true).
encode(String) - Static method in class com.stackmob.sdk.util.Base64
Encodes a byte array into Base64 notation.
encode(byte[]) - Static method in class com.stackmob.sdk.util.Base64
Encodes a byte array into Base64 notation.
encode(byte[], int, int, byte[], boolean) - Static method in class com.stackmob.sdk.util.Base64
Encodes a byte array into Base64 notation.
encode(byte[], int, int, byte[], int) - Static method in class com.stackmob.sdk.util.Base64
Encodes a byte array into Base64 notation.
encodeWebSafe(byte[], boolean) - Static method in class com.stackmob.sdk.util.Base64
Encodes a byte array into web safe Base64 notation.
error - Variable in class com.stackmob.sdk.util.JsonError
 
executor - Variable in class com.stackmob.sdk.api.StackMobRequest
 
expandDepthIs(Integer) - Method in class com.stackmob.sdk.api.StackMobQuery
set the expand depth of this query.
EXPIRES - Static variable in class com.stackmob.sdk.api.StackMobCookieStore
 

F

facebookLogin(String, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMob
login into facebook on the StackMob platform
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
 
field(String) - Method in class com.stackmob.sdk.api.StackMobQuery
 
field(String) - Method in class com.stackmob.sdk.api.StackMobQueryWithField
 
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 "<"
fieldIsGreaterThanOrEqualTo(String, String) - 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
fieldIslessThanOrEqualTo(String, String) - Method in class com.stackmob.sdk.api.StackMobQuery
same as StackMobQuery.fieldIsLessThan(String, String), except applies "<=" instead of "<"
fieldIsNear(String, GeoPoint) - Method in class com.stackmob.sdk.api.StackMobQuery
add a "NEAR" to your query for the given GeoPoint field.
fieldIsNearWithinKm(String, GeoPoint, Double) - Method in class com.stackmob.sdk.api.StackMobQuery
add a "NEAR" to your query for the given GeoPoint field.
fieldIsNearWithinMi(String, GeoPoint, Double) - Method in class com.stackmob.sdk.api.StackMobQuery
add a "NEAR" to your query for the given GeoPoint field.
fieldIsOrderedBy(String, StackMobQuery.Ordering) - Method in class com.stackmob.sdk.api.StackMobQuery
add an "ORDER BY" to your query
fieldIsWithinBox(String, GeoPoint, GeoPoint) - Method in class com.stackmob.sdk.api.StackMobQuery
add a "WITHIN" to your query for the given GeoPoint field.
fieldIsWithinRadiusInKm(String, GeoPoint, Double) - Method in class com.stackmob.sdk.api.StackMobQuery
add a "WITHIN" to your query for the given GeoPoint field.
fieldIsWithinRadiusInMi(String, GeoPoint, Double) - Method in class com.stackmob.sdk.api.StackMobQuery
add a "WITHIN" to your query for the given GeoPoint field.
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
formatQueryString(Map<String, String>) - Static method in class com.stackmob.sdk.api.StackMobRequest
 

G

GeoPoint - Class in com.stackmob.sdk.util
Copyright 2011 StackMob Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
GeoPoint(Double, Double) - Constructor for class com.stackmob.sdk.util.GeoPoint
 
get(String, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMob
do a get request on the StackMob platform
get(String, Map<String, String>, Map<String, String>, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMob
do a get request on the StackMob platform
get(String, Map<String, String>, List<Map.Entry<String, String>>, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMob
do a get request on the StackMob platform
get(String, Map<String, String>, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMob
do a get request on the StackMob platform
get(StackMobQuery, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMob
do a get request on the StackMob platform
get(StackMobQueryWithField, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMob
do a get request on the StackMob platform
getAccessTokenEndpoint() - Method in class com.stackmob.sdk.net.StackMobApi
 
getAndClearExpiredPushTokens(StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMob
get all expired push tokens for this app, and clear them after they've been returned
getApiVersionNumber() - Method in class com.stackmob.sdk.api.StackMobSession
 
getAppName() - Method in class com.stackmob.sdk.api.StackMobSession
 
getArguments() - Method in class com.stackmob.sdk.api.StackMobQuery
 
getAuthorizationUrl(Token) - Method in class com.stackmob.sdk.net.StackMobApi
 
getBody() - Method in exception com.stackmob.sdk.exception.StackMobHTTPResponseException
 
getCode() - Method in exception com.stackmob.sdk.exception.StackMobHTTPResponseException
 
getCookieStore() - Static method in class com.stackmob.sdk.api.StackMobRequest
 
getExpiredPushTokens(StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMob
get expired push tokens, but do not clear them after they've been returned
getFacebookUserInfo(StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMob
get facebook user info for the current user.
getFailureReason() - Method in class com.stackmob.sdk.api.StackMobRequestSendResult
get the reason for the send failure
getField() - Method in class com.stackmob.sdk.api.StackMobQueryWithField
 
getHeaders() - Method in class com.stackmob.sdk.api.StackMobQuery
 
getHeaders() - Method in exception com.stackmob.sdk.exception.StackMobHTTPResponseException
 
getJsonValue() - Method in class com.stackmob.sdk.util.BinaryFieldFormatter
 
getKey() - Method in class com.stackmob.sdk.api.StackMobSession
 
getLatitude() - Method in class com.stackmob.sdk.util.GeoPoint
 
getLongitude() - Method in class com.stackmob.sdk.util.GeoPoint
 
getNewLocation(Map<String, String>) - Static method in class com.stackmob.sdk.net.HttpRedirectHelper
get the new request that represents the redirect if there is one
getOAuthRequest(HttpVerb, String) - Method in class com.stackmob.sdk.api.StackMobRequest
 
getOAuthRequest(HttpVerb, String, String) - Method in class com.stackmob.sdk.api.StackMobRequest
 
getObjectName() - Method in class com.stackmob.sdk.api.StackMobQuery
 
getOperatorForURL() - Method in enum com.stackmob.sdk.api.StackMobQuery.Operator
 
getPath() - Method in class com.stackmob.sdk.api.StackMobRequest
 
getPath() - Method in class com.stackmob.sdk.api.StackMobUserBasedRequest
 
getQuery() - Method in class com.stackmob.sdk.api.StackMobQueryWithField
 
getRegisteredMilliseconds() - Method in class com.stackmob.sdk.push.StackMobPushToken
 
getRequestBody() - Method in class com.stackmob.sdk.api.StackMobRequest
 
getRequestBody() - Method in class com.stackmob.sdk.api.StackMobRequestWithoutPayload
 
getRequestBody() - Method in class com.stackmob.sdk.api.StackMobRequestWithPayload
 
getRequestBody() - Method in class com.stackmob.sdk.api.StackMobUserBasedRequest
 
getRequestHeaders(OAuthRequest) - Static method in class com.stackmob.sdk.api.StackMobRequest
 
getRequestTokenEndpoint() - Method in class com.stackmob.sdk.net.StackMobApi
 
getRequestVerb(OAuthRequest) - Static method in class com.stackmob.sdk.api.StackMobRequest
 
getScheme() - Method in class com.stackmob.sdk.api.StackMobRequest
 
getSecret() - 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
getStatus() - Method in class com.stackmob.sdk.api.StackMobRequestSendResult
get the status of the send
getToken() - Method in class com.stackmob.sdk.push.StackMobPushToken
 
getTokensForUsers(List<String>, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMob
get all the tokens for the each of the given users
getTokenType() - Method in class com.stackmob.sdk.push.StackMobPushToken
 
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
getTwitterUserInfo(StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMob
get twitter user info for the current user.
getUserObjectName() - Method in class com.stackmob.sdk.api.StackMobSession
 
gson - Variable in class com.stackmob.sdk.api.StackMobRequest
 

H

headers - Variable in class com.stackmob.sdk.api.StackMobRequest
 
Http - Class in com.stackmob.sdk.util
 
Http() - Constructor for class com.stackmob.sdk.util.Http
 
HttpRedirectHelper - Class in com.stackmob.sdk.net
 
HttpRedirectHelper() - Constructor for class com.stackmob.sdk.net.HttpRedirectHelper
 
httpVerb - Variable in class com.stackmob.sdk.api.StackMobRequest
 
HttpVerb - Interface in com.stackmob.sdk.net
 
HttpVerbHelper - Class in com.stackmob.sdk.net
 
HttpVerbHelper() - Constructor for class com.stackmob.sdk.net.HttpVerbHelper
 
HttpVerbWithoutPayload - Enum in com.stackmob.sdk.net
 
HttpVerbWithPayload - Enum in com.stackmob.sdk.net
 

I

isEqualTo(String) - Method in class com.stackmob.sdk.api.StackMobQueryWithField
 
isEqualTo(Integer) - Method in class com.stackmob.sdk.api.StackMobQueryWithField
 
isEqualTo(Long) - Method in class com.stackmob.sdk.api.StackMobQueryWithField
 
isEqualTo(Boolean) - Method in class com.stackmob.sdk.api.StackMobQueryWithField
 
isGreaterThan(String) - Method in class com.stackmob.sdk.api.StackMobQueryWithField
 
isGreaterThan(Integer) - Method in class com.stackmob.sdk.api.StackMobQueryWithField
 
isGreaterThan(Long) - Method in class com.stackmob.sdk.api.StackMobQueryWithField
 
isGreaterThan(Boolean) - Method in class com.stackmob.sdk.api.StackMobQueryWithField
 
isGreaterThanOrEqualTo(String) - Method in class com.stackmob.sdk.api.StackMobQueryWithField
 
isGreaterThanOrEqualTo(Integer) - Method in class com.stackmob.sdk.api.StackMobQueryWithField
 
isGreaterThanOrEqualTo(Long) - Method in class com.stackmob.sdk.api.StackMobQueryWithField
 
isGreaterThanOrEqualTo(Boolean) - Method in class com.stackmob.sdk.api.StackMobQueryWithField
 
isIn(List<String>) - Method in class com.stackmob.sdk.api.StackMobQueryWithField
 
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.StackMobQueryWithField
 
isLessThan(Integer) - Method in class com.stackmob.sdk.api.StackMobQueryWithField
 
isLessThan(Long) - Method in class com.stackmob.sdk.api.StackMobQueryWithField
 
isLessThan(Boolean) - Method in class com.stackmob.sdk.api.StackMobQueryWithField
 
isLessThanOrEqualTo(String) - Method in class com.stackmob.sdk.api.StackMobQueryWithField
 
isLessThanOrEqualTo(Integer) - Method in class com.stackmob.sdk.api.StackMobQueryWithField
 
isLessThanOrEqualTo(Long) - Method in class com.stackmob.sdk.api.StackMobQueryWithField
 
isLessThanOrEqualTo(Boolean) - Method in class com.stackmob.sdk.api.StackMobQueryWithField
 
isNear(GeoPoint) - Method in class com.stackmob.sdk.api.StackMobQueryWithField
 
isNearWithinKm(GeoPoint, Double) - Method in class com.stackmob.sdk.api.StackMobQueryWithField
 
isNearWithinMi(GeoPoint, Double) - Method in class com.stackmob.sdk.api.StackMobQueryWithField
 
isOrderedBy(StackMobQuery.Ordering) - Method in class com.stackmob.sdk.api.StackMobQueryWithField
 
isRedirected(int) - Static method in class com.stackmob.sdk.net.HttpRedirectHelper
 
isSecure - Variable in class com.stackmob.sdk.api.StackMobRequest
 
isSuccess(Integer) - Static method in class com.stackmob.sdk.util.Http
determine whether a given status code represents a success
isWithinBox(GeoPoint, GeoPoint) - Method in class com.stackmob.sdk.api.StackMobQueryWithField
 
isWithinKm(GeoPoint, Double) - Method in class com.stackmob.sdk.api.StackMobQueryWithField
 
isWithinMi(GeoPoint, Double) - Method in class com.stackmob.sdk.api.StackMobQueryWithField
 

J

join(List<T>, String) - Static method in class com.stackmob.sdk.util.ListHelpers
 
JsonError - Class in com.stackmob.sdk.util
 
JsonError() - Constructor for class com.stackmob.sdk.util.JsonError
 

K

kmToRadians(double) - Static method in class com.stackmob.sdk.util.GeoPoint
 

L

linkUserWithFacebookToken(String, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMob
link an existing StackMob user with a Facebook user
linkUserWithTwitterToken(String, String, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMob
link an existing stackmob user with an existing twitter user
ListHelpers - Class in com.stackmob.sdk.util
 
ListHelpers() - Constructor for class com.stackmob.sdk.util.ListHelpers
 
login(Map<String, String>, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMob
call the login method on StackMob
logout(StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMob
call the logout method on StackMob

M

methodName - Variable in class com.stackmob.sdk.api.StackMobRequest
 
miToRadians(double) - Static method in class com.stackmob.sdk.util.GeoPoint
 

O

objects(String) - Static method in class com.stackmob.sdk.api.StackMobQuery
 

P

params - Variable in class com.stackmob.sdk.api.StackMobRequest
 
percentEncode(String) - Static method in class com.stackmob.sdk.api.StackMobRequest
 
post(String, Object, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMob
do a post request on the StackMob platform for a single object
postBulk(String, List<T>, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMob
do a post request on the StackMob platform with a list of objects
postRelated(String, String, String, Object, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMob
post a new related object to an existing object.
postRelatedBulk(String, String, String, List<T>, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMob
post a list of new related objects to an existing object.
pushToTokens(Map<String, String>, List<StackMobPushToken>, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMob
send a push notification to a group of tokens
pushToUsers(Map<String, String>, List<String>, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMob
send a push notification to a group of users.
put(String, String, Object, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMob
do a put request on the StackMob platform
putRelated(String, String, String, List<T>, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMob
do a an atomic put request on the StackMob platform with the contents of the has-many relation

R

radiansToKm(double) - Static method in class com.stackmob.sdk.util.GeoPoint
 
radiansToMi(double) - Static method in class com.stackmob.sdk.util.GeoPoint
 
redirected(String, Map<String, String>, String, String) - Method in interface com.stackmob.sdk.callback.StackMobRedirectedCallback
 
redirectedCallback - Variable in class com.stackmob.sdk.api.StackMob
 
redirectedCallback - Variable in class com.stackmob.sdk.api.StackMobRequest
 
RedirectStatusCode - Static variable in class com.stackmob.sdk.net.HttpRedirectHelper
 
registerForPushWithUser(String, String, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMob
register a user for C2DM push notifications
registerWithFacebookToken(String, String, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMob
create a new StackMob user and link that user with a facebook account
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
REGULAR_SCHEME - Static variable in class com.stackmob.sdk.api.StackMobRequest
 
removePushToken(String, StackMobPushToken.TokenType, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMob
remove a push token for this app
resetPassword(String, String, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMob
reset the logged in user's password

S

SECURE_SCHEME - Static variable in class com.stackmob.sdk.api.StackMobRequest
 
sendDeleteRequest() - Method in class com.stackmob.sdk.api.StackMobRequest
 
sendGetRequest() - Method in class com.stackmob.sdk.api.StackMobRequest
 
sendPostRequest() - Method in class com.stackmob.sdk.api.StackMobRequest
 
sendPutRequest() - Method in class com.stackmob.sdk.api.StackMobRequest
 
sendRequest() - Method in class com.stackmob.sdk.api.StackMobRequest
 
sendRequest(OAuthRequest) - Method in class com.stackmob.sdk.api.StackMobRequest
 
serialize(StackMobPushToken, Type, JsonSerializationContext) - Method in class com.stackmob.sdk.push.StackMobPushTokenSerializer
 
session - Variable in class com.stackmob.sdk.api.StackMobRequest
 
SetCookieHeaderKey - Static variable in class com.stackmob.sdk.api.StackMobCookieStore
 
setCookieStore(StackMobCookieStore) - Static method in class com.stackmob.sdk.api.StackMobRequest
 
setUrlFormat(String) - Method in class com.stackmob.sdk.api.StackMobRequest
 
setUrlFormat(String) - Method in class com.stackmob.sdk.api.StackMobUserBasedRequest
 
StackMob - Class in com.stackmob.sdk.api
 
StackMob(String, String, String, String, Integer) - Constructor for class com.stackmob.sdk.api.StackMob
create a new StackMob object.
StackMob(String, String, String, Integer) - Constructor for class com.stackmob.sdk.api.StackMob
create a new StackMob object
StackMob(String, String, String, Integer, String, StackMobRedirectedCallback) - Constructor for class com.stackmob.sdk.api.StackMob
create a new StackMob object.
StackMob(String, String, String, Integer, String, String, StackMobRedirectedCallback) - Constructor for class com.stackmob.sdk.api.StackMob
 
StackMob.RegistrationIDAndUser - Class in com.stackmob.sdk.api
 
StackMob.RegistrationIDAndUser(String, String) - Constructor for class com.stackmob.sdk.api.StackMob.RegistrationIDAndUser
 
StackMobApi - Class in com.stackmob.sdk.net
 
StackMobApi() - Constructor for class com.stackmob.sdk.net.StackMobApi
 
StackMobCallback - Class in com.stackmob.sdk.callback
 
StackMobCallback() - Constructor for class com.stackmob.sdk.callback.StackMobCallback
 
StackMobCookieStore - Class in com.stackmob.sdk.api
 
StackMobCookieStore() - Constructor for class com.stackmob.sdk.api.StackMobCookieStore
 
StackMobException - Exception in com.stackmob.sdk.exception
 
StackMobException(String) - Constructor for exception com.stackmob.sdk.exception.StackMobException
 
StackMobFile - Class in com.stackmob.sdk.api
 
StackMobFile(String, String, byte[]) - Constructor for class com.stackmob.sdk.api.StackMobFile
 
StackMobHTTPResponseException - Exception in com.stackmob.sdk.exception
 
StackMobHTTPResponseException(Integer, List<Map.Entry<String, String>>, byte[]) - Constructor for exception com.stackmob.sdk.exception.StackMobHTTPResponseException
 
StackMobPushToken - Class in com.stackmob.sdk.push
 
StackMobPushToken(String, StackMobPushToken.TokenType) - Constructor for class com.stackmob.sdk.push.StackMobPushToken
 
StackMobPushToken(String, StackMobPushToken.TokenType, Long) - Constructor for class com.stackmob.sdk.push.StackMobPushToken
 
StackMobPushToken.TokenType - Enum in com.stackmob.sdk.push
 
StackMobPushTokenDeserializer - Class in com.stackmob.sdk.push
 
StackMobPushTokenDeserializer() - Constructor for class com.stackmob.sdk.push.StackMobPushTokenDeserializer
 
StackMobPushTokenSerializer - Class in com.stackmob.sdk.push
 
StackMobPushTokenSerializer() - Constructor for class com.stackmob.sdk.push.StackMobPushTokenSerializer
 
StackMobQuery - Class in com.stackmob.sdk.api
A class that builds queries to execute on the StackMob platform.
StackMobQuery(String) - Constructor for class com.stackmob.sdk.api.StackMobQuery
 
StackMobQuery.Operator - Enum in com.stackmob.sdk.api
 
StackMobQuery.Ordering - Enum in com.stackmob.sdk.api
 
StackMobQueryWithField - Class in com.stackmob.sdk.api
 
StackMobQueryWithField(String, StackMobQuery) - Constructor for class com.stackmob.sdk.api.StackMobQueryWithField
 
StackMobRawCallback - Class in com.stackmob.sdk.callback
 
StackMobRawCallback() - Constructor for class com.stackmob.sdk.callback.StackMobRawCallback
 
StackMobRedirectedCallback - Interface in com.stackmob.sdk.callback
 
StackMobRequest - Class in com.stackmob.sdk.api
 
StackMobRequest(ExecutorService, StackMobSession, HttpVerb, List<Map.Entry<String, String>>, Map<String, String>, String, StackMobRawCallback, StackMobRedirectedCallback) - Constructor for class com.stackmob.sdk.api.StackMobRequest
 
StackMobRequestSendResult - Class in com.stackmob.sdk.api
 
StackMobRequestSendResult(StackMobRequestSendResult.RequestSendStatus, Throwable) - Constructor for class com.stackmob.sdk.api.StackMobRequestSendResult
 
StackMobRequestSendResult() - Constructor for class com.stackmob.sdk.api.StackMobRequestSendResult
 
StackMobRequestSendResult.RequestSendStatus - Enum in com.stackmob.sdk.api
 
StackMobRequestWithoutPayload - Class in com.stackmob.sdk.api
 
StackMobRequestWithoutPayload(ExecutorService, StackMobSession, HttpVerbWithoutPayload, List<Map.Entry<String, String>>, Map<String, String>, String, StackMobRawCallback, StackMobRedirectedCallback) - Constructor for class com.stackmob.sdk.api.StackMobRequestWithoutPayload
 
StackMobRequestWithoutPayload(ExecutorService, StackMobSession, HttpVerbWithoutPayload, String, StackMobRawCallback, StackMobRedirectedCallback) - Constructor for class com.stackmob.sdk.api.StackMobRequestWithoutPayload
 
StackMobRequestWithPayload - Class in com.stackmob.sdk.api
 
StackMobRequestWithPayload(ExecutorService, StackMobSession, HttpVerbWithPayload, List<Map.Entry<String, String>>, Map<String, String>, Object, String, StackMobRawCallback, StackMobRedirectedCallback) - Constructor for class com.stackmob.sdk.api.StackMobRequestWithPayload
 
StackMobRequestWithPayload(ExecutorService, StackMobSession, HttpVerbWithPayload, String, StackMobRawCallback, StackMobRedirectedCallback) - Constructor for class com.stackmob.sdk.api.StackMobRequestWithPayload
 
StackMobSession - Class in com.stackmob.sdk.api
 
StackMobSession(String, String, String, String, int) - Constructor for class com.stackmob.sdk.api.StackMobSession
 
StackMobSession(String, String, String, int) - Constructor for class com.stackmob.sdk.api.StackMobSession
 
StackMobUserBasedRequest - Class in com.stackmob.sdk.api
 
StackMobUserBasedRequest(ExecutorService, StackMobSession, String, Map<String, String>, StackMobRawCallback, StackMobRedirectedCallback) - Constructor for class com.stackmob.sdk.api.StackMobUserBasedRequest
 
StackMobUserBasedRequest(ExecutorService, StackMobSession, HttpVerb, List<Map.Entry<String, String>>, Map<String, String>, Object, String, StackMobRawCallback, StackMobRedirectedCallback) - Constructor for class com.stackmob.sdk.api.StackMobUserBasedRequest
 
startSession(StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMob
call the startsession method on StackMob
storeCookie(String) - Method in class com.stackmob.sdk.api.StackMobCookieStore
 
storeCookie(String, String, Date) - Method in class com.stackmob.sdk.api.StackMobCookieStore
 
storeCookies(Response) - Method in class com.stackmob.sdk.api.StackMobCookieStore
 
success(String) - Method in class com.stackmob.sdk.callback.StackMobCallback
 
SuccessResponseLowerLimit - Static variable in class com.stackmob.sdk.util.Http
 
SuccessResponseUpperLimit - Static variable in class com.stackmob.sdk.util.Http
 

T

token - Variable in class com.stackmob.sdk.api.StackMob.RegistrationIDAndUser
 
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
call the twitterlogin method on stackmob
twitterStatusUpdate(String, StackMobRawCallback) - Method in class com.stackmob.sdk.api.StackMob
call the twitterStatusUpdate method on StackMob

U

urlFormat - Variable in class com.stackmob.sdk.api.StackMobRequest
 
userId - Variable in class com.stackmob.sdk.api.StackMob.RegistrationIDAndUser
 
userRedirectedCallback - Variable in class com.stackmob.sdk.api.StackMob
 

V

valueOf(String) - Static method in enum com.stackmob.sdk.api.StackMobQuery.Operator
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.api.StackMobRequestSendResult.RequestSendStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class com.stackmob.sdk.net.HttpVerbHelper
 
valueOf(String) - Static method in enum com.stackmob.sdk.net.HttpVerbWithoutPayload
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.stackmob.sdk.net.HttpVerbWithPayload
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.StackMobQuery.Operator
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.api.StackMobRequestSendResult.RequestSendStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.stackmob.sdk.net.HttpVerbWithoutPayload
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.stackmob.sdk.net.HttpVerbWithPayload
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

WEBSAFE_ALPHABET - Static variable in class com.stackmob.sdk.util.Base64
The 64 valid web safe Base64 values.

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

Copyright © 2012 StackMob. All Rights Reserved.