Modifier and Type | Method and Description |
---|---|
MobileServiceClient |
MobileServiceClient.withFilter(ServiceFilter serviceFilter)
Adds a new filter to the MobileServiceClient
|
Constructor and Description |
---|
MobileServiceClient(MobileServiceClient client)
Constructor for the MobileServiceClient
|
MobileServiceJsonTable(String name,
MobileServiceClient client)
Constructor for MobileServiceJsonTable
|
MobileServiceTable(String name,
MobileServiceClient client,
Class<E> clazz)
Constructor for MobileServiceTable
|