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