Modifier and Type | Method and Description |
---|---|
void |
MobileServiceJsonTable.insert(com.google.gson.JsonObject element,
TableJsonOperationCallback callback)
Inserts a JsonObject into a Mobile Service Table
|
void |
MobileServiceJsonTable.lookUp(java.lang.Object id,
TableJsonOperationCallback callback)
Looks up a row in the table and retrieves its JSON value.
|
void |
MobileServiceJsonTable.update(com.google.gson.JsonObject element,
TableJsonOperationCallback callback)
Updates an element from a Mobile Service Table
|