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

Packages that use RequestMethod
com.univocity.api.net   
 

Uses of RequestMethod in com.univocity.api.net
 

Fields in com.univocity.api.net declared as RequestMethod
protected  RequestMethod HttpMessage.requestMethod
           
 

Methods in com.univocity.api.net that return RequestMethod
 RequestMethod HttpMessage.getRequestMethod()
          Returns the RequestMethod to be used by this request.
static RequestMethod RequestMethod.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RequestMethod[] RequestMethod.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.univocity.api.net with parameters of type RequestMethod
 void HttpRequest.setRequestMethod(RequestMethod httpMethodType)
          Sets the RequestMethod to be used by this request.
 



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