| Package | Description |
|---|---|
| com.adyen.model.checkout |
| Modifier and Type | Method and Description |
|---|---|
static Redirect.MethodEnum |
Redirect.MethodEnum.fromValue(String text) |
Redirect.MethodEnum |
Redirect.getMethod()
The web method that you must use to access the redirect URL.
|
Redirect.MethodEnum |
Redirect.MethodEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static Redirect.MethodEnum |
Redirect.MethodEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Redirect.MethodEnum[] |
Redirect.MethodEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Redirect |
Redirect.method(Redirect.MethodEnum method) |
void |
Redirect.setMethod(Redirect.MethodEnum method) |
void |
Redirect.MethodEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
Redirect.MethodEnum enumeration) |
Copyright © 2022. All rights reserved.