| Package | Description |
|---|---|
| com.paypal.sdk.exceptions | |
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
OAuthProviderError |
OAuthProviderException.getError()
Getter for Error.
|
| Modifier and Type | Method and Description |
|---|---|
static OAuthProviderError |
OAuthProviderError.constructFromString(String toConvert)
Returns the enum member associated with the given string value.
|
static OAuthProviderError |
OAuthProviderError.fromString(String toConvert)
Returns the enum member associated with the given string value.
|
static OAuthProviderError |
OAuthProviderError.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OAuthProviderError[] |
OAuthProviderError.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
OAuthProviderError.toValue(List<OAuthProviderError> toConvert)
Convert list of OAuthProviderError values to list of string values.
|
Copyright © 2025. All rights reserved.