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,
Exception exception,
ServiceFilterResponse response)
Method to call if the operation finishes successfully
|
void |
ApiOperationCallback.onCompleted(E result,
Exception exception,
ServiceFilterResponse response)
Method to call when the operation is completed
|
void |
TableDeleteCallback.onCompleted(Exception exception,
ServiceFilterResponse response)
Method to call if the operation finishes successfully
|
void |
ApiJsonOperationCallback.onCompleted(com.google.gson.JsonElement jsonObject,
Exception exception,
ServiceFilterResponse response)
Method to call when the operation is completed
|
void |
TableJsonQueryCallback.onCompleted(com.google.gson.JsonElement result,
int count,
Exception exception,
ServiceFilterResponse response)
Method to call if the operation finishes successfully
|
void |
TableJsonOperationCallback.onCompleted(com.google.gson.JsonObject jsonObject,
Exception exception,
ServiceFilterResponse response)
Method to call if the operation finishes successfully
|
void |
TableQueryCallback.onCompleted(List<E> result,
int count,
Exception exception,
ServiceFilterResponse response)
Method to call if the operation finishes successfully
|
void |
UserAuthenticationCallback.onCompleted(MobileServiceUser user,
Exception exception,
ServiceFilterResponse response)
Method to call if the authentication process finishes successfully
|
void |
ServiceFilterResponseCallback.onResponse(ServiceFilterResponse response,
Exception exception)
Method to execute when the response is ready to be processed
|