Uses of Class
com.slimpay.RequestMethod

Packages that use RequestMethod
com.slimpay   
 

Uses of RequestMethod in com.slimpay
 

Methods in com.slimpay that return RequestMethod
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.slimpay with parameters of type RequestMethod
 Resource Resource.follow(RequestMethod method, String rel)
           
 Resource Resource.follow(RequestMethod method, String rel, org.apache.http.HttpEntity data, String format)
           
 Resource Resource.follow(RequestMethod method, String rel, org.json.JSONObject data)
           
 Resource Resource.follow(RequestMethod method, String rel, Map<String,String> data)
           
 Resource Resource.follow(RequestMethod method, String rel, String data)
           
static Resource Resource.request(RequestMethod method, String url)
           
static Resource Resource.request(RequestMethod method, String url, org.apache.http.HttpEntity data, String format)
           
static Resource Resource.request(RequestMethod method, String url, org.json.JSONObject data)
           
static Resource Resource.request(RequestMethod method, String url, Map<String,String> data)
           
 



Copyright © 2015. All rights reserved.