public class CollectionUpdateResponse extends Response
Constructor and Description |
---|
CollectionUpdateResponse(String updateResponse)
Create a new collection update response from the specified JSON encoded string.
|
Modifier and Type | Method and Description |
---|---|
com.google.gson.JsonArray |
getResults()
Get the results of the collection update
|
protected String |
getRoot()
Get the name of the root JSON result
|
getErrors, getWarnings, wasSuccessful
public CollectionUpdateResponse(String updateResponse)
updateResponse
- the JSON encoded stringCopyright © 2016. All Rights Reserved.