|
Accela SDK for Android
V3.1
|
Classes | |
| interface | AMBatchRequestDelegate |
Public Member Functions | |
| AMBatchResponse (JSONObject response) | |
| String | getStatus () |
| void | setStatus (String status) |
| List< JSONObject > | getResult () |
| void | setResult (List< JSONObject > result) |
Accela Amobile File: AMBatchResponse.java
Accela, Inc. Copyright (C): 2014
Description: Response object of batch request.
Notes:
Revision History@since 3.1
|
inline |
|
inline |
Get the value of property result.
|
inline |
Get the value of property status.
|
inline |
Set the value of property result.
| result | The new result value. |
|
inline |
Set the value of property status.
| status | The new status value. |