Uses of Class
com.onfido.model.DeviceIntelligenceBreakdown
-
Packages that use DeviceIntelligenceBreakdown Package Description com.onfido.model -
-
Uses of DeviceIntelligenceBreakdown in com.onfido.model
Methods in com.onfido.model that return DeviceIntelligenceBreakdown Modifier and Type Method Description DeviceIntelligenceBreakdownDeviceIntelligenceBreakdown. breakdown(DeviceIntelligenceBreakdownBreakdown breakdown)static DeviceIntelligenceBreakdownDeviceIntelligenceBreakdown. fromJson(String jsonString)Create an instance of DeviceIntelligenceBreakdown given an JSON stringDeviceIntelligenceBreakdownDeviceIntelligenceReport. getBreakdown()Get breakdownDeviceIntelligenceBreakdownDeviceIntelligenceBreakdown. properties(DeviceIntelligenceBreakdownProperties properties)DeviceIntelligenceBreakdownDeviceIntelligenceBreakdown. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.Methods in com.onfido.model with parameters of type DeviceIntelligenceBreakdown Modifier and Type Method Description DeviceIntelligenceReportDeviceIntelligenceReport. breakdown(DeviceIntelligenceBreakdown breakdown)voidDeviceIntelligenceReport. setBreakdown(DeviceIntelligenceBreakdown breakdown)
-