doc.com.rallydev.rest.response.GetResponse.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
GetResponse (Rally Rest API for Java 2.1)
com.rallydev.rest.response
Class GetResponse
- java.lang.Object
-
- com.rallydev.rest.response.Response
-
- com.rallydev.rest.response.GetResponse
-
public class GetResponse
extends Response
Represents a WSAPI response from retrieving a single object.
-
-
Constructor Summary
Constructors
Constructor and Description
GetResponse(String getResponse)
Create a new get response from the specified JSON encoded string.
-
Method Summary
Methods
Modifier and Type
Method and Description
JsonObject
getObject()
Get the retrieved object.
-
Methods inherited from class com.rallydev.rest.response.Response
getErrors, getWarnings, wasSuccessful
-
-
Constructor Detail
-
GetResponse
public GetResponse(String getResponse)
Create a new get response from the specified JSON encoded string.
- Parameters:
getResponse
- the JSON encoded string
-
Method Detail
-
getObject
public JsonObject getObject()
Get the retrieved object.
Returns null if the operation was not successful
- Returns:
- the retrieved object
© 2015 - 2025 Weber Informatics LLC | Privacy Policy