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