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