Uses of Class
com.onfido.model.IdPhoto
-
Packages that use IdPhoto Package Description com.onfido.api com.onfido.model -
-
Uses of IdPhoto in com.onfido.api
Methods in com.onfido.api that return IdPhoto Modifier and Type Method Description IdPhotoDefaultApi. findIdPhoto(UUID idPhotoId)Retrieve ID photo Retrieves a single ID photo.IdPhotoDefaultApi. uploadIdPhoto(UUID applicantId, FileTransfer _file)Upload ID photo You can upload ID photos to this endpoint.Methods in com.onfido.api that return types with arguments of type IdPhoto Modifier and Type Method Description ApiResponse<IdPhoto>DefaultApi. findIdPhotoWithHttpInfo(UUID idPhotoId)Retrieve ID photo Retrieves a single ID photo.ApiResponse<IdPhoto>DefaultApi. uploadIdPhotoWithHttpInfo(UUID applicantId, FileTransfer _file)Upload ID photo You can upload ID photos to this endpoint.Method parameters in com.onfido.api with type arguments of type IdPhoto Modifier and Type Method Description okhttp3.CallDefaultApi. findIdPhotoAsync(UUID idPhotoId, ApiCallback<IdPhoto> _callback)Retrieve ID photo (asynchronously) Retrieves a single ID photo.okhttp3.CallDefaultApi. uploadIdPhotoAsync(UUID applicantId, FileTransfer _file, ApiCallback<IdPhoto> _callback)Upload ID photo (asynchronously) You can upload ID photos to this endpoint. -
Uses of IdPhoto in com.onfido.model
Methods in com.onfido.model that return IdPhoto Modifier and Type Method Description IdPhotoIdPhoto. createdAt(OffsetDateTime createdAt)IdPhotoIdPhoto. downloadHref(String downloadHref)IdPhotoIdPhoto. fileName(String fileName)IdPhotoIdPhoto. fileSize(Integer fileSize)IdPhotoIdPhoto. fileType(String fileType)static IdPhotoIdPhoto. fromJson(String jsonString)Create an instance of IdPhoto given an JSON stringIdPhotoIdPhoto. href(String href)IdPhotoIdPhoto. id(UUID id)IdPhotoIdPhoto. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.Methods in com.onfido.model that return types with arguments of type IdPhoto Modifier and Type Method Description List<IdPhoto>IdPhotosList. getIdPhotos()Get idPhotosMethods in com.onfido.model with parameters of type IdPhoto Modifier and Type Method Description IdPhotosListIdPhotosList. addIdPhotosItem(IdPhoto idPhotosItem)Method parameters in com.onfido.model with type arguments of type IdPhoto Modifier and Type Method Description IdPhotosListIdPhotosList. idPhotos(List<IdPhoto> idPhotos)voidIdPhotosList. setIdPhotos(List<IdPhoto> idPhotos)
-