Package org.labkey.remoteapi
Class SimpleGetCommand
java.lang.Object
org.labkey.remoteapi.Command<ResponseType,org.apache.hc.client5.http.classic.methods.HttpGet>
- All Implemented Interfaces:
HasRequiredVersion
-
Nested Class Summary
Nested classes/interfaces inherited from class org.labkey.remoteapi.Command
Command.CommonParameters, Command.Response
-
Field Summary
Fields inherited from class org.labkey.remoteapi.Command
CONTENT_TYPE_JSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a new, mutable parameter map initialized with the values from the map passed tosetParameters(Map)
method, if any.void
setParameters
(Map<String, Object> parameters) Sets the URL parameter map.Methods inherited from class org.labkey.remoteapi.GetCommand
createRequest
Methods inherited from class org.labkey.remoteapi.Command
_execute, createResponse, execute, getActionName, getControllerName, getHttpRequest, getParameters, getParamValueAsString, getRequiredVersion, getTimeout, setRequiredVersion, setTimeout
-
Constructor Details
-
SimpleGetCommand
-
-
Method Details
-
createParameterMap
Returns a new, mutable parameter map initialized with the values from the map passed tosetParameters(Map)
method, if any.- Overrides:
createParameterMap
in classCommand<CommandResponse,
org.apache.hc.client5.http.classic.methods.HttpGet> - Returns:
- The parameter map to use when building the URL.
-
setParameters
Sets the URL parameter map.- Parameters:
parameters
- The values to use when initializing the parameter map
-