Uses of Class
com.onfido.model.LivePhotosList
-
Packages that use LivePhotosList Package Description com.onfido.api com.onfido.model -
-
Uses of LivePhotosList in com.onfido.api
Methods in com.onfido.api that return LivePhotosList Modifier and Type Method Description LivePhotosListDefaultApi. listLivePhotos(UUID applicantId)List live photos Lists the live photos that belong to an applicant.Methods in com.onfido.api that return types with arguments of type LivePhotosList Modifier and Type Method Description ApiResponse<LivePhotosList>DefaultApi. listLivePhotosWithHttpInfo(UUID applicantId)List live photos Lists the live photos that belong to an applicant.Method parameters in com.onfido.api with type arguments of type LivePhotosList Modifier and Type Method Description okhttp3.CallDefaultApi. listLivePhotosAsync(UUID applicantId, ApiCallback<LivePhotosList> _callback)List live photos (asynchronously) Lists the live photos that belong to an applicant. -
Uses of LivePhotosList in com.onfido.model
Methods in com.onfido.model that return LivePhotosList Modifier and Type Method Description LivePhotosListLivePhotosList. addLivePhotosItem(LivePhoto livePhotosItem)static LivePhotosListLivePhotosList. fromJson(String jsonString)Create an instance of LivePhotosList given an JSON stringLivePhotosListLivePhotosList. livePhotos(List<LivePhoto> livePhotos)LivePhotosListLivePhotosList. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.
-