Modifier and Type | Class and Description |
---|---|
class |
ServiceFilterResponseImpl
ServiceFilterResponse implementation
|
Modifier and Type | Method and Description |
---|---|
ServiceFilterResponse |
ServiceFilterRequest.execute()
Executes the request
|
Modifier and Type | Method and Description |
---|---|
void |
TableOperationCallback.onCompleted(E entity,
java.lang.Exception exception,
ServiceFilterResponse response)
Method to call if the operation finishes successfully
|
void |
TableDeleteCallback.onCompleted(java.lang.Exception exception,
ServiceFilterResponse response)
Method to call if the operation finishes successfully
|
void |
TableJsonQueryCallback.onCompleted(com.google.gson.JsonElement result,
int count,
java.lang.Exception exception,
ServiceFilterResponse response)
Method to call if the operation finishes successfully
|
void |
TableJsonOperationCallback.onCompleted(com.google.gson.JsonObject jsonObject,
java.lang.Exception exception,
ServiceFilterResponse response)
Method to call if the operation finishes successfully
|
void |
TableQueryCallback.onCompleted(java.util.List<E> result,
int count,
java.lang.Exception exception,
ServiceFilterResponse response)
Method to call if the operation finishes successfully
|
void |
UserAuthenticationCallback.onCompleted(MobileServiceUser user,
java.lang.Exception exception,
ServiceFilterResponse response)
Method to call if the authentication process finishes successfully
|
void |
ServiceFilterResponseCallback.onResponse(ServiceFilterResponse response,
java.lang.Exception exception)
Method to execute when the response is ready to be processed
|