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