Uses of Class
com.onfido.model.DeviceIntelligenceBreakdownPropertiesDevice.DocumentCaptureEnum
-
Packages that use DeviceIntelligenceBreakdownPropertiesDevice.DocumentCaptureEnum Package Description com.onfido.model -
-
Uses of DeviceIntelligenceBreakdownPropertiesDevice.DocumentCaptureEnum in com.onfido.model
Methods in com.onfido.model that return DeviceIntelligenceBreakdownPropertiesDevice.DocumentCaptureEnum Modifier and Type Method Description static DeviceIntelligenceBreakdownPropertiesDevice.DocumentCaptureEnumDeviceIntelligenceBreakdownPropertiesDevice.DocumentCaptureEnum. fromValue(String value)DeviceIntelligenceBreakdownPropertiesDevice.DocumentCaptureEnumDeviceIntelligenceBreakdownPropertiesDevice. getDocumentCapture()Whether the document media were live captured from the device camera.DeviceIntelligenceBreakdownPropertiesDevice.DocumentCaptureEnumDeviceIntelligenceBreakdownPropertiesDevice.DocumentCaptureEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static DeviceIntelligenceBreakdownPropertiesDevice.DocumentCaptureEnumDeviceIntelligenceBreakdownPropertiesDevice.DocumentCaptureEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceIntelligenceBreakdownPropertiesDevice.DocumentCaptureEnum[]DeviceIntelligenceBreakdownPropertiesDevice.DocumentCaptureEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.onfido.model with parameters of type DeviceIntelligenceBreakdownPropertiesDevice.DocumentCaptureEnum Modifier and Type Method Description DeviceIntelligenceBreakdownPropertiesDeviceDeviceIntelligenceBreakdownPropertiesDevice. documentCapture(DeviceIntelligenceBreakdownPropertiesDevice.DocumentCaptureEnum documentCapture)voidDeviceIntelligenceBreakdownPropertiesDevice. setDocumentCapture(DeviceIntelligenceBreakdownPropertiesDevice.DocumentCaptureEnum documentCapture)voidDeviceIntelligenceBreakdownPropertiesDevice.DocumentCaptureEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, DeviceIntelligenceBreakdownPropertiesDevice.DocumentCaptureEnum enumeration)
-