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

doc.com.rallydev.rest.request.Request.html Maven / Gradle / Ivy

There is a newer version: 2.2.1
Show newest version





Request (Rally Rest API for Java 2.1)











com.rallydev.rest.request

Class Request

    • Constructor Detail

      • Request

        public Request()
        Create a new request.
    • Method Detail

      • getParams

        public List<NameValuePair> getParams()
        Get the list of additional parameters included in this request.
        Returns:
        The list of additional parameters
      • setParams

        public void setParams(List<NameValuePair> params)
        Set the list of additional parameters included in this request.
        Parameters:
        params - The list of additional parameters
      • addParam

        public void addParam(String name,
                    String value)
        Add the specified parameter to this request.
        Parameters:
        name - the parameter name
        value - the parameter value
      • toUrl

        public abstract String toUrl()

        Convert this request into a url compatible with the WSAPI.

        Must be implemented by subclasses.
        Returns:
        the url representing this request.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy