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 |
|---|---|
JsonArray |
getResults()
Get the results of the collection update
|
getErrors, getWarnings, wasSuccessfulpublic CollectionUpdateResponse(String updateResponse)
updateResponse - the JSON encoded stringpublic JsonArray getResults()