Uses of Class
com.adyen.model.management.ForceRebootDetails.TypeEnum
-
Packages that use ForceRebootDetails.TypeEnum Package Description com.adyen.model.management -
-
Uses of ForceRebootDetails.TypeEnum in com.adyen.model.management
Methods in com.adyen.model.management that return ForceRebootDetails.TypeEnum Modifier and Type Method Description static ForceRebootDetails.TypeEnumForceRebootDetails.TypeEnum. fromValue(String value)ForceRebootDetails.TypeEnumForceRebootDetails. getType()The type of terminal action.static ForceRebootDetails.TypeEnumForceRebootDetails.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ForceRebootDetails.TypeEnum[]ForceRebootDetails.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.management with parameters of type ForceRebootDetails.TypeEnum Modifier and Type Method Description voidForceRebootDetails. setType(ForceRebootDetails.TypeEnum type)The type of terminal action.ForceRebootDetailsForceRebootDetails. type(ForceRebootDetails.TypeEnum type)The type of terminal action.
-