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