Uses of Class
com.onfido.model.RepeatAttemptsListRepeatAttemptsInner
-
Packages that use RepeatAttemptsListRepeatAttemptsInner Package Description com.onfido.model -
-
Uses of RepeatAttemptsListRepeatAttemptsInner in com.onfido.model
Methods in com.onfido.model that return RepeatAttemptsListRepeatAttemptsInner Modifier and Type Method Description RepeatAttemptsListRepeatAttemptsInnerRepeatAttemptsListRepeatAttemptsInner. applicantId(UUID applicantId)RepeatAttemptsListRepeatAttemptsInnerRepeatAttemptsListRepeatAttemptsInner. completedAt(OffsetDateTime completedAt)RepeatAttemptsListRepeatAttemptsInnerRepeatAttemptsListRepeatAttemptsInner. createdAt(OffsetDateTime createdAt)RepeatAttemptsListRepeatAttemptsInnerRepeatAttemptsListRepeatAttemptsInner. dateOfBirth(RepeatAttemptsListRepeatAttemptsInner.DateOfBirthEnum dateOfBirth)static RepeatAttemptsListRepeatAttemptsInnerRepeatAttemptsListRepeatAttemptsInner. fromJson(String jsonString)Create an instance of RepeatAttemptsListRepeatAttemptsInner given an JSON stringRepeatAttemptsListRepeatAttemptsInnerRepeatAttemptsListRepeatAttemptsInner. names(RepeatAttemptsListRepeatAttemptsInner.NamesEnum names)RepeatAttemptsListRepeatAttemptsInnerRepeatAttemptsListRepeatAttemptsInner. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.RepeatAttemptsListRepeatAttemptsInnerRepeatAttemptsListRepeatAttemptsInner. reportId(UUID reportId)RepeatAttemptsListRepeatAttemptsInnerRepeatAttemptsListRepeatAttemptsInner. result(RepeatAttemptsListRepeatAttemptsInner.ResultEnum result)Methods in com.onfido.model that return types with arguments of type RepeatAttemptsListRepeatAttemptsInner Modifier and Type Method Description List<RepeatAttemptsListRepeatAttemptsInner>RepeatAttemptsList. getRepeatAttempts()An array of repeat attempt objects.Methods in com.onfido.model with parameters of type RepeatAttemptsListRepeatAttemptsInner Modifier and Type Method Description RepeatAttemptsListRepeatAttemptsList. addRepeatAttemptsItem(RepeatAttemptsListRepeatAttemptsInner repeatAttemptsItem)Method parameters in com.onfido.model with type arguments of type RepeatAttemptsListRepeatAttemptsInner Modifier and Type Method Description RepeatAttemptsListRepeatAttemptsList. repeatAttempts(List<RepeatAttemptsListRepeatAttemptsInner> repeatAttempts)voidRepeatAttemptsList. setRepeatAttempts(List<RepeatAttemptsListRepeatAttemptsInner> repeatAttempts)
-