doc.com.rallydev.rest.response.UpdateResponse.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rally-rest-api Show documentation
Show all versions of rally-rest-api Show documentation
A java toolkit for interacting with the Rally Rest API
The newest version!
UpdateResponse (Rally Rest API for Java 2.2)
com.rallydev.rest.response
Class UpdateResponse
- java.lang.Object
-
- com.rallydev.rest.response.Response
-
- com.rallydev.rest.response.UpdateResponse
-
public class UpdateResponse
extends Response
Represents a WSAPI response from updating an object.
-
-
Constructor Summary
Constructors
Constructor and Description
UpdateResponse(String updateResponse)
Create a new update response from the specified JSON encoded string.
-
Method Summary
Methods
Modifier and Type
Method and Description
JsonObject
getObject()
Get the updated object.
-
Methods inherited from class com.rallydev.rest.response.Response
getErrors, getWarnings, wasSuccessful
-
-
Constructor Detail
-
UpdateResponse
public UpdateResponse(String updateResponse)
Create a new update response from the specified JSON encoded string.
- Parameters:
updateResponse
- the JSON encoded string
-
Method Detail
-
getObject
public JsonObject getObject()
Get the updated object.
Returns null if the operation was not successful
- Returns:
- the updated object
© 2015 - 2025 Weber Informatics LLC | Privacy Policy