Uses of Class
smartrics.rest.client.RestRequest.Method

Uses of RestRequest.Method in smartrics.rest.client
 

Methods in smartrics.rest.client that return RestRequest.Method
 RestRequest.Method RestRequest.getMethod()
           
static RestRequest.Method RestRequest.Method.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RestRequest.Method[] RestRequest.Method.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in smartrics.rest.client with parameters of type RestRequest.Method
 RestRequest RestRequest.setMethod(RestRequest.Method method)
          Sets the method for this request.
 



Copyright © 2012 smartrics. All Rights Reserved.