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. a 201 No Content reply code).static interface
GemmaRestApiClient.ErrorResponse
For endpoints that may return an error.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, org.springframework.util.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, org.springframework.util.MultiValueMap<String,Object> params)
-