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

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

There is a newer version: 2.2.1
Show newest version





Response (Rally Rest API for Java 2.1)











com.rallydev.rest.response

Class Response

    • Constructor Detail

      • Response

        public Response(String response)
        Create a new response from the specified JSON encoded string.
        Parameters:
        response - the JSON encoded string
    • Method Detail

      • wasSuccessful

        public boolean wasSuccessful()
        Returns whether the response was successful (no errors)
        Returns:
        whether the response was successful
      • getErrors

        public String[] getErrors()
        Get any errors returned in the response.
        Returns:
        the response errors
      • getWarnings

        public String[] getWarnings()
        Get any warnings returned in the response.
        Returns:
        the response warnings




© 2015 - 2025 Weber Informatics LLC | Privacy Policy