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