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