| Package | Description |
|---|---|
| com.adyen.model.nexo |
| Modifier and Type | Field and Description |
|---|---|
protected AlgorithmType |
AlgorithmIdentifier.algorithm
The Algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
static AlgorithmType |
AlgorithmType.fromValue(String v)
From value algorithm type.
|
AlgorithmType |
AlgorithmIdentifier.getAlgorithm()
Gets the value of the algorithm property.
|
static AlgorithmType |
AlgorithmType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlgorithmType[] |
AlgorithmType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AlgorithmIdentifier.setAlgorithm(AlgorithmType value)
Sets the value of the algorithm property.
|
Copyright © 2022. All rights reserved.