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