Uses of Class
com.adyen.model.checkout.Redirect.MethodEnum
-
Packages that use Redirect.MethodEnum Package Description com.adyen.model.checkout -
-
Uses of Redirect.MethodEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return Redirect.MethodEnum Modifier and Type Method Description static Redirect.MethodEnumRedirect.MethodEnum. fromValue(String text)Redirect.MethodEnumRedirect. getMethod()The web method that you must use to access the redirect URL.Redirect.MethodEnumRedirect.MethodEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static Redirect.MethodEnumRedirect.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.Methods in com.adyen.model.checkout with parameters of type Redirect.MethodEnum Modifier and Type Method Description RedirectRedirect. method(Redirect.MethodEnum method)voidRedirect. setMethod(Redirect.MethodEnum method)voidRedirect.MethodEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, Redirect.MethodEnum enumeration)
-