Class AbstractClient

    • Constructor Detail

      • AbstractClient

        public AbstractClient()
    • Method Detail

      • getOne

        public <T> T getOne​(String url,
                            Class<T> type)
      • delete

        public void delete​(String url)
      • get

        protected <R> R get​(String url,
                            org.openforis.collect.client.AbstractClient.ResponseProcessor<R> responseProcessor)