Class LookupRequestBuilder

    • Constructor Summary

      Constructors 
      Constructor Description
      LookupRequestBuilder​(java.lang.String base, java.lang.String dataset, java.lang.String recordID)
      Create a lookup request builder
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getUrl()
      Returns the URL that will be queried by the request
      SearchRecord sendRequest()
      Send the completed request to the API, returns the response
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LookupRequestBuilder

        public LookupRequestBuilder​(java.lang.String base,
                                    java.lang.String dataset,
                                    java.lang.String recordID)
        Create a lookup request builder
        Parameters:
        base - URL where datasets can be found (do not include API endpoints)
        dataset - dataset to search
        recordID - record to look up