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

A

AccessDeniedException - Exception in com.stackmob.sdkapi.http.exceptions
 
AccessDeniedException(String) - Constructor for exception com.stackmob.sdkapi.http.exceptions.AccessDeniedException
 
addRelatedObjects(String, SMValue, String, List<? extends SMValue>) - Method in interface com.stackmob.sdkapi.DataService
Adds the specified IDs to the specified relationship
addRelatedObjects(String, SMValue, String, SMList) - Method in interface com.stackmob.sdkapi.DataService
Adds the specified IDs to the specified relationship
asA(Class<U>) - Method in class com.stackmob.sdkapi.SMValue
 

B

broadcastPush(Map<String, String>) - Method in interface com.stackmob.sdkapi.PushService
broadcast a push to all devices registered to the current application.
broadcastPush(int, String, String) - Method in interface com.stackmob.sdkapi.PushService
Deprecated. use PushService.broadcastPush(java.util.Map) instead. this method only broadcasts to iOS devices
BulkResult - Class in com.stackmob.sdkapi
 
BulkResult(List<SMValue>, List<SMValue>) - Constructor for class com.stackmob.sdkapi.BulkResult
 

C

CachingService - Class in com.stackmob.sdkapi.caching
CachingService provides fast, distributed, in memory access to data.
CachingService() - Constructor for class com.stackmob.sdkapi.caching.CachingService
 
CannotCastSMValueException - Exception in com.stackmob.core
 
CannotCastSMValueException(String, String) - Constructor for exception com.stackmob.core.CannotCastSMValueException
 
com.stackmob.core - package com.stackmob.core
 
com.stackmob.core.customcode - package com.stackmob.core.customcode
 
com.stackmob.core.jar - package com.stackmob.core.jar
 
com.stackmob.core.rest - package com.stackmob.core.rest
 
com.stackmob.sdkapi - package com.stackmob.sdkapi
 
com.stackmob.sdkapi.caching - package com.stackmob.sdkapi.caching
 
com.stackmob.sdkapi.caching.exceptions - package com.stackmob.sdkapi.caching.exceptions
 
com.stackmob.sdkapi.http - package com.stackmob.sdkapi.http
 
com.stackmob.sdkapi.http.exceptions - package com.stackmob.sdkapi.http.exceptions
 
com.stackmob.sdkapi.http.request - package com.stackmob.sdkapi.http.request
 
com.stackmob.sdkapi.http.response - package com.stackmob.sdkapi.http.response
 
ConfigVarService - Class in com.stackmob.sdkapi
ConfigVarService allows you to access config vars, which are information from third party modules, usually authentication credentials, that let you interact with their services.
ConfigVarService() - Constructor for class com.stackmob.sdkapi.ConfigVarService
 
ConfigVarServiceException - Exception in com.stackmob.core
 
ConfigVarServiceException(String) - Constructor for exception com.stackmob.core.ConfigVarServiceException
Constructs a new exception with the specified detail message.
ConfigVarServiceException(String, Throwable) - Constructor for exception com.stackmob.core.ConfigVarServiceException
Constructs a new exception with the specified detail message and cause.
ConfigVarServiceException(Throwable) - Constructor for exception com.stackmob.core.ConfigVarServiceException
Constructs a new exception with the specified cause.
countObjects(String) - Method in interface com.stackmob.sdkapi.DataService
Get the number of objects in a schema
countObjects(String, List<SMCondition>) - Method in interface com.stackmob.sdkapi.DataService
Get the number of objects that match specific conditions
createObject(String, SMObject) - Method in interface com.stackmob.sdkapi.DataService
Creates a new object in the datastore.
createObject(String, Map<String, Object>) - Method in interface com.stackmob.sdkapi.DatastoreService
Deprecated. Creates a new object in the datastore.
createRelatedObjects(String, SMValue, String, List<SMObject>) - Method in interface com.stackmob.sdkapi.DataService
Creates a number of new objects in the datastore.
createUserWithFacebookId(String, String, String) - Method in interface com.stackmob.sdkapi.FacebookService
Creates a new user object, using the given facebook token for authentication.
createUserWithTwitter(String, String, String, String) - Method in interface com.stackmob.sdkapi.TwitterService
Creates a user with the given StackMob username and Twitter token and token secret.
CustomCodeMethod - Interface in com.stackmob.core.customcode
Defines an interface for a custom method within custom code.

D

DataService - Interface in com.stackmob.sdkapi
DataService allows you to interact with your data on StackMob
DataSizeException - Exception in com.stackmob.sdkapi.caching.exceptions
 
DataSizeException(Operation) - Constructor for exception com.stackmob.sdkapi.caching.exceptions.DataSizeException
 
