All Downloads are FREE. Search and download functionalities are using the official Maven repository.

doc.com.rallydev.rest.response.GetResponse.html Maven / Gradle / Ivy

The newest version!





GetResponse (Rally Rest API for Java 2.2)











com.rallydev.rest.response

Class GetResponse



  • public class GetResponse
    extends Response
    Represents a WSAPI response from retrieving a single object.
    • 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