Uses of Interface
ubic.gemma.core.util.GemmaRestApiClient.Response
Packages that use GemmaRestApiClient.Response
-
Uses of GemmaRestApiClient.Response in ubic.gemma.core.util
Subinterfaces of GemmaRestApiClient.Response in ubic.gemma.core.utilModifier and TypeInterfaceDescriptionstatic interface
static interface
For endpoints that return no data (i.e. a 201 No Content reply code).static interface
For endpoints that may return an error.Methods in ubic.gemma.core.util that return GemmaRestApiClient.ResponseModifier and TypeMethodDescriptionAccess a given REST endpoint.GemmaRestApiClient.perform
(String endpoint, String firstParamName, Object firstParamValue, Object... otherParams) GemmaRestApiClient.perform
(String endpoint, org.springframework.util.MultiValueMap<String, Object> params) Access a given endpoint REST endpoint with parameters.GemmaRestApiClientImpl.perform
(String endpoint, String firstParamName, Object firstParamValue, Object... otherParams) GemmaRestApiClientImpl.perform
(String endpoint, org.springframework.util.MultiValueMap<String, Object> params)