DatastoreException - Exception in com.stackmob.core
Thrown when an error has occurred with the datastore.
DatastoreException(String) - Constructor for exception com.stackmob.core.DatastoreException
Constructs a new datastore exception with the specified detail message.
DatastoreException(String, Throwable) - Constructor for exception com.stackmob.core.DatastoreException
Constructs a new datastore exception with the specified detail message and cause.
DatastoreException(Throwable) - Constructor for exception com.stackmob.core.DatastoreException
Constructs a new datastore exception with the specified cause.
DatastoreService - Interface in com.stackmob.sdkapi
Deprecated. 
debug(String) - Method in interface com.stackmob.sdkapi.LoggerService
Log a message at the DEBUG level.
debug(String, Throwable) - Method in interface com.stackmob.sdkapi.LoggerService
Log a message at the DEBUG level.
delete(DeleteRequest) - Method in class com.stackmob.sdkapi.http.HttpService
execute a DELETE request
deleteAsync(DeleteRequest) - Method in class com.stackmob.sdkapi.http.HttpService
execute a DELETE request in the background
deleteEventually(String) - Method in class com.stackmob.sdkapi.caching.CachingService
delete the given key in the background.
deleteObject(String, String) - Method in interface com.stackmob.sdkapi.DataService
Deletes an object in the datastore.
deleteObject(String, SMValue) - Method in interface com.stackmob.sdkapi.DataService
Deletes an object in the datastore.
deleteObject(String, String) - Method in interface com.stackmob.sdkapi.DatastoreService
Deprecated. Deletes an object in the datastore.
DeleteRequest - Class in com.stackmob.sdkapi.http.request
 
DeleteRequest(String, Set<Header>) - Constructor for class com.stackmob.sdkapi.http.request.DeleteRequest
 
DeleteRequest(String) - Constructor for class com.stackmob.sdkapi.http.request.DeleteRequest
 

E

EmptyHeaders - Static variable in class com.stackmob.sdkapi.http.request.HttpRequest
 
equals(Object) - Method in class com.stackmob.sdkapi.SMBinary
 
equals(Object) - Method in class com.stackmob.sdkapi.SMValue
 
error(String) - Method in interface com.stackmob.sdkapi.LoggerService
Log a message at the ERROR level.
error(String, Throwable) - Method in interface com.stackmob.sdkapi.LoggerService
Log a message at the ERROR level.
execute(ProcessedAPIRequest, SDKServiceProvider) - Method in interface com.stackmob.core.customcode.CustomCodeMethod
Generates a response for the given API request.

F

FacebookService - Interface in com.stackmob.sdkapi
The Facebook service.
FacebookServiceException - Exception in com.stackmob.core
Thrown when the Facebook service encounters an error.
FacebookServiceException(String) - Constructor for exception com.stackmob.core.FacebookServiceException
Constructs a new Facebook service exception with the specified detail message.
FacebookServiceException(String, Throwable) - Constructor for exception com.stackmob.core.FacebookServiceException
Constructs a new datastore exception with the specified detail message and cause.
FacebookServiceException(Throwable) - Constructor for exception com.stackmob.core.FacebookServiceException
Constructs a new Facebook service exception with the specified cause.
findAndVerifyUser(String, String, String) - Method in interface com.stackmob.sdkapi.TwitterService
Finds a StackMob user with the given Twitter token and token secret and then verifies the user's credentials are valid.
findAndVerifyUser(String, String) - Method in interface com.stackmob.sdkapi.TwitterService
Finds a StackMob user with the given Twitter user ID and then verifies the user's credentials are valid.
findUser(String, String) - Method in interface com.stackmob.sdkapi.FacebookService
Find the username assigned to the Facebook user ID contained in the given access token.
findUsername(String, String) - Method in interface com.stackmob.sdkapi.TwitterService
Finds a StackMob username given the associated Twitter user ID.

G

get(String) - Method in class com.stackmob.sdkapi.ConfigVarService
Get the config var for the given key.
get(String, String) - Method in class com.stackmob.sdkapi.ConfigVarService
Get the config var for the given key and module.
get(GetRequest) - Method in class com.stackmob.sdkapi.http.HttpService
execute a GET request
getAllExpiredTokens(boolean) - Method in interface com.stackmob.sdkapi.PushService
get all of the tokens that are expired for this app
getAllTokensForUsers(List<String>) - Method in interface com.stackmob.sdkapi.PushService
get all of the tokens for each of the given users
getApiVersion() - Method in class com.stackmob.core.rest.ProcessedAPIRequest
Returns the API version number.
getAppName() - Method in class com.stackmob.core.rest.ProcessedAPIRequest
Returns the application name.
getAppUrlSafeName() - Method in class com.stackmob.core.rest.ProcessedAPIRequest
Deprecated. 
getAsync(GetRequest) - Method in class com.stackmob.sdkapi.http.HttpService
execute a GET request in the background
getBody() - Method in class com.stackmob.core.rest.ProcessedAPIRequest
Returns the body of this request
getBody() - Method in class com.stackmob.sdkapi.http.request.HttpRequestWithBody
 
getBody() - Method in class com.stackmob.sdkapi.http.response.HttpResponse
get the response body
getBytes(String) - Method in class com.stackmob.sdkapi.caching.CachingService
get the value for the given key, in raw byte format
getCachingService() - Method in interface com.stackmob.sdkapi.SDKServiceProvider
get the CachingService required to talk to StackMob's fast, in memory cache
getClauses() - Method in class com.stackmob.sdkapi.SMAnd
get the clauses
getClauses() - Method in class com.stackmob.sdkapi.SMOr
Get the clauses
getCode() - Method in class com.stackmob.sdkapi.http.response.HttpResponse
get the response code
getConfigVarService() - Method in interface com.stackmob.sdkapi.SDKServiceProvider
Get the ConfigVarService required to access config vars for the current application.
getContentType() - Method in class com.stackmob.core.rest.ProcessedAPIRequest
Returns the content-type associated with request
getContentType() - Method in class com.stackmob.sdkapi.SMBinary
 
