Class BasicRequest

    • Constructor Detail

      • BasicRequest

        public BasicRequest()
    • Method Detail

      • getClient

        public Client getClient()
        The client that is making this request.
        Returns:
      • setClient

        public void setClient​(Client client)
      • getKeyID

        public String getKeyID()
      • setKeyID

        public void setKeyID​(String keyID)
      • hasKeyID

        public boolean hasKeyID()
      • getParameters

        public Map<String,​String> getParameters()
        Additional parameters that the request is to send along to the server. These are key/value pairs and will be treated as strings.
        Returns: