Class SimpleGetCommand

java.lang.Object
org.labkey.remoteapi.Command<ResponseType,org.apache.hc.client5.http.classic.methods.HttpGet>
org.labkey.remoteapi.GetCommand<CommandResponse>
org.labkey.remoteapi.SimpleGetCommand
All Implemented Interfaces:
HasRequiredVersion

public class SimpleGetCommand extends GetCommand<CommandResponse>
  • Constructor Details

    • SimpleGetCommand

      public SimpleGetCommand(String controllerName, String actionName)
  • Method Details

    • createParameterMap

      protected Map<String,Object> createParameterMap()
      Returns a new, mutable parameter map initialized with the values from the map passed to setParameters(Map) method, if any.
      Overrides:
      createParameterMap in class Command<CommandResponse,org.apache.hc.client5.http.classic.methods.HttpGet>
      Returns:
      The parameter map to use when building the URL.
    • setParameters

      public void setParameters(Map<String,Object> parameters)
      Sets the URL parameter map.
      Parameters:
      parameters - The values to use when initializing the parameter map