getCounter() - Method in class com.stackmob.core.rest.ProcessedAPIRequest
Returns the request count.
getDataService() - Method in interface com.stackmob.sdkapi.SDKServiceProvider
Get the DataService required to access the datastore for the current application.
getDatastoreService() - Method in interface com.stackmob.sdkapi.SDKServiceProvider
Deprecated. 
getDirection() - Method in class com.stackmob.sdkapi.SMOrdering
 
getDist() - Method in class com.stackmob.sdkapi.SMNear
 
getDist() - Method in class com.stackmob.sdkapi.SMWithin
 
getEnd() - Method in class com.stackmob.sdkapi.ResultFilters
 
getExpiredTokens(boolean) - Method in interface com.stackmob.sdkapi.PushService
Deprecated. use PushService.getAllExpiredTokens(boolean) instead. This method only gets/removes iOS expired tokens,
getFacebookService() - Method in interface com.stackmob.sdkapi.SDKServiceProvider
Get the FacebookService required to communicate with Facebook for the current application.
getFailedIds() - Method in class com.stackmob.sdkapi.BulkResult
 
getField() - Method in class com.stackmob.sdkapi.SMEquals
 
getField() - Method in class com.stackmob.sdkapi.SMGreater
 
getField() - Method in class com.stackmob.sdkapi.SMGreaterOrEqual
 
getField() - Method in class com.stackmob.sdkapi.SMIn
 
getField() - Method in class com.stackmob.sdkapi.SMIncrement
Gets the field on which to execute this action.
getField() - Method in class com.stackmob.sdkapi.SMIsNull
 
getField() - Method in class com.stackmob.sdkapi.SMLess
 
getField() - Method in class com.stackmob.sdkapi.SMLessOrEqual
 
getField() - Method in class com.stackmob.sdkapi.SMNear
 
getField() - Method in class com.stackmob.sdkapi.SMNin
 
getField() - Method in class com.stackmob.sdkapi.SMNotEqual
 
getField() - Method in class com.stackmob.sdkapi.SMOrdering
 
getField() - Method in class com.stackmob.sdkapi.SMSet
Gets the field on which to execute this action.
getField() - Method in class com.stackmob.sdkapi.SMWithin
 
getField() - Method in class com.stackmob.sdkapi.SMWithinBox
 
getFields() - Method in class com.stackmob.sdkapi.ResultFilters
 
getFilename() - Method in class com.stackmob.sdkapi.SMBinary
 
getHeaders() - Method in class com.stackmob.core.rest.ProcessedAPIRequest
Returns the headers associated with request
getHeaders() - Method in class com.stackmob.sdkapi.http.request.HttpRequest
 
getHeaders() - Method in class com.stackmob.sdkapi.http.response.HttpResponse
get the response headers
getHttpService() - Method in interface com.stackmob.sdkapi.SDKServiceProvider
Get the HttpService required to talk generically to HTTP servers from the current application.
getLat() - Method in class com.stackmob.sdkapi.SMNear
 
getLat() - Method in class com.stackmob.sdkapi.SMWithin
 
getLatLL() - Method in class com.stackmob.sdkapi.SMWithinBox
 
getLatUR() - Method in class com.stackmob.sdkapi.SMWithinBox
 
getLoggedInUser() - Method in class com.stackmob.core.rest.ProcessedAPIRequest
Returns the logged in user.
getLoggerService(Class) - Method in interface com.stackmob.sdkapi.SDKServiceProvider
Get a LoggerService named corresponding to the given class.
getLoggerService(String) - Method in interface com.stackmob.sdkapi.SDKServiceProvider
Get a LoggerService named using the given name.
getLon() - Method in class com.stackmob.sdkapi.SMNear
 
getLon() - Method in class com.stackmob.sdkapi.SMWithin
 
getLonLL() - Method in class com.stackmob.sdkapi.SMWithinBox
 
getLonUR() - Method in class com.stackmob.sdkapi.SMWithinBox
 
getMethodName() - Method in interface com.stackmob.core.customcode.CustomCodeMethod
Gets the name of the custom method.
getMethodName() - Method in class com.stackmob.core.rest.ProcessedAPIRequest
Returns the method name.
getName() - Method in class com.stackmob.sdkapi.http.Header
 
getObjectModelNames() - Method in interface com.stackmob.sdkapi.DataService
Retrieves a list of the object models declared for the current application.
getObjectModelNames() - Method in interface com.stackmob.sdkapi.DatastoreService
Deprecated. Retrieves a list of the object models declared for the current application.
getOrderings() - Method in class com.stackmob.sdkapi.ResultFilters
 
getParams() - Method in interface com.stackmob.core.customcode.CustomCodeMethod
Gets the list of query parameters for this custom method.
getParams() - Method in class com.stackmob.core.rest.ProcessedAPIRequest
The query parameters.
getPushService() - Method in interface com.stackmob.sdkapi.SDKServiceProvider
Get the PushService required to send push notifications for the current application.
GetRequest - Class in com.stackmob.sdkapi.http.request
 
GetRequest(String, Set<Header>) - Constructor for class com.stackmob.sdkapi.http.request.GetRequest
 
GetRequest(String) - Constructor for class com.stackmob.sdkapi.http.request.GetRequest
 
getResponseByteArray() - Method in class com.stackmob.core.rest.ResponseToProcess
Returns the response byte array.
getResponseCode() - Method in class com.stackmob.core.rest.ResponseToProcess
Returns the HTTP response code.
getResponseField() - Method in class com.stackmob.core.rest.ResponseToProcess
Returns the response byte array.
getResponseHeaders() - Method in class com.stackmob.core.rest.ResponseToProcess
Returns the response headers.
getResponseMap() - Method in class com.stackmob.core.rest.ResponseToProcess
Returns the response map.
getResponseString() - Method in class com.stackmob.core.rest.ResponseToProcess
Returns the response String.
getSendableDevicesForPayload(Map<String, String>) - Method in interface com.stackmob.sdkapi.PushService
get the devices that can be sent to with the given payload.
getStart() - Method in class com.stackmob.sdkapi.ResultFilters
 
