Uses of Interface
ubic.gemma.core.util.GemmaRestApiClient.Response
-
Packages that use GemmaRestApiClient.Response Package Description ubic.gemma.core.util -
-
Uses of GemmaRestApiClient.Response in ubic.gemma.core.util
Subinterfaces of GemmaRestApiClient.Response in ubic.gemma.core.util Modifier and Type Interface Description static interfaceGemmaRestApiClient.DataResponsestatic interfaceGemmaRestApiClient.EmptyResponseFor endpoints that return no data (i.e.static interfaceGemmaRestApiClient.ErrorResponsestatic interfaceGemmaRestApiClient.RedirectionFor endpoint that return a redirection.Methods in ubic.gemma.core.util that return GemmaRestApiClient.Response Modifier and Type Method Description GemmaRestApiClient.ResponseGemmaRestApiClient. perform(String endpoint)Access a given REST endpoint.GemmaRestApiClient.ResponseGemmaRestApiClient. perform(String endpoint, String firstParamName, Object firstParamValue, Object... otherParams)GemmaRestApiClient.ResponseGemmaRestApiClient. perform(String endpoint, MultiValueMap<String,Object> params)Access a given endpoint REST endpoint with parameters.GemmaRestApiClient.ResponseGemmaRestApiClientImpl. perform(String endpoint)GemmaRestApiClient.ResponseGemmaRestApiClientImpl. perform(String endpoint, String firstParamName, Object firstParamValue, Object... otherParams)GemmaRestApiClient.ResponseGemmaRestApiClientImpl. perform(String endpoint, MultiValueMap<String,Object> params)
-