public class CreateResponse extends Response
Constructor and Description |
---|
CreateResponse(String createResponse)
Create a new create response from the specified JSON encoded string.
|
Modifier and Type | Method and Description |
---|---|
com.google.gson.JsonObject |
getObject()
Get the created object.
|
protected String |
getRoot()
Get the name of the root JSON result
|
getErrors, getWarnings, wasSuccessful
public CreateResponse(String createResponse)
createResponse
- 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.