Uses of Class
com.onfido.model.RepeatAttemptsList
-
Packages that use RepeatAttemptsList Package Description com.onfido.api com.onfido.model -
-
Uses of RepeatAttemptsList in com.onfido.api
Methods in com.onfido.api that return RepeatAttemptsList Modifier and Type Method Description RepeatAttemptsListDefaultApi. listRepeatAttempts(UUID reportId)Retrieve repeat attempts Returns all repeat attempts for a given Document reportMethods in com.onfido.api that return types with arguments of type RepeatAttemptsList Modifier and Type Method Description ApiResponse<RepeatAttemptsList>DefaultApi. listRepeatAttemptsWithHttpInfo(UUID reportId)Retrieve repeat attempts Returns all repeat attempts for a given Document reportMethod parameters in com.onfido.api with type arguments of type RepeatAttemptsList Modifier and Type Method Description okhttp3.CallDefaultApi. listRepeatAttemptsAsync(UUID reportId, ApiCallback<RepeatAttemptsList> _callback)Retrieve repeat attempts (asynchronously) Returns all repeat attempts for a given Document report -
Uses of RepeatAttemptsList in com.onfido.model
Methods in com.onfido.model that return RepeatAttemptsList Modifier and Type Method Description RepeatAttemptsListRepeatAttemptsList. addRepeatAttemptsItem(RepeatAttemptsListRepeatAttemptsInner repeatAttemptsItem)RepeatAttemptsListRepeatAttemptsList. attemptsClearRate(Float attemptsClearRate)RepeatAttemptsListRepeatAttemptsList. attemptsCount(Integer attemptsCount)static RepeatAttemptsListRepeatAttemptsList. fromJson(String jsonString)Create an instance of RepeatAttemptsList given an JSON stringRepeatAttemptsListRepeatAttemptsList. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.RepeatAttemptsListRepeatAttemptsList. repeatAttempts(List<RepeatAttemptsListRepeatAttemptsInner> repeatAttempts)RepeatAttemptsListRepeatAttemptsList. reportId(UUID reportId)RepeatAttemptsListRepeatAttemptsList. uniqueMismatchesCount(Integer uniqueMismatchesCount)
-