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 interfacestatic interfaceFor endpoints that return no data (i.e.static interfaceFor 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)