public class UpdateResponse extends Response
Constructor and Description |
---|
UpdateResponse(String updateResponse)
Create a new update response from the specified JSON encoded string.
|
Modifier and Type | Method and Description |
---|---|
com.google.gson.JsonObject |
getObject()
Get the updated object.
|
protected String |
getRoot()
Get the name of the root JSON result
|
getErrors, getWarnings, wasSuccessful
public UpdateResponse(String updateResponse)
updateResponse
- the JSON encoded stringprotected String getRoot()
public com.google.gson.JsonObject getObject()
Returns null if the operation was not successful
Copyright © 2016. All Rights Reserved.