Uses of Class
com.onfido.model.IdPhotosList
-
Packages that use IdPhotosList Package Description com.onfido.api com.onfido.model -
-
Uses of IdPhotosList in com.onfido.api
Methods in com.onfido.api that return IdPhotosList Modifier and Type Method Description IdPhotosListDefaultApi. listIdPhotos(UUID applicantId)List ID photos Lists the ID photos that belong to an applicant.Methods in com.onfido.api that return types with arguments of type IdPhotosList Modifier and Type Method Description ApiResponse<IdPhotosList>DefaultApi. listIdPhotosWithHttpInfo(UUID applicantId)List ID photos Lists the ID photos that belong to an applicant.Method parameters in com.onfido.api with type arguments of type IdPhotosList Modifier and Type Method Description okhttp3.CallDefaultApi. listIdPhotosAsync(UUID applicantId, ApiCallback<IdPhotosList> _callback)List ID photos (asynchronously) Lists the ID photos that belong to an applicant. -
Uses of IdPhotosList in com.onfido.model
Methods in com.onfido.model that return IdPhotosList Modifier and Type Method Description IdPhotosListIdPhotosList. addIdPhotosItem(IdPhoto idPhotosItem)static IdPhotosListIdPhotosList. fromJson(String jsonString)Create an instance of IdPhotosList given an JSON stringIdPhotosListIdPhotosList. idPhotos(List<IdPhoto> idPhotos)IdPhotosListIdPhotosList. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.
-