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 interface
GemmaRestApiClient.DataResponse
static interface
GemmaRestApiClient.EmptyResponse
For endpoints that return no data (i.e.static interface
GemmaRestApiClient.ErrorResponse
static interface
GemmaRestApiClient.Redirection
For endpoint that return a redirection.Methods in ubic.gemma.core.util that return GemmaRestApiClient.Response Modifier and Type Method Description GemmaRestApiClient.Response
GemmaRestApiClient. perform(String endpoint)
Access a given REST endpoint.GemmaRestApiClient.Response
GemmaRestApiClient. perform(String endpoint, String firstParamName, Object firstParamValue, Object... otherParams)
GemmaRestApiClient.Response
GemmaRestApiClient. perform(String endpoint, MultiValueMap<String,Object> params)
Access a given endpoint REST endpoint with parameters.GemmaRestApiClient.Response
GemmaRestApiClientImpl. perform(String endpoint)
GemmaRestApiClient.Response
GemmaRestApiClientImpl. perform(String endpoint, String firstParamName, Object firstParamValue, Object... otherParams)
GemmaRestApiClient.Response
GemmaRestApiClientImpl. perform(String endpoint, MultiValueMap<String,Object> params)
-