Package com.stackmob.sdkapi

Interface Summary
DataService DataService allows you to interact with your data on StackMob
DatastoreService Deprecated.
FacebookService The Facebook service.
LoggerService The logger service.
PushService The push notification service.
SDKServiceProvider Provides access to the various StackMob services.
TwitterService The Twitter service.
 

Class Summary
BulkResult  
PushService.TokenAndType  
ResultFilters Query options for filtering results
SMBoolean A Boolean value
SMCollection<T>  
SMCondition A condition in a query on the StackMob datastore
SMDouble A Double value
SMEquals  
SMGreater A "greater than" query
SMGreaterOrEqual A "greater than or equal to" query
SMIn An "in" query
SMInt An Integer (Long) value
SMIsNull  
SMLess A "less than" query
SMLessOrEqual A "less than or equal to" query
SMList<T extends SMValue> A List of values
SMLong Deprecated. use SMInt instead
SMNear A "near" query.
SMNotEqual  
SMObject An SMValue representing an object stored, or to be stored, in the StackMob Datastore
SMOrdering  
SMPrimitive<T>  
SMSet A "set" update action.
SMString A String value
SMUpdate An update action to take on an object in the StackMob datastore
SMValue<T> An object representing a value stored in the StackMob datastore
SMWithin A "within" query
SMWithinBox A "within" query for searching within a rectangular area
 

Enum Summary
OrderingDirection Values representing ascending or descending orderings.
PushService.TokenType  
 



Copyright © 2012 StackMob. All Rights Reserved.