Uses of Class
com.stripe.net.APIResource.RequestMethod

Packages that use APIResource.RequestMethod
com.stripe.net   
 

Uses of APIResource.RequestMethod in com.stripe.net
 

Methods in com.stripe.net that return APIResource.RequestMethod
static APIResource.RequestMethod APIResource.RequestMethod.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static APIResource.RequestMethod[] APIResource.RequestMethod.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.stripe.net with parameters of type APIResource.RequestMethod
protected static
<T> T
APIResource._request(APIResource.RequestMethod method, String url, Map<String,Object> params, Class<T> clazz, String apiKey)
           
protected static
<T> T
APIResource.request(APIResource.RequestMethod method, String url, Map<String,Object> params, Class<T> clazz, String apiKey)
           
 



Copyright © 2014 Stripe. All rights reserved.