Uses of Class
com.onfido.model.ErrorProperties1
-
Packages that use ErrorProperties1 Package Description com.onfido.model -
-
Uses of ErrorProperties1 in com.onfido.model
Methods in com.onfido.model that return ErrorProperties1 Modifier and Type Method Description static ErrorProperties1ErrorProperties1. fromJson(String jsonString)Create an instance of ErrorProperties1 given an JSON stringErrorProperties1Error1. getError()Get errorErrorProperties1ErrorProperties1. message(String message)ErrorProperties1ErrorProperties1. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.ErrorProperties1ErrorProperties1. type(String type)Methods in com.onfido.model with parameters of type ErrorProperties1 Modifier and Type Method Description Error1Error1. error(ErrorProperties1 error)voidError1. setError(ErrorProperties1 error)
-