public enum HSMOTPButtonType extends Enum<HSMOTPButtonType>
| Modifier and Type | Method and Description |
|---|---|
static HSMOTPButtonType |
forValue(String value) |
String |
getType() |
String |
toJson() |
String |
toString() |
static HSMOTPButtonType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HSMOTPButtonType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HSMOTPButtonType ONE_TAP
public static final HSMOTPButtonType COPY_CODE
public static HSMOTPButtonType[] values()
for (HSMOTPButtonType c : HSMOTPButtonType.values()) System.out.println(c);
public static HSMOTPButtonType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static HSMOTPButtonType forValue(String value)
public String toJson()
public String getType()
public String toString()
toString in class Enum<HSMOTPButtonType>Copyright © 2024. All rights reserved.