| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
static PaypalWalletVaultStatus |
PaypalWalletVaultStatus.constructFromString(String toConvert)
Returns the enum member associated with the given string value.
|
static PaypalWalletVaultStatus |
PaypalWalletVaultStatus.fromString(String toConvert)
Returns the enum member associated with the given string value.
|
PaypalWalletVaultStatus |
PaypalWalletVaultResponse.getStatus()
Getter for Status.
|
static PaypalWalletVaultStatus |
PaypalWalletVaultStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaypalWalletVaultStatus[] |
PaypalWalletVaultStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PaypalWalletVaultResponse.setStatus(PaypalWalletVaultStatus status)
Setter for Status.
|
PaypalWalletVaultResponse.Builder |
PaypalWalletVaultResponse.Builder.status(PaypalWalletVaultStatus status)
Setter for status.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
PaypalWalletVaultStatus.toValue(List<PaypalWalletVaultStatus> toConvert)
Convert list of PaypalWalletVaultStatus values to list of string values.
|
| Constructor and Description |
|---|
PaypalWalletVaultResponse(String id,
PaypalWalletVaultStatus status,
List<LinkDescription> links,
PaypalWalletCustomer customer)
Initialization constructor.
|
Copyright © 2025. All rights reserved.