getString(String, Charset) - Method in class com.stackmob.sdkapi.caching.CachingService
get the value for the given key, in String format
getString(String) - Method in class com.stackmob.sdkapi.caching.CachingService
alias for getString(key, CachingService.utf8Charset());
getSuccessIds() - Method in class com.stackmob.sdkapi.BulkResult
 
getToken() - Method in class com.stackmob.sdkapi.PushService.TokenAndType
 
getTokensForUsers(List<String>) - Method in interface com.stackmob.sdkapi.PushService
Deprecated. use PushService.getAllTokensForUsers(java.util.List) instead. This method only gets iOS tokens.
getTwitterService() - Method in interface com.stackmob.sdkapi.SDKServiceProvider
Get the TwitterService required to communicate with Twitter for the current application.
getType() - Method in class com.stackmob.sdkapi.PushService.TokenAndType
 
getUrl() - Method in class com.stackmob.core.rest.ProcessedAPIRequest
Returns the URL representing the request.
getUrl() - Method in class com.stackmob.sdkapi.http.request.HttpRequest
 
getUserSchema() - Method in interface com.stackmob.sdkapi.DataService
Returns the primary user schema for this app.
getValue() - Method in class com.stackmob.sdkapi.http.Header
 
getValue() - Method in class com.stackmob.sdkapi.SMEquals
 
getValue() - Method in class com.stackmob.sdkapi.SMGreater
 
getValue() - Method in class com.stackmob.sdkapi.SMGreaterOrEqual
 
getValue() - Method in class com.stackmob.sdkapi.SMIncrement
Gets the value to increment by
getValue() - Method in class com.stackmob.sdkapi.SMIsNull
 
getValue() - Method in class com.stackmob.sdkapi.SMLess
 
getValue() - Method in class com.stackmob.sdkapi.SMLessOrEqual
 
getValue() - Method in class com.stackmob.sdkapi.SMNotEqual
 
getValue() - Method in class com.stackmob.sdkapi.SMSet
Gets the new value for the specified field
getValue() - Method in class com.stackmob.sdkapi.SMValue
Get the stored value
getValues() - Method in class com.stackmob.sdkapi.SMIn
 
getValues() - Method in class com.stackmob.sdkapi.SMNin
 
getVerb() - Method in class com.stackmob.core.rest.ProcessedAPIRequest
Returns the the HTTP verb.
getVersion() - Method in interface com.stackmob.sdkapi.SDKServiceProvider
StackMob internally assigns a globally unique version string to every custom code JAR.

H

hashCode() - Method in class com.stackmob.sdkapi.SMBinary
 
hashCode() - Method in class com.stackmob.sdkapi.SMValue
 
Header - Class in com.stackmob.sdkapi.http
 
Header(String, String) - Constructor for class com.stackmob.sdkapi.http.Header
 
HttpRequest - Class in com.stackmob.sdkapi.http.request
 
HttpRequest(String, Set<Header>) - Constructor for class com.stackmob.sdkapi.http.request.HttpRequest
 
HttpRequestWithBody - Class in com.stackmob.sdkapi.http.request
 
HttpRequestWithBody(String, Set<Header>, String) - Constructor for class com.stackmob.sdkapi.http.request.HttpRequestWithBody
 
HttpRequestWithoutBody - Class in com.stackmob.sdkapi.http.request
 
HttpRequestWithoutBody(String, Set<Header>) - Constructor for class com.stackmob.sdkapi.http.request.HttpRequestWithoutBody
 
HttpResponse - Class in com.stackmob.sdkapi.http.response
 
HttpResponse(Integer, Set<Header>, String) - Constructor for class com.stackmob.sdkapi.http.response.HttpResponse
create a new HTTP response
HttpService - Class in com.stackmob.sdkapi.http
 
HttpService() - Constructor for class com.stackmob.sdkapi.http.HttpService
 

I

info(String) - Method in interface com.stackmob.sdkapi.LoggerService
Log a message at the INFO level.
info(String, Throwable) - Method in interface com.stackmob.sdkapi.LoggerService
Log a message at the INFO level.
InvalidSchemaException - Exception in com.stackmob.core
Thrown when a create or update fails to properly conform to the expected datastore schema.
InvalidSchemaException(String) - Constructor for exception com.stackmob.core.InvalidSchemaException
Constructs a new invalid schema exception with the specified detail message.
InvalidSchemaException(String, Throwable) - Constructor for exception com.stackmob.core.InvalidSchemaException
Constructs a new invalid schema exception with the specified detail message and cause.
InvalidSchemaException(Throwable) - Constructor for exception com.stackmob.core.InvalidSchemaException
Constructs a new invalid schema exception with the specified cause.
isA(Class<U>) - Method in class com.stackmob.sdkapi.SMValue
 
isSandbox() - Method in interface com.stackmob.sdkapi.SDKServiceProvider
Determine whether this custom code instance is currently running in sandbox.
isWhitelisted(String) - Method in class com.stackmob.sdkapi.http.HttpService
determines whether the given URL is on the whitelist

J

