Class SimpleGetCommand
java.lang.Object
org.labkey.remoteapi.Command<CommandResponse, org.apache.hc.client5.http.classic.methods.HttpGet>
- All Implemented Interfaces:
HasRequiredVersion
-
Nested Class Summary
Nested classes/interfaces inherited from class Command
Command.CommonParameters, Command.Response -
Field Summary
Fields inherited from class 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.voidsetParameters(Map<String, Object> parameters) Sets the URL parameter map.Methods inherited from class GetCommand
createRequestMethods inherited from class 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:
createParameterMapin classCommand<CommandResponse, org.apache.hc.client5.http.classic.methods.HttpGet>- Returns:
- The parameter map to use when building the URL.
-
setParameters
-