Uses of Class
com.onfido.model.ChecksList
-
Packages that use ChecksList Package Description com.onfido.api com.onfido.model -
-
Uses of ChecksList in com.onfido.api
Methods in com.onfido.api that return ChecksList Modifier and Type Method Description ChecksListDefaultApi. listChecks(UUID applicantId)Retrieve Checks Retrieves a single check.Methods in com.onfido.api that return types with arguments of type ChecksList Modifier and Type Method Description ApiResponse<ChecksList>DefaultApi. listChecksWithHttpInfo(UUID applicantId)Retrieve Checks Retrieves a single check.Method parameters in com.onfido.api with type arguments of type ChecksList Modifier and Type Method Description okhttp3.CallDefaultApi. listChecksAsync(UUID applicantId, ApiCallback<ChecksList> _callback)Retrieve Checks (asynchronously) Retrieves a single check. -
Uses of ChecksList in com.onfido.model
Methods in com.onfido.model that return ChecksList Modifier and Type Method Description ChecksListChecksList. addChecksItem(Check checksItem)ChecksListChecksList. checks(List<Check> checks)static ChecksListChecksList. fromJson(String jsonString)Create an instance of ChecksList given an JSON stringChecksListChecksList. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.
-