JarEntryObject - Class in com.stackmob.core.jar
One class in the JAR must implement this interface, and that same class should be marked as the entry point in the manifest for the custom code JAR file.
JarEntryObject() - Constructor for class com.stackmob.core.jar.JarEntryObject
 

L

linkFacebookIdToUser(String, String, String) - Method in interface com.stackmob.sdkapi.FacebookService
Assigns the Facebook user ID contained in the access token to the user with the given username.
linkUserWithTwitter(String, String, String, String) - Method in interface com.stackmob.sdkapi.TwitterService
Links an existing user with the Twitter user identified by the given token and token secret.
LoggerService - Interface in com.stackmob.sdkapi
The logger service.

M

methods() - Method in class com.stackmob.core.jar.JarEntryObject
Get all custom code methods the API may use for responding to API requests.
MethodVerb - Enum in com.stackmob.core
Represents the HTTP verbs which can be specified by a ProcessedAPIRequest.

O

Operation - Enum in com.stackmob.sdkapi.caching
 
OrderingDirection - Enum in com.stackmob.sdkapi
Values representing ascending or descending orderings.

P

PermissionsException - Exception in com.stackmob.core
 
PermissionsException(String) - Constructor for exception com.stackmob.core.PermissionsException
 
post(PostRequest) - Method in class com.stackmob.sdkapi.http.HttpService
execute a POST request
postAsync(PostRequest) - Method in class com.stackmob.sdkapi.http.HttpService
execute a POST request in the background
PostRequest - Class in com.stackmob.sdkapi.http.request
 
PostRequest(String, Set<Header>, String) - Constructor for class com.stackmob.sdkapi.http.request.PostRequest
 
PostRequest(String, String) - Constructor for class com.stackmob.sdkapi.http.request.PostRequest
 
ProcessedAPIRequest - Class in com.stackmob.core.rest
Represents an API request.
ProcessedAPIRequest(MethodVerb, String, String, Map<String, String>, Map<String, String>, String, String, int, String, long) - Constructor for class com.stackmob.core.rest.ProcessedAPIRequest
Create a new processed API request.
ProcessedAPIRequest(MethodVerb, String, String, Map<String, String>, Map<String, String>, String, int, String, long) - Constructor for class com.stackmob.core.rest.ProcessedAPIRequest
Create a new processed API request with an empty body
ProcessedAPIRequest(MethodVerb, String, String, Map<String, String>, String, String, int, String, long) - Constructor for class com.stackmob.core.rest.ProcessedAPIRequest
Create a new processed API request with no header.
ProcessedAPIRequest(MethodVerb, String, String, Map<String, String>, String, int, String, long) - Constructor for class com.stackmob.core.rest.ProcessedAPIRequest
Create a new processed API request with an empty body and no header.
publishMessage(String, String, String) - Method in interface com.stackmob.sdkapi.FacebookService
Post a message to a user's Facebook wall.
PushService - Interface in com.stackmob.sdkapi
The push notification service.
PushService.TokenAndType - Class in com.stackmob.sdkapi
 
PushService.TokenAndType(String, PushService.TokenType) - Constructor for class com.stackmob.sdkapi.PushService.TokenAndType
 
PushService.TokenType - Enum in com.stackmob.sdkapi
 
PushServiceException - Exception in com.stackmob.core
Thrown when an error is encountered while queueing a push notification.
PushServiceException(String) - Constructor for exception com.stackmob.core.PushServiceException
Constructs a new push service exception with the specified detail message.
PushServiceException(String, Throwable) - Constructor for exception com.stackmob.core.PushServiceException
Constructs a new push service exception with the specified detail message and cause.
PushServiceException(Throwable) - Constructor for exception com.stackmob.core.PushServiceException
Constructs a new push service exception with the specified cause.
put(PutRequest) - Method in class com.stackmob.sdkapi.http.HttpService
execute a PUT request
putAsync(PutRequest) - Method in class com.stackmob.sdkapi.http.HttpService
execute a PUT request in the background
PutRequest - Class in com.stackmob.sdkapi.http.request
 
PutRequest(String, Set<Header>, String) - Constructor for class com.stackmob.sdkapi.http.request.PutRequest
 
PutRequest(String, String) - Constructor for class com.stackmob.sdkapi.http.request.PutRequest
 

R

RateLimitedException - Exception in com.stackmob.sdkapi.caching.exceptions
 
RateLimitedException(Operation) - Constructor for exception com.stackmob.sdkapi.caching.exceptions.RateLimitedException
 
RateLimitedException - Exception in com.stackmob.sdkapi.http.exceptions
 
RateLimitedException() - Constructor for exception com.stackmob.sdkapi.http.exceptions.RateLimitedException
 
