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