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 |
---|---|
JsonObject |
getObject()
Get the updated object.
|
getErrors, getWarnings, wasSuccessful
public UpdateResponse(String updateResponse)
updateResponse
- the JSON encoded stringpublic JsonObject getObject()
Returns null if the operation was not successful