readObjects(String, List<SMCondition>) - Method in interface com.stackmob.sdkapi.DataService
Reads a list of objects matching the given query fields from the datastore.
readObjects(String, List<SMCondition>, List<String>) - Method in interface com.stackmob.sdkapi.DataService
Reads a list of objects matching the given query fields from the datastore, returning only the specified fields.
readObjects(String, List<SMCondition>, int) - Method in interface com.stackmob.sdkapi.DataService
Reads a list of objects matching the given query fields from the datastore, expanding relationships.
readObjects(String, List<SMCondition>, int, ResultFilters) - Method in interface com.stackmob.sdkapi.DataService
Reads a list of objects matching the given query fields from the datastore subject to several conditions.
readObjects(String, Map<String, List<String>>) - Method in interface com.stackmob.sdkapi.DatastoreService
Deprecated. Reads a list of objects matching the given query fields from the datastore.
registerToken(String, String) - Method in interface com.stackmob.sdkapi.PushService
Deprecated. use PushService.registerTokenForUser(String, TokenAndType) instead. This method only registers iOS tokens
registerTokenForUser(String, PushService.TokenAndType) - Method in interface com.stackmob.sdkapi.PushService
register a token for a given user
removeRelatedObjects(String, SMValue, String, List<? extends SMValue>, boolean) - Method in interface com.stackmob.sdkapi.DataService
Removes any number of related objects from a relationship.
removeRelatedObjects(String, SMValue, String, SMList, boolean) - Method in interface com.stackmob.sdkapi.DataService
Removes any number of related objects from a relationship.
removeToken(PushService.TokenAndType) - Method in interface com.stackmob.sdkapi.PushService
remove a token from the list of registered tokens
removeToken(String) - Method in interface com.stackmob.sdkapi.PushService
Deprecated. use PushService.removeToken(TokenAndType) instead. This method can only remove iOS tokens.
ResponseToProcess - Class in com.stackmob.core.rest
Represents the response to an API request.
ResponseToProcess(int, Map<String, ?>, Map<String, String>) - Constructor for class com.stackmob.core.rest.ResponseToProcess
Creates a new API response to process.
ResponseToProcess(int, String, Map<String, String>) - Constructor for class com.stackmob.core.rest.ResponseToProcess
Creates a new API response to process.
ResponseToProcess(int, byte[], Map<String, String>) - Constructor for class com.stackmob.core.rest.ResponseToProcess
Creates a new API response to process.
ResponseToProcess(int, Map<String, ?>) - Constructor for class com.stackmob.core.rest.ResponseToProcess
Creates a new API response to process.
ResponseToProcess(int, String) - Constructor for class com.stackmob.core.rest.ResponseToProcess
Creates a new API response to process.
ResponseToProcess(int, byte[]) - Constructor for class com.stackmob.core.rest.ResponseToProcess
Creates a new API response to process.
ResponseToProcess(int) - Constructor for class com.stackmob.core.rest.ResponseToProcess
Creates a new API response to process.
ResponseToProcess.FieldType - Enum in com.stackmob.core.rest
 
ResultFilters - Class in com.stackmob.sdkapi
Query options for filtering results
ResultFilters(long, long, List<SMOrdering>, List<String>) - Constructor for class com.stackmob.sdkapi.ResultFilters
Create a new set of result filters

S

SDKServiceProvider - Interface in com.stackmob.sdkapi
Provides access to the various StackMob services.
sendPush(List<String>, int, String, String) - Method in interface com.stackmob.sdkapi.PushService
Deprecated. use PushService.sendPushToTokens(java.util.List, java.util.Map) instead. This method only pushes to iOS devices
sendPush(List<String>, int, String, String, boolean) - Method in interface com.stackmob.sdkapi.PushService
Deprecated. use PushService.sendPushToUsers(java.util.List, java.util.Map) instead. This only sends to iOS devices
sendPushToTokens(List<PushService.TokenAndType>, Map<String, String>) - Method in interface com.stackmob.sdkapi.PushService
Send a push notification to each device identified by the tokens provided.
sendPushToUsers(List<String>, Map<String, String>) - Method in interface com.stackmob.sdkapi.PushService
send a push notification to all of the devices registered to the given users.
ServiceNotActivatedException - Exception in com.stackmob.core
Thrown whenever a service has not been activated on the StackMob platform prior to trying to access it from custom code.
ServiceNotActivatedException(String) - Constructor for exception com.stackmob.core.ServiceNotActivatedException
Constructs a new service not activated exception with the specified detail message.
ServiceNotActivatedException(String, Throwable) - Constructor for exception com.stackmob.core.ServiceNotActivatedException
Constructs a new service not activated exception with the specified detail message and cause.
ServiceNotActivatedException(Throwable) - Constructor for exception com.stackmob.core.ServiceNotActivatedException
Constructs a new service not activated exception with the specified cause.
setBytes(String, byte[], long) - Method in class com.stackmob.sdkapi.caching.CachingService
store the given key/value pair
setString(String, String, Charset, long) - Method in class com.stackmob.sdkapi.caching.CachingService
store the given key/value pair.
setString(String, String, long) - Method in class com.stackmob.sdkapi.caching.CachingService
alias for setString(key, value, CachingService.utf8Charset(), ttlMilliseconds)
SMAnd - Class in com.stackmob.sdkapi
An "and" query.
SMAnd(List<SMCondition>) - Constructor for class com.stackmob.sdkapi.SMAnd
Create a new SMAnd query
SMBinary - Class in com.stackmob.sdkapi
A Binary value
SMBinary(String, String, byte[]) - Constructor for class com.stackmob.sdkapi.SMBinary
Create a new SMBinary
SMBoolean - Class in com.stackmob.sdkapi
A Boolean value
SMBoolean(Boolean) - Constructor for class com.stackmob.sdkapi.SMBoolean
Create a new SMBoolean
SMCollection<T> - Class in com.stackmob.sdkapi
 
SMCollection(T) - Constructor for class com.stackmob.sdkapi.SMCollection
 
SMCondition - Class in com.stackmob.sdkapi
A condition in a query on the StackMob datastore
SMCondition() - Constructor for class com.stackmob.sdkapi.SMCondition
 
SMDouble - Class in com.stackmob.sdkapi
A Double value
SMDouble(Double) - Constructor for class com.stackmob.sdkapi.SMDouble
Create a new SMDouble
SMEquals - Class in com.stackmob.sdkapi
 
SMEquals(String, SMValue) - Constructor for class com.stackmob.sdkapi.SMEquals
 
SMGreater - Class in com.stackmob.sdkapi
A "greater than" query
SMGreater(String, SMValue) - Constructor for class com.stackmob.sdkapi.SMGreater
 
SMGreaterOrEqual - Class in com.stackmob.sdkapi
A "greater than or equal to" query
SMGreaterOrEqual(String, SMValue) - Constructor for class com.stackmob.sdkapi.SMGreaterOrEqual
 
SMIn - Class in com.stackmob.sdkapi
An "in" query
SMIn(String, List<? extends SMValue>) - Constructor for class com.stackmob.sdkapi.SMIn
Creates a new SMIn query
SMIn(String, SMList) - Constructor for class com.stackmob.sdkapi.SMIn
Creates a new SMIn query
SMIncrement - Class in com.stackmob.sdkapi
 
SMIncrement(String, SMInt) - Constructor for class com.stackmob.sdkapi.SMIncrement
Creates a new increment operation
SMIncrement(String, long) - Constructor for class com.stackmob.sdkapi.SMIncrement
Creates a new increment operation
SMInt - Class in com.stackmob.sdkapi
An Integer (Long) value
SMInt(Long) - Constructor for class com.stackmob.sdkapi.SMInt
 
SMIsNull - Class in com.stackmob.sdkapi
 
SMIsNull(String, SMBoolean) - Constructor for class com.stackmob.sdkapi.SMIsNull
 
SMLess - Class in com.stackmob.sdkapi
A "less than" query
SMLess(String, SMValue) - Constructor for class com.stackmob.sdkapi.SMLess
 
SMLessOrEqual - Class in com.stackmob.sdkapi
A "less than or equal to" query
SMLessOrEqual(String, SMValue) - Constructor for class com.stackmob.sdkapi.SMLessOrEqual
 
SMList<T extends SMValue> - Class in com.stackmob.sdkapi
A List of values
SMList(List<T>) - Constructor for class com.stackmob.sdkapi.SMList
Create a new SMList
SMList(T...) - Constructor for class com.stackmob.sdkapi.SMList
Create a new SMList
SMLong - Class in com.stackmob.sdkapi
Deprecated. use SMInt instead
SMLong(Long) - Constructor for class com.stackmob.sdkapi.SMLong
Deprecated.  
SMNear - Class in com.stackmob.sdkapi
A "near" query.
SMNear(String, SMDouble, SMDouble, SMDouble) - Constructor for class com.stackmob.sdkapi.SMNear
Create a new SMNear query
SMNear(String, double, double, double) - Constructor for class com.stackmob.sdkapi.SMNear
Create a new SMNear query
SMNin - Class in com.stackmob.sdkapi
A "nin" query
SMNin(String, List<? extends SMValue>) - Constructor for class com.stackmob.sdkapi.SMNin
Creates a new SMNin query
SMNin(String, SMList) - Constructor for class com.stackmob.sdkapi.SMNin
Creates a new SMNin query
SMNotEqual - Class in com.stackmob.sdkapi
 
SMNotEqual(String, SMValue) - Constructor for class com.stackmob.sdkapi.SMNotEqual
 
SMObject - Class in com.stackmob.sdkapi
An SMValue representing an object stored, or to be stored, in the StackMob Datastore
SMObject(Map<String, SMValue>) - Constructor for class com.stackmob.sdkapi.SMObject
Create a new SMObject
SMOr - Class in com.stackmob.sdkapi
An "or" query.
SMOr(List<SMCondition>) - Constructor for class com.stackmob.sdkapi.SMOr
Create an new SMOr query.
SMOrdering - Class in com.stackmob.sdkapi
 
SMOrdering(String, OrderingDirection) - Constructor for class com.stackmob.sdkapi.SMOrdering
Create a new ordering for filtering result sets
SMPrimitive<T> - Class in com.stackmob.sdkapi
 
SMPrimitive(T) - Constructor for class com.stackmob.sdkapi.SMPrimitive
 
SMSet - Class in com.stackmob.sdkapi
A "set" update action.
SMSet(String, SMValue) - Constructor for class com.stackmob.sdkapi.SMSet
Creates a new set operation
SMString - Class in com.stackmob.sdkapi
A String value
SMString(String) - Constructor for class com.stackmob.sdkapi.SMString
Create a new SMString
SMUpdate - Class in com.stackmob.sdkapi
An update action to take on an object in the StackMob datastore
SMUpdate() - Constructor for class com.stackmob.sdkapi.SMUpdate
 
SMValue<T> - Class in com.stackmob.sdkapi
An object representing a value stored in the StackMob datastore
SMValue(T) - Constructor for class com.stackmob.sdkapi.SMValue
Create a new SMValue
SMWithin - Class in com.stackmob.sdkapi
A "within" query
SMWithin(String, SMDouble, SMDouble, SMDouble) - Constructor for class com.stackmob.sdkapi.SMWithin
Create a new SMWithin query
SMWithin(String, double, double, double) - Constructor for class com.stackmob.sdkapi.SMWithin
Create a new SMWithin query
SMWithinBox - Class in com.stackmob.sdkapi
A "within" query for searching within a rectangular area
SMWithinBox(String, SMDouble, SMDouble, SMDouble, SMDouble) - Constructor for class com.stackmob.sdkapi.SMWithinBox
Create a new SMWithinBox query
SMWithinBox(String, double, double, double, double) - Constructor for class com.stackmob.sdkapi.SMWithinBox
Create a new SMWithinBox query

