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