Uses of Class
com.paypal.core.rest.PayPalRESTException

Packages that use PayPalRESTException
com.paypal.core.rest   
com.paypal.sdk.openidconnect   
 

Uses of PayPalRESTException in com.paypal.core.rest
 

Methods in com.paypal.core.rest that throw PayPalRESTException
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.  
static String RESTUtil.formatURIPath(String pattern, Map<String,String> pathParameters)
          Formats the URI path for REST calls.
static String RESTUtil.formatURIPath(String pattern, Map<String,String> pathParameters, Map<String,String> queryParameters)
          Formats the URI path for REST calls.
 String OAuthTokenCredential.getAccessToken()
          Computes Access Token by placing a call to OAuth server using ClientID and ClientSecret.
 String OAuthTokenCredential.getAuthorizationHeader()
          Computes Access Token by doing a Base64 encoding on the ClientID and ClientSecret.
static void PayPalResource.initConfig(File file)
          Initialize the system using a File(Properties file).
static void PayPalResource.initConfig(InputStream inputStream)
          Initialize using InputStream(of a Properties file)..
static void PayPalResource.initializeToDefault()
          Initialize to default properties
 

Uses of PayPalRESTException in com.paypal.sdk.openidconnect
 

Methods in com.paypal.sdk.openidconnect that throw PayPalRESTException
static Tokeninfo Tokeninfo.createFromAuthorizationCode(APIContext apiContext, CreateFromAuthorizationCodeParameters createFromAuthorizationCodeParameters)
          Creates an Access Token from an Authorization Code.
static Tokeninfo Tokeninfo.createFromAuthorizationCode(CreateFromAuthorizationCodeParameters createFromAuthorizationCodeParameters)
          Creates an Access Token from an Authorization Code.
static Tokeninfo Tokeninfo.createFromAuthorizationCodeForFpp(APIContext apiContext, CreateFromAuthorizationCodeParameters createFromAuthorizationCodeParameters)
          Creates an Access and a Refresh Tokens from an Authorization Code for future payment.
 Tokeninfo Tokeninfo.createFromRefreshToken(APIContext apiContext, CreateFromRefreshTokenParameters createFromRefreshTokenParameters)
          Creates an Access Token from an Refresh Token.
 Tokeninfo Tokeninfo.createFromRefreshToken(CreateFromRefreshTokenParameters createFromRefreshTokenParameters)
          Creates an Access Token from an Refresh Token.
static Userinfo Userinfo.getUserinfo(APIContext apiContext, UserinfoParameters userinfoParameters)
          Returns user details
static Userinfo Userinfo.getUserinfo(UserinfoParameters userinfoParameters)
          Returns user details
static void Userinfo.initConfig(File file)
          Initialize using a File(Properties file)
static void Tokeninfo.initConfig(File file)
          Initialize using a File(Properties file)
static void Userinfo.initConfig(InputStream is)
          Initialize using InputStream(of a Properties file)
static void Tokeninfo.initConfig(InputStream is)
          Initialize using InputStream(of a Properties file)
 



Copyright © 2014. All Rights Reserved.