T

TimeoutException - Exception in com.stackmob.sdkapi.caching.exceptions
 
TimeoutException(Operation) - Constructor for exception com.stackmob.sdkapi.caching.exceptions.TimeoutException
 
TimeoutException - Exception in com.stackmob.sdkapi.http.exceptions
 
TimeoutException(String) - Constructor for exception com.stackmob.sdkapi.http.exceptions.TimeoutException
 
toString() - Method in class com.stackmob.core.rest.ProcessedAPIRequest
 
toString() - Method in class com.stackmob.sdkapi.SMEquals
 
toString() - Method in class com.stackmob.sdkapi.SMGreater
 
toString() - Method in class com.stackmob.sdkapi.SMGreaterOrEqual
 
toString() - Method in class com.stackmob.sdkapi.SMIn
 
toString() - Method in class com.stackmob.sdkapi.SMIsNull
 
toString() - Method in class com.stackmob.sdkapi.SMLess
 
toString() - Method in class com.stackmob.sdkapi.SMLessOrEqual
 
toString() - Method in class com.stackmob.sdkapi.SMNear
 
toString() - Method in class com.stackmob.sdkapi.SMNin
 
toString() - Method in class com.stackmob.sdkapi.SMNotEqual
 
toString() - Method in class com.stackmob.sdkapi.SMValue
 
toString() - Method in class com.stackmob.sdkapi.SMWithin
 
toString() - Method in class com.stackmob.sdkapi.SMWithinBox
 
trace(String) - Method in interface com.stackmob.sdkapi.LoggerService
Log a message at the TRACE level.
trace(String, Throwable) - Method in interface com.stackmob.sdkapi.LoggerService
Log a message at the TRACE level.
TTLTooBigException - Exception in com.stackmob.sdkapi.caching.exceptions
 
TTLTooBigException(Long) - Constructor for exception com.stackmob.sdkapi.caching.exceptions.TTLTooBigException
 
TwitterService - Interface in com.stackmob.sdkapi
The Twitter service.
TwitterServiceException - Exception in com.stackmob.core
Thrown when an error in the Twitter service has occurred.
TwitterServiceException(String) - Constructor for exception com.stackmob.core.TwitterServiceException
Constructs a new Twitter service exception with the specified detail message.
TwitterServiceException(String, Throwable) - Constructor for exception com.stackmob.core.TwitterServiceException
Constructs a new Twitter service exception with the specified detail message and cause.
TwitterServiceException(Throwable) - Constructor for exception com.stackmob.core.TwitterServiceException
Constructs a new Twitter service exception with the specified cause.

U

unlinkFacebookIdFromUser(String, String) - Method in interface com.stackmob.sdkapi.FacebookService
Disconnects the user with the given username from any linked Facebook access tokens.
unlinkUserFromTwitter(String, String) - Method in interface com.stackmob.sdkapi.TwitterService
Disconnects the user with the given username from any linked Twitter access tokens.
updateObject(String, String, List<SMUpdate>) - Method in interface com.stackmob.sdkapi.DataService
Updates an object in the datastore.
updateObject(String, SMValue, List<SMUpdate>) - Method in interface com.stackmob.sdkapi.DataService
Updates an object in the datastore.
updateObject(String, SMValue, List<SMCondition>, List<SMUpdate>) - Method in interface com.stackmob.sdkapi.DataService
Updates an object in the datastore, if and only if it meets additional conditions.
updateObject(String, String, Map<String, Object>) - Method in interface com.stackmob.sdkapi.DatastoreService
Deprecated. Updates an object in the datastore.
updateObjects(String, List<SMCondition>, List<SMUpdate>) - Method in interface com.stackmob.sdkapi.DataService
Updates all objects matching the given query in the datastore
updateStatus(String, String, String) - Method in interface com.stackmob.sdkapi.TwitterService
Updates a user's Twitter status with the given message.
utf8Charset - Static variable in class com.stackmob.sdkapi.caching.CachingService
 

V

value - Variable in class com.stackmob.sdkapi.SMValue
 
valueOf(String) - Static method in enum com.stackmob.core.MethodVerb
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.stackmob.core.rest.ResponseToProcess.FieldType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.stackmob.sdkapi.caching.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.stackmob.sdkapi.OrderingDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.stackmob.sdkapi.PushService.TokenType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.stackmob.core.MethodVerb
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.stackmob.core.rest.ResponseToProcess.FieldType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.stackmob.sdkapi.caching.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.stackmob.sdkapi.OrderingDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.stackmob.sdkapi.PushService.TokenType
Returns an array containing the constants of this enum type, in the order they are declared.
verifyCredentials(String, String) - Method in interface com.stackmob.sdkapi.TwitterService
Verifies a user's Twitter credentials.

W

warn(String) - Method in interface com.stackmob.sdkapi.LoggerService
Log a message at the WARN level.
warn(String, Throwable) - Method in interface com.stackmob.sdkapi.LoggerService
Log a message at the WARN level.
WhitelistException - Exception in com.stackmob.sdkapi.http.exceptions
 
WhitelistException(String) - Constructor for exception com.stackmob.sdkapi.http.exceptions.WhitelistException
 

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

Copyright © 2013 StackMob. All Rights Reserved.