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