Uses of Class
com.adyen.model.clouddevice.DeviceStatus
-
Packages that use DeviceStatus Package Description com.adyen.model.clouddevice -
-
Uses of DeviceStatus in com.adyen.model.clouddevice
Methods in com.adyen.model.clouddevice that return DeviceStatus Modifier and Type Method Description static DeviceStatusDeviceStatus. fromValue(String v)Creates an DeviceStatus from a string value.DeviceStatusDeviceStatusResponse. getStatus()static DeviceStatusDeviceStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceStatus[]DeviceStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.clouddevice with parameters of type DeviceStatus Modifier and Type Method Description voidDeviceStatusResponse. setStatus(DeviceStatus status)
-