Uses of Class
com.paypal.base.rest.HttpMethod

Packages that use HttpMethod
com.paypal.base.rest   
 

Uses of HttpMethod in com.paypal.base.rest
 

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

Methods in com.paypal.base.rest with parameters of type HttpMethod
static
<T> T
PayPalResource.configureAndExecute(APIContext apiContext, HttpMethod httpMethod, String resourcePath, Map<String,String> headersMap, String payLoad, Class<T> clazz)
          Deprecated.  
static
<T> T
PayPalResource.configureAndExecute(APIContext apiContext, HttpMethod httpMethod, String resourcePath, String payLoad, Class<T> clazz)
          Configures and executes REST call: Supports JSON
static
<T> T
PayPalResource.configureAndExecute(String accessToken, HttpMethod httpMethod, String resourcePath, String payLoad, Class<T> clazz)
          Deprecated.  
 



Copyright © 2015. All Rights Reserved.