doc.com.rallydev.rest.response.CollectionUpdateResponse.html Maven / Gradle / Ivy
CollectionUpdateResponse (Rally Rest API for Java 2.2)
com.rallydev.rest.response
Class CollectionUpdateResponse
- java.lang.Object
-
- com.rallydev.rest.response.Response
-
- com.rallydev.rest.response.CollectionUpdateResponse
-
public class CollectionUpdateResponse
extends Response
Represents a WSAPI response from updating a collection.
-
-
Constructor Summary
Constructors
Constructor and Description
CollectionUpdateResponse(String updateResponse)
Create a new collection update response from the specified JSON encoded string.
-
Method Summary
Methods
Modifier and Type
Method and Description
JsonArray
getResults()
Get the results of the collection update
-
Methods inherited from class com.rallydev.rest.response.Response
getErrors, getWarnings, wasSuccessful
-
-
Constructor Detail
-
CollectionUpdateResponse
public CollectionUpdateResponse(String updateResponse)
Create a new collection update response from the specified JSON encoded string.
Note that this class is only usable with WSAPI versions 2.0 and above.
- Parameters:
updateResponse
- the JSON encoded string
-
Method Detail
-
getResults
public JsonArray getResults()
Get the results of the collection update
- Returns:
- the results
© 2015 - 2025 Weber Informatics LLC | Privacy Policy