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

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

The newest version!





QueryResponse (Rally Rest API for Java 2.2)











com.rallydev.rest.response

Class QueryResponse



  • public class QueryResponse
    extends Response
    Represents a WSAPI response from querying for objects.
    • Constructor Detail

      • QueryResponse

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

      • getTotalResultCount

        public int getTotalResultCount()
        Get the total number of objects that matched the query
        Returns:
        the total number of objects
      • getResults

        public JsonArray getResults()
        Get the results of the query

        Depending on the limit of the original request this may include one or more pages.

        Returns:
        the results
      • getPageSize

        public int getPageSize()
        Get the page size of the results
        Returns:
        the page size
      • getStart

        public int getStart()
        Get the start index of the results
        Returns:
        the start index




© 2015 - 2025 Weber Informatics LLC | Privacy Policy