Uses of Class
com.onfido.model.DocumentResponse
-
Packages that use DocumentResponse Package Description com.onfido.model -
-
Uses of DocumentResponse in com.onfido.model
Methods in com.onfido.model that return DocumentResponse Modifier and Type Method Description DocumentResponseDocumentResponse. createdAt(OffsetDateTime createdAt)DocumentResponseDocumentResponse. downloadHref(String downloadHref)DocumentResponseDocumentResponse. fileName(String fileName)DocumentResponseDocumentResponse. fileSize(Integer fileSize)static DocumentResponseDocumentResponse. fromJson(String jsonString)Create an instance of DocumentResponse given an JSON stringDocumentResponseDocumentResponse. href(String href)DocumentResponseDocumentResponse. id(UUID id)DocumentResponseDocumentResponse. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.
-