Uses of Class
com.univocity.api.net.DataParameter

Packages that use DataParameter
com.univocity.api.net   
 

Uses of DataParameter in com.univocity.api.net
 

Methods in com.univocity.api.net that return DataParameter
 DataParameter DataParameter.clone()
           
 DataParameter HttpRequest.getFirstDataParameter(String key)
          Returns the first DataParameter details associated with a given data parameter name.
 

Methods in com.univocity.api.net that return types with arguments of type DataParameter
 List<DataParameter> HttpRequest.getData()
          Returns the data parameters sent by on the body of this request if it is a RequestMethod.POST request.
 List<DataParameter> HttpRequest.getDataParameter(String paramName)
          Returns the values associated with a parameter of the body a RequestMethod.POST request
 

Methods in com.univocity.api.net with parameters of type DataParameter
 void HttpRequest.addDataParameter(DataParameter dataParameter)
          Adds a data parameter to the body of RequestMethod.POST requests as a plain String
 void HttpRequest.setDataParameter(DataParameter dataParameter)
          Adds/replaces a parameter of the body of RequestMethod.POST requests as a plain String
 

Method parameters in com.univocity.api.net with type arguments of type DataParameter
 void HttpRequest.addDataParameters(Collection<DataParameter> data)
          Adds multiple data parameters to this HTTP request
 



Copyright © 2018 uniVocity Software Pty Ltd. All